All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/1] ufs queue
@ 2023-10-30  4:02 Jeuk Kim
  2023-10-30  4:02 ` [PULL 1/1] hw/ufs: Modify lu.c to share codes with SCSI subsystem Jeuk Kim
  2023-10-31  7:50 ` [PULL 0/1] ufs queue Stefan Hajnoczi
  0 siblings, 2 replies; 13+ messages in thread
From: Jeuk Kim @ 2023-10-30  4:02 UTC (permalink / raw)
  To: qemu-devel, stefanha; +Cc: jeuk20.kim, pbonzini, fam, qemu-block

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

The following changes since commit c60be6e3e38cb36dc66129e757ec4b34152232be:

  Merge tag 'pull-sp-20231025' of https://gitlab.com/rth7680/qemu into staging (2023-10-27 09:43:53 +0900)

are available in the Git repository at:

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

for you to fetch changes up to 096434fea13acd19f4ead00cdf9babea8dc7e61e:

  hw/ufs: Modify lu.c to share codes with SCSI subsystem (2023-10-30 10:28:04 +0900)

----------------------------------------------------------------
ufs queue:

* Modify lu.c to share codes with SCSI

----------------------------------------------------------------
Jeuk Kim (1):
      hw/ufs: Modify lu.c to share codes with SCSI subsystem

 hw/ufs/lu.c            | 1473 ++++++++----------------------------------------
 hw/ufs/trace-events    |   25 -
 hw/ufs/ufs.c           |  202 +------
 hw/ufs/ufs.h           |   36 +-
 include/block/ufs.h    |    2 +-
 tests/qtest/ufs-test.c |   37 +-
 6 files changed, 315 insertions(+), 1460 deletions(-)


^ permalink raw reply	[flat|nested] 13+ messages in thread
* [PULL 0/1] ufs queue
@ 2024-04-29  3:25 Jeuk Kim
  2024-04-29 13:41 ` Stefan Hajnoczi
  2024-05-01 22:15 ` Richard Henderson
  0 siblings, 2 replies; 13+ messages in thread
From: Jeuk Kim @ 2024-04-29  3:25 UTC (permalink / raw)
  To: qemu-devel, stefanha
  Cc: fam, pbonzini, qemu-block, jeuk20.kim, j-young.choi, zheyuma97

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

The following changes since commit fd87be1dada5672f877e03c2ca8504458292c479:

  Merge tag 'accel-20240426' of https://github.com/philmd/qemu into staging (2024-04-26 15:28:13 -0700)

are available in the Git repository at:

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

for you to fetch changes up to f2c8aeb1afefcda92054c448b21fc59cdd99db30:

  hw/ufs: Fix buffer overflow bug (2024-04-29 12:13:35 +0900)

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

- Fix ufs sanitizer vulnerability

----------------------------------------------------------------
Jeuk Kim (1):
      hw/ufs: Fix buffer overflow bug

 hw/ufs/ufs.c | 8 ++++++++
 1 file changed, 8 insertions(+)


^ permalink raw reply	[flat|nested] 13+ messages in thread
* [PULL 0/1] ufs queue
@ 2024-06-30  3:52 Jeuk Kim
  2024-06-30 23:11 ` Richard Henderson
  0 siblings, 1 reply; 13+ messages in thread
From: Jeuk Kim @ 2024-06-30  3:52 UTC (permalink / raw)
  To: qemu-devel, richard.henderson
  Cc: fam, pbonzini, qemu-block, jeuk20.kim, j-young.choi

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

The following changes since commit 3665dd6bb9043bef181c91e2dce9e1efff47ed51:

  Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2024-06-28 16:09:38 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e12b11f6f29272ee31ccde6b0db1a10139e87083:

  hw/ufs: Fix potential bugs in MMIO read|write (2024-06-30 12:44:32 +0900)

----------------------------------------------------------------
hw/ufs: fix coverity issue

----------------------------------------------------------------
Minwoo Im (1):
      hw/ufs: Fix potential bugs in MMIO read|write

 hw/ufs/ufs.c | 31 ++++++++++++++++---------------
 1 file changed, 16 insertions(+), 15 deletions(-)


^ permalink raw reply	[flat|nested] 13+ messages in thread
* [PULL 0/1] ufs queue
@ 2024-07-08  1:31 Jeuk Kim
  2024-07-08 10:00 ` Jeuk Kim
  0 siblings, 1 reply; 13+ messages in thread
From: Jeuk Kim @ 2024-07-08  1:31 UTC (permalink / raw)
  To: qemu-devel, richard.henderson
  Cc: fam, pbonzini, qemu-block, jeuk20.kim, j-young.choi

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

The following changes since commit b9ee1387e0cf0fba5a73a610d31cb9cead457dc0:

  Merge tag 'sdmmc-20240706' of https://github.com/philmd/qemu into staging (2024-07-07 10:34:52 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 6db492596dd9204e8fe341b2396472271cf15023:

  hw/ufs: Fix mcq register range determination logic (2024-07-08 10:25:20 +0900)

----------------------------------------------------------------
hw/ufs:
- Fix invalid address access in ufs_is_mcq_reg()

----------------------------------------------------------------
Jeuk Kim (1):
      hw/ufs: Fix mcq register range determination logic

 hw/ufs/ufs.c | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)


^ permalink raw reply	[flat|nested] 13+ messages in thread
* [PULL 0/1] ufs queue
@ 2026-07-08 23:22 Jeuk Kim
  2026-07-10  4:48 ` Stefan Hajnoczi
  0 siblings, 1 reply; 13+ messages in thread
From: Jeuk Kim @ 2026-07-08 23:22 UTC (permalink / raw)
  To: qemu-devel, qemu-stable, stefanha
  Cc: pbonzini, farosas, lvivier, qemu-block, jeuk20.kim, j-young.choi

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

The following changes since commit f893c46c3931b3684d235d221bf8b7844ddbf1d7:

  Merge tag 'qemu-openbios-20260707' of https://github.com/mcayland/qemu into staging (2026-07-08 16:01:29 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 90aacd5bc405cb71f77472616093f9e5ad9afd2b:

  hw/ufs: avoid double unref of wrapped scsi-hd (2026-07-09 07:58:38 +0900)

----------------------------------------------------------------
hw/ufs: fix double unref of wrapped scsi-hd

----------------------------------------------------------------
Jia Jia (1):
      hw/ufs: avoid double unref of wrapped scsi-hd

 hw/ufs/lu.c            |  5 +----
 tests/qtest/ufs-test.c | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+), 4 deletions(-)


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

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

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-30  4:02 [PULL 0/1] ufs queue Jeuk Kim
2023-10-30  4:02 ` [PULL 1/1] hw/ufs: Modify lu.c to share codes with SCSI subsystem Jeuk Kim
2023-10-31  7:50 ` [PULL 0/1] ufs queue Stefan Hajnoczi
  -- strict thread matches above, loose matches on Subject: below --
2024-04-29  3:25 Jeuk Kim
2024-04-29 13:41 ` Stefan Hajnoczi
2024-04-29 14:02   ` Richard Henderson
2024-05-01 22:15 ` Richard Henderson
2024-06-30  3:52 Jeuk Kim
2024-06-30 23:11 ` Richard Henderson
2024-07-08  1:31 Jeuk Kim
2024-07-08 10:00 ` Jeuk Kim
2026-07-08 23:22 Jeuk Kim
2026-07-10  4:48 ` Stefan Hajnoczi

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.