[PULL 0/3] ufs queue

Jeuk Kim posted 3 patches 3 weeks, 2 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1768452598.git.jeuk20.kim@samsung.com
Maintainers: Jeuk Kim <jeuk20.kim@samsung.com>, Fabiano Rosas <farosas@suse.de>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
There is a newer version of this series
hw/ufs/ufs.c           |  23 ++++++++-
hw/ufs/ufs.h           |   9 ++++
tests/qtest/ufs-test.c | 126 +++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 156 insertions(+), 2 deletions(-)
[PULL 0/3] ufs queue
Posted by Jeuk Kim 3 weeks, 2 days ago
From: Jeuk Kim <jeuk20.kim@samsung.com>

The following changes since commit d03c3e522eb0696dcfc9c2cf643431eaaf51ca0f:

  Merge tag 'pull-vfio-20260113' of https://github.com/legoater/qemu into staging (2026-01-14 02:37:13 +1100)

are available in the Git repository at:

  https://gitlab.com/jeuk20.kim/qemu.git tags/pull-ufs-20260115

for you to fetch changes up to 0995e513c7c46412ccb5b11a2e71b9c7145997b0:

  tests/qtest/ufs-test: Add test for mcq completion queue wraparound (2026-01-15 13:45:04 +0900)

----------------------------------------------------------------
ufs: MCQ fixes and tests

- Mask PRDT data byte count to 18 bits
- Fix MCQ completion queue wraparound

----------------------------------------------------------------
Ilia Levi (2):
      hw/ufs: Fix mcq completion queue wraparound
      tests/qtest/ufs-test: Add test for mcq completion queue wraparound

Jeuk Kim (1):
      hw/ufs: Ensure DBC of PRDT uses only lower 18 bits

 hw/ufs/ufs.c           |  23 ++++++++-
 hw/ufs/ufs.h           |   9 ++++
 tests/qtest/ufs-test.c | 126 +++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 156 insertions(+), 2 deletions(-)