[PULL 0/5] ufs queue

Jeuk Kim posted 5 patches 1 week, 3 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1779263628.git.jeuk20.kim@samsung.com
Maintainers: Jeuk Kim <jeuk20.kim@samsung.com>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.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/lu.c            | 102 ++++++-
hw/ufs/ufs.c           | 711 ++++++++++++++++++++++++++++++++++++++++++++++---
hw/ufs/ufs.h           |  49 ++++
include/block/ufs.h    | 114 +++++++-
tests/qtest/ufs-test.c | 177 ++++++++++++
5 files changed, 1107 insertions(+), 46 deletions(-)
[PULL 0/5] ufs queue
Posted by Jeuk Kim 1 week, 3 days ago
From: Jeuk Kim <jeuk20.kim@samsung.com>

The following changes since commit e89049b3ba5f1f0468bc0d294173345597514a1b:

  Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging (2026-05-19 15:23:10 -0400)

are available in the Git repository at:

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

for you to fetch changes up to f50738e34f5bf8d907cfdb8195fedc780341b99a:

  tests/qtest: Add UFS Write Booster QTest (2026-05-20 16:52:22 +0900)

----------------------------------------------------------------
Add write booster support to UFS devices

----------------------------------------------------------------
Jaemyung Lee (5):
      hw/ufs: Apply UFS 4.1 Specification
      hw/ufs: Modify flag handling operation
      hw/ufs: Add idle operation
      hw/ufs: Add UFS Write Booster Support
      tests/qtest: Add UFS Write Booster QTest

 hw/ufs/lu.c            | 102 ++++++-
 hw/ufs/ufs.c           | 711 ++++++++++++++++++++++++++++++++++++++++++++++---
 hw/ufs/ufs.h           |  49 ++++
 include/block/ufs.h    | 114 +++++++-
 tests/qtest/ufs-test.c | 177 ++++++++++++
 5 files changed, 1107 insertions(+), 46 deletions(-)
Re: [PULL 0/5] ufs queue
Posted by Stefan Hajnoczi 1 week, 2 days ago
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/11.1 for any user-visible changes.