Message ID | cover.1739784105.git.jeuk20.kim@samsung.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Hi Stefan, On 17/2/25 10:27, Jeuk Kim wrote: > From: Jeuk Kim <jeuk20.kim@samsung.com> > > The following changes since commit db7aa99ef894e88fc5eedf02ca2579b8c344b2ec: > > Merge tag 'hw-misc-20250216' of https://github.com/philmd/qemu into staging (2025-02-16 20:48:06 -0500) > > are available in the Git repository at: > > https://gitlab.com/jeuk20.kim/qemu.git tags/pull-ufs-20250217 > > for you to fetch changes up to a54596a96006096798b172a368ae952a231f9f72: > > tests/qtest/ufs-test: Add test code for MCQ functionality (2025-02-17 18:20:53 +0900) > > ---------------------------------------------------------------- > ufs updates for MCQ testing > > - Remove unused task management request code > - Implement bitmap-based command descriptor slot allocation for MCQ > - Add test cases for MCQ initialization and basic read/write operations > - Fix LSDBS value for legacy single doorbell mode > > ---------------------------------------------------------------- > Jeuk Kim (4): > hw/ufs: Fix legacy single doorbell support bit > tests/qtest/ufs-test: Cleanup unused code > tests/qtest/ufs-test: Prepare for MCQ test > tests/qtest/ufs-test: Add test code for MCQ functionality Just wondering if this PR is on your list or there is a problem with it... Regards, Phil.
From: Jeuk Kim <jeuk20.kim@samsung.com> The following changes since commit db7aa99ef894e88fc5eedf02ca2579b8c344b2ec: Merge tag 'hw-misc-20250216' of https://github.com/philmd/qemu into staging (2025-02-16 20:48:06 -0500) are available in the Git repository at: https://gitlab.com/jeuk20.kim/qemu.git tags/pull-ufs-20250217 for you to fetch changes up to a54596a96006096798b172a368ae952a231f9f72: tests/qtest/ufs-test: Add test code for MCQ functionality (2025-02-17 18:20:53 +0900) ---------------------------------------------------------------- ufs updates for MCQ testing - Remove unused task management request code - Implement bitmap-based command descriptor slot allocation for MCQ - Add test cases for MCQ initialization and basic read/write operations - Fix LSDBS value for legacy single doorbell mode ---------------------------------------------------------------- Jeuk Kim (4): hw/ufs: Fix legacy single doorbell support bit tests/qtest/ufs-test: Cleanup unused code tests/qtest/ufs-test: Prepare for MCQ test tests/qtest/ufs-test: Add test code for MCQ functionality hw/ufs/ufs.c | 2 +- tests/qtest/ufs-test.c | 724 +++++++++++++++++++++++++++++-------------------- 2 files changed, 429 insertions(+), 297 deletions(-)