All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/5] ufs queue
@ 2026-05-12  4:42 Jeuk Kim
  2026-05-12  4:42 ` [PULL 1/5] hw/ufs: Validate MCQ SQ references before use Jeuk Kim
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Jeuk Kim @ 2026-05-12  4:42 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha, qemu-block, qemu-stable, jeuk20.kim, j-young.choi

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

The following changes since commit 5e61afe211e82a9af15a8794a0bd29bb574e953b:

  Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into staging (2026-05-11 10:49:53 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 042dbcff8382393b20b716294a6c4b1a4af6b3f1:

  hw/ufs: Zero reserved bytes in REPORT LUNS response header (2026-05-12 13:24:48 +0900)

----------------------------------------------------------------
ufs mcq bug fix:
- validate MCQ queue references before use
- reject zero-depth MCQ queues
- avoid deleting MCQ SQs while requests are still outstanding
- zero reserved bytes in REPORT LUNS response header

----------------------------------------------------------------
Jeuk Kim (5):
      hw/ufs: Validate MCQ SQ references before use
      hw/ufs: Guard MCQ CQ accesses against missing queues
      hw/ufs: Reject zero-depth MCQ queues
      hw/ufs: Keep MCQ SQs alive while requests are outstanding
      hw/ufs: Zero reserved bytes in REPORT LUNS response header

 hw/ufs/lu.c         |  4 +++
 hw/ufs/trace-events |  3 ++
 hw/ufs/ufs.c        | 92 ++++++++++++++++++++++++++++++++++++++++++++++-------
 hw/ufs/ufs.h        |  9 +++++-
 4 files changed, 96 insertions(+), 12 deletions(-)


^ permalink raw reply	[flat|nested] 9+ messages in thread
* [PULL 0/5] ufs queue
@ 2024-09-06 10:57 Jeuk Kim
  2024-09-07 11:00 ` Peter Maydell
  0 siblings, 1 reply; 9+ messages in thread
From: Jeuk Kim @ 2024-09-06 10:57 UTC (permalink / raw)
  To: qemu-devel, peter.maydell
  Cc: fam, pbonzini, qemu-block, jeuk20.kim, j-young.choi,
	jeongyuchan0629

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

The following changes since commit 7b87a25f49a301d3377f3e71e0b4a62540c6f6e4:

  Merge tag 'edgar/xen-queue-2024-09-04.for-upstream' of https://gitlab.com/edgar.iglesias/qemu into staging (2024-09-05 13:02:26 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 9fe8e2c68ad99e503a11390b868a7dad846e7a0d:

  hw/ufs: ufs descriptor read test implemented (2024-09-06 18:04:16 +0900)

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

- Add basic info of query response upiu
- Add more qtests for the ufs query request

----------------------------------------------------------------
Kyoungrul Kim (1):
      hw/ufs: add basic info of query response upiu

Yoochan Jeong (4):
      hw/ufs: minor bug fixes related to ufs-test
      hw/ufs: ufs flag read/write test implemented
      hw/ufs: ufs attribute read/write test implemented
      hw/ufs: ufs descriptor read test implemented

 hw/ufs/ufs.c           |  32 +++--
 hw/ufs/ufs.h           |   1 +
 include/block/ufs.h    |   6 +
 tests/qtest/ufs-test.c | 384 ++++++++++++++++++++++++++++++++++++++++++++++++-
 4 files changed, 410 insertions(+), 13 deletions(-)


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

end of thread, other threads:[~2026-05-14 13:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-12  4:42 [PULL 0/5] ufs queue Jeuk Kim
2026-05-12  4:42 ` [PULL 1/5] hw/ufs: Validate MCQ SQ references before use Jeuk Kim
2026-05-12  4:42 ` [PULL 2/5] hw/ufs: Guard MCQ CQ accesses against missing queues Jeuk Kim
2026-05-12  4:42 ` [PULL 3/5] hw/ufs: Reject zero-depth MCQ queues Jeuk Kim
2026-05-12  4:42 ` [PULL 4/5] hw/ufs: Keep MCQ SQs alive while requests are outstanding Jeuk Kim
2026-05-12  4:42 ` [PULL 5/5] hw/ufs: Zero reserved bytes in REPORT LUNS response header Jeuk Kim
2026-05-14 13:21 ` [PULL 0/5] ufs queue Stefan Hajnoczi
  -- strict thread matches above, loose matches on Subject: below --
2024-09-06 10:57 Jeuk Kim
2024-09-07 11:00 ` Peter Maydell

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.