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(-)