All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/2] ufs queue
@ 2026-06-12  0:29 Jeuk Kim
  2026-06-12  0:29 ` [PULL 1/2] hw/ufs: Add Host Initiated Defragmentation (HID) support Jeuk Kim
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Jeuk Kim @ 2026-06-12  0:29 UTC (permalink / raw)
  To: qemu-devel, stefanha
  Cc: kwolf, hreitz, farosas, lvivier, pbonzini, qemu-block, jeuk20.kim,
	j-young.choi

From: Jeuk Kim <jeuk20.kim@samsung.com>

The following changes since commit ec6a1f43989c6bbf2de1ab84959a70ee35fa1b57:

  Merge tag 'linux-user-pull-request' of https://github.com/hdeller/qemu-hppa into staging (2026-06-11 13:22:50 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 6b1215d82f7cd8a0b562a02a1473aa6714759eed:

  tests/qtest: Add UFS HID qtest (2026-06-12 09:21:28 +0900)

----------------------------------------------------------------
ufs queue

- Add Host Initiated Defragmentation (HID) support

----------------------------------------------------------------
Keoseong Park (2):
      hw/ufs: Add Host Initiated Defragmentation (HID) support
      tests/qtest: Add UFS HID qtest

 hw/ufs/lu.c            |  16 ++-
 hw/ufs/trace-events    |   4 +
 hw/ufs/ufs.c           | 154 +++++++++++++++++++++++++--
 hw/ufs/ufs.h           |   4 +
 include/block/ufs.h    |  18 ++++
 tests/qtest/ufs-test.c | 275 +++++++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 463 insertions(+), 8 deletions(-)


^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PULL 0/2] ufs queue
@ 2026-07-01  5:19 Jeuk Kim
  2026-07-02 10:31 ` Stefan Hajnoczi
  0 siblings, 1 reply; 7+ messages in thread
From: Jeuk Kim @ 2026-07-01  5:19 UTC (permalink / raw)
  To: qemu-devel, stefanha; +Cc: kwolf, hreitz, qemu-block, jeuk20.kim, j-young.choi

From: Jeuk Kim <jeuk20.kim@samsung.com>

The following changes since commit 30e8a06b64aa58a3990ba39cb5d09531e7d265e0:

  Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging (2026-06-29 17:41:42 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 20c03709b353d6c985bfa3174c4563d57ff47275:

  hw/ufs: Populate cqe.task_tag for UFSHCI 4.1 tag decoding (2026-07-01 10:19:10 +0900)

----------------------------------------------------------------
ufs queue

- Add minimal PA-layer DME command emulation needed by newer Linux UFS probe.
- Populate UFSHCI 4.1 MCQ CQE tag fields used by newer Linux completion handling.
----------------------------------------------------------------
Jeuk Kim (2):
      hw/ufs: Emulate DME_GET/SET for PA layer attributes
      hw/ufs: Populate cqe.task_tag for UFSHCI 4.1 tag decoding

 hw/ufs/ufs.c        | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 include/block/ufs.h | 18 +++++++++++++++++-
 2 files changed, 63 insertions(+), 1 deletion(-)


^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PULL 0/2] ufs queue
@ 2024-05-28  6:12 Jeuk Kim
  0 siblings, 0 replies; 7+ messages in thread
From: Jeuk Kim @ 2024-05-28  6:12 UTC (permalink / raw)
  To: qemu-devel, richard.henderson
  Cc: fam, pbonzini, qemu-block, jeuk20.kim, j-young.choi, minwoo.im

From: Jeuk Kim <jeuk20.kim@samsung.com>

The following changes since commit ad10b4badc1dd5b28305f9b9f1168cf0aa3ae946:

  Merge tag 'pull-error-2024-05-27' of https://repo.or.cz/qemu/armbru into staging (2024-05-27 06:40:42 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 71a82d3f0555e65c98df129ce0e38b2aa5681ec0:

  hw/ufs: Add support MCQ of UFSHCI 4.0 (2024-05-28 14:42:32 +0900)

----------------------------------------------------------------
Add support MCQ of UFSHCI 4.0

----------------------------------------------------------------
Minwoo Im (2):
      hw/ufs: Update MCQ-related fields to block/ufs.h
      hw/ufs: Add support MCQ of UFSHCI 4.0

 hw/ufs/trace-events |  17 ++
 hw/ufs/ufs.c        | 475 ++++++++++++++++++++++++++++++++++++++++++++++++++--
 hw/ufs/ufs.h        |  98 ++++++++++-
 include/block/ufs.h | 131 ++++++++++++++-
 4 files changed, 699 insertions(+), 22 deletions(-)


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-07-02 10:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-12  0:29 [PULL 0/2] ufs queue Jeuk Kim
2026-06-12  0:29 ` [PULL 1/2] hw/ufs: Add Host Initiated Defragmentation (HID) support Jeuk Kim
2026-06-12  0:29 ` [PULL 2/2] tests/qtest: Add UFS HID qtest Jeuk Kim
2026-06-12 14:38 ` [PULL 0/2] ufs queue Stefan Hajnoczi
  -- strict thread matches above, loose matches on Subject: below --
2026-07-01  5:19 Jeuk Kim
2026-07-02 10:31 ` Stefan Hajnoczi
2024-05-28  6:12 Jeuk Kim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.