* [PULL 0/1] ufs queue
@ 2023-10-30 4:02 Jeuk Kim
2023-10-31 7:50 ` Stefan Hajnoczi
0 siblings, 1 reply; 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
* Re: [PULL 0/1] ufs queue
2023-10-30 4:02 Jeuk Kim
@ 2023-10-31 7:50 ` Stefan Hajnoczi
0 siblings, 0 replies; 13+ messages in thread
From: Stefan Hajnoczi @ 2023-10-31 7:50 UTC (permalink / raw)
To: Jeuk Kim; +Cc: qemu-devel, stefanha, jeuk20.kim, pbonzini, fam, qemu-block
[-- Attachment #1: Type: text/plain, Size: 115 bytes --]
Applied, thanks.
Please update the changelog at https://wiki.qemu.org/ChangeLog/8.2 for any user-visible changes.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ 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
* Re: [PULL 0/1] ufs queue
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
1 sibling, 1 reply; 13+ messages in thread
From: Stefan Hajnoczi @ 2024-04-29 13:41 UTC (permalink / raw)
To: Jeuk Kim
Cc: qemu-devel, fam, pbonzini, qemu-block, jeuk20.kim, j-young.choi,
zheyuma97
[-- Attachment #1: Type: text/plain, Size: 1241 bytes --]
On Mon, Apr 29, 2024 at 12:25:37PM +0900, Jeuk Kim wrote:
> 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(+)
>
Thanks, applied to my block tree:
https://gitlab.com/stefanha/qemu/commits/block
It will be included in my next block pull request.
You are welcome to send pull requests directly to the qemu.git/master
maintainer (Richard Henderson is on duty for this release cycle). If you
do that, make sure to GPG sign your pull request.
Stefan
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PULL 0/1] ufs queue
2024-04-29 13:41 ` Stefan Hajnoczi
@ 2024-04-29 14:02 ` Richard Henderson
0 siblings, 0 replies; 13+ messages in thread
From: Richard Henderson @ 2024-04-29 14:02 UTC (permalink / raw)
To: Stefan Hajnoczi, Jeuk Kim
Cc: qemu-devel, fam, pbonzini, qemu-block, jeuk20.kim, j-young.choi,
zheyuma97
On 4/29/24 06:41, Stefan Hajnoczi wrote:
> On Mon, Apr 29, 2024 at 12:25:37PM +0900, Jeuk Kim wrote:
>> 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(+)
>>
>
> Thanks, applied to my block tree:
> https://gitlab.com/stefanha/qemu/commits/block
>
> It will be included in my next block pull request.
>
> You are welcome to send pull requests directly to the qemu.git/master
> maintainer (Richard Henderson is on duty for this release cycle). If you
> do that, make sure to GPG sign your pull request.
He did. I have
Merge tag 'pull-ufs-20240429' of https://gitlab.com/jeuk20.kim/qemu into staging
ufs queue
# -----BEGIN PGP SIGNATURE-----
#
# iQIzBAABCgAdFiEEUBfYMVl8eKPZB+73EuIgTA5dtgIFAmYvEScACgkQEuIgTA5d
# tgL3Qg//R3IcISQqqDaJ/ySzKGmkyohJSc6ySLYvla4Aki7PV+um2Dx/XNS7uG2b
# d3Qz4m6QaOKsocLfldRTn2FxVK238Rp5HNny5vc0kGRdwpR514B7aU0FhpT7qObS
# wbbgRdDddIBIiCFLhtXtg5/TK2h32VxGrVI6llX4gmd2VzqM0e4xeG1Oj8rZseOY
# SAgvDv68s1YwlO1p1vPvst/H+mUKYkqtPN1mjfCIn5tM6ss8kCLUnKjqGAg1BnSN
# xwaGrqqOlzQK2+aV02eiItiow8evU/h+c9eiTnBo/EvBwjoBn6flNXABWXFENnmP
# JjVIFeiNzSFhBPDzO23GXviuEt96j5lrcGYR48HYMZfEbJNpblXzWvEGMZWnXNgx
# Q3cpcarZ4vSWIflR9OnCSQaGLA0Ny6YqLbmrM/oD+v67EITafKKc+flmiF7DBASB
# fUoEsdffdA37LDtygJb7hfUhvPQWWAujmGzZ1cDP8Oa0MhT7aiD0Z/WqhhjVQbM0
# iLiCDDD0cc0pmT3vw3EnEjKjnSkY3H62Q7pnYHiQgij4Ls/Rdd/P7OkSd0aI82t0
# TooWGZJnyf8rjAzY2cEB1Twrhmhuyt9NnGxip9W8JsQBZMLabD2CahOm83zsk7jZ
# 3fOONz6XrW2ttFkLZcRd4x4YjKONjEXsSX2ZrXTZ5t3USz/VNvY=
# =Vwyi
# -----END PGP SIGNATURE-----
# gpg: Signature made Sun 28 Apr 2024 08:16:55 PM PDT
# gpg: using RSA key 5017D831597C78A3D907EEF712E2204C0E5DB602
# gpg: Good signature from "Jeuk Kim <jeuk20.kim@samsung.com>" [unknown]
# gpg: aka "Jeuk Kim <jeuk20.kim@gmail.com>" [unknown]
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg: There is no indication that the signature belongs to the owner.
# Primary key fingerprint: 5017 D831 597C 78A3 D907 EEF7 12E2 204C 0E5D B602
queued for the next merge.
r~
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [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
1 sibling, 0 replies; 13+ messages in thread
From: Richard Henderson @ 2024-05-01 22:15 UTC (permalink / raw)
To: Jeuk Kim, qemu-devel, stefanha
Cc: fam, pbonzini, qemu-block, jeuk20.kim, j-young.choi, zheyuma97
On 4/28/24 20:25, Jeuk Kim wrote:
> From: Jeuk Kim<jeuk20.kim@samsung.com>
>
> The following changes since commit fd87be1dada5672f877e03c2ca8504458292c479:
>
> Merge tag 'accel-20240426' ofhttps://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
Applied, thanks. Please update https://wiki.qemu.org/ChangeLog/9.1 as appropriate.
r~
^ 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
* Re: [PULL 0/1] ufs queue
2024-06-30 3:52 Jeuk Kim
@ 2024-06-30 23:11 ` Richard Henderson
0 siblings, 0 replies; 13+ messages in thread
From: Richard Henderson @ 2024-06-30 23:11 UTC (permalink / raw)
To: Jeuk Kim, qemu-devel; +Cc: fam, pbonzini, qemu-block, jeuk20.kim, j-young.choi
On 6/29/24 20:52, Jeuk Kim wrote:
> From: Jeuk Kim<jeuk20.kim@samsung.com>
>
> The following changes since commit 3665dd6bb9043bef181c91e2dce9e1efff47ed51:
>
> Merge tag 'for-upstream' ofhttps://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
Applied, thanks. Please update https://wiki.qemu.org/ChangeLog/9.1 as appropriate.
r~
^ 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
* Re: [PULL 0/1] ufs queue
2024-07-08 1:31 Jeuk Kim
@ 2024-07-08 10:00 ` Jeuk Kim
0 siblings, 0 replies; 13+ messages in thread
From: Jeuk Kim @ 2024-07-08 10:00 UTC (permalink / raw)
To: qemu-devel, richard.henderson
Cc: fam, pbonzini, qemu-block, jeuk20.kim, j-young.choi
I'm so sorry. I forgot to add something to the patch, I'll add it and
resend it to you.
Sorry again.
On 7/8/2024 10:31 AM, Jeuk Kim wrote:
> 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-08 23:22 ` [PULL 1/1] hw/ufs: avoid double unref of wrapped scsi-hd Jeuk Kim
2026-07-10 4:48 ` [PULL 0/1] ufs queue Stefan Hajnoczi
0 siblings, 2 replies; 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
* [PULL 1/1] hw/ufs: avoid double unref of wrapped scsi-hd
2026-07-08 23:22 [PULL 0/1] ufs queue Jeuk Kim
@ 2026-07-08 23:22 ` Jeuk Kim
2026-07-10 4:48 ` [PULL 0/1] ufs queue Stefan Hajnoczi
1 sibling, 0 replies; 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,
Jia Jia
From: Jia Jia <physicalmtea@gmail.com>
ufs_init_scsi_device() creates an internal scsi-hd and adds it as a
child of lu->bus. qdev_realize_and_unref() then drops the construction
reference, leaving the bus child ownership to tear it down.
ufs_lu_unrealize() still unrefs lu->scsi_dev directly. If the UFS
controller is ejected through ACPI PCI hotplug, the scsi-hd object can be
finalized there and then the bus child removal RCU callback later unrefs
the same object again.
Keep lu->scsi_dev as a borrowed pointer and clear it during unrealize
without unreffing it.
Add a qtest that ejects the UFS controller through the x86 ACPI PCI
hotplug eject register. On an ASAN build, the test reproduces the UAF
before the fix.
Fixes: 096434fea13a ("hw/ufs: Modify lu.c to share codes with SCSI subsystem")
Cc: qemu-stable@nongnu.org
Signed-off-by: Jia Jia <physicalmtea@gmail.com>
Signed-off-by: Jeuk Kim <jeuk20.kim@samsung.com>
---
hw/ufs/lu.c | 5 +----
tests/qtest/ufs-test.c | 18 ++++++++++++++++++
2 files changed, 19 insertions(+), 4 deletions(-)
diff --git a/hw/ufs/lu.c b/hw/ufs/lu.c
index 1e75b1eb4d..13f4a90145 100644
--- a/hw/ufs/lu.c
+++ b/hw/ufs/lu.c
@@ -530,10 +530,7 @@ static void ufs_lu_unrealize(DeviceState *dev)
{
UfsLu *lu = DO_UPCAST(UfsLu, qdev, dev);
- if (lu->scsi_dev) {
- object_unref(OBJECT(lu->scsi_dev));
- lu->scsi_dev = NULL;
- }
+ lu->scsi_dev = NULL;
}
static void ufs_lu_class_init(ObjectClass *oc, const void *data)
diff --git a/tests/qtest/ufs-test.c b/tests/qtest/ufs-test.c
index 3b85296a72..9a9c5ca834 100644
--- a/tests/qtest/ufs-test.c
+++ b/tests/qtest/ufs-test.c
@@ -34,6 +34,8 @@
#define TEST_QID 0
#define QUEUE_SIZE 32
#define UFS_MCQ_MAX_QNUM 32
+#define ACPI_PCIHP_ADDR 0xae00
+#define PCI_EJ_BASE 0x0008
typedef struct QUfs QUfs;
@@ -635,6 +637,17 @@ static void ufstest_reg_read(void *obj, void *data, QGuestAllocator *alloc)
qpci_iounmap(&ufs->dev, ufs->bar);
}
+static void ufstest_acpi_eject(void *obj, void *data, QGuestAllocator *alloc)
+{
+ QUfs *ufs = obj;
+ QTestState *qts = ufs->dev.bus->qts;
+
+ qtest_outl(qts, ACPI_PCIHP_ADDR + PCI_EJ_BASE, 1 << 4);
+ qtest_qmp_assert_success(qts, "{ 'execute': 'query-status' }");
+ g_usleep(3 * G_USEC_PER_SEC);
+ qtest_qmp_assert_success(qts, "{ 'execute': 'query-status' }");
+}
+
static void ufstest_init(void *obj, void *data, QGuestAllocator *alloc)
{
QUfs *ufs = obj;
@@ -1682,6 +1695,7 @@ static void ufs_register_nodes(void)
"mcq=false,nutrs=32,nutmrs=8,"
"wb-max-size=1024,"
"wb-min-size=256" };
+ QOSGraphTestOptions acpi_eject_test_opts = { .subprocess = true };
add_qpci_address(&edge_opts, &(QPCIAddress){ .devfn = QPCI_DEVFN(4, 0) });
@@ -1700,6 +1714,10 @@ static void ufs_register_nodes(void)
g_test_message("Skipping ufs io tests for ppc64");
return;
}
+ if (!strcmp(arch, "i386") || !strcmp(arch, "x86_64")) {
+ qos_add_test("acpi-eject", "ufs", ufstest_acpi_eject,
+ &acpi_eject_test_opts);
+ }
qos_add_test("init", "ufs", ufstest_init, NULL);
qos_add_test("legacy-read-write", "ufs", ufstest_read_write, &io_test_opts);
qos_add_test("mcq-read-write", "ufs", ufstest_read_write, &mcq_test_opts);
--
2.43.0
^ permalink raw reply related [flat|nested] 13+ messages in thread
* Re: [PULL 0/1] ufs queue
2026-07-08 23:22 [PULL 0/1] ufs queue Jeuk Kim
2026-07-08 23:22 ` [PULL 1/1] hw/ufs: avoid double unref of wrapped scsi-hd Jeuk Kim
@ 2026-07-10 4:48 ` Stefan Hajnoczi
1 sibling, 0 replies; 13+ messages in thread
From: Stefan Hajnoczi @ 2026-07-10 4:48 UTC (permalink / raw)
To: Jeuk Kim
Cc: qemu-devel, qemu-stable, stefanha, pbonzini, farosas, lvivier,
qemu-block, jeuk20.kim, j-young.choi
[-- Attachment #1: Type: text/plain, Size: 116 bytes --]
Applied, thanks.
Please update the changelog at https://wiki.qemu.org/ChangeLog/11.1 for any user-visible changes.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ 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 --
2026-07-08 23:22 [PULL 0/1] ufs queue Jeuk Kim
2026-07-08 23:22 ` [PULL 1/1] hw/ufs: avoid double unref of wrapped scsi-hd Jeuk Kim
2026-07-10 4:48 ` [PULL 0/1] ufs queue Stefan Hajnoczi
-- strict thread matches above, loose matches on Subject: below --
2024-07-08 1:31 Jeuk Kim
2024-07-08 10:00 ` Jeuk Kim
2024-06-30 3:52 Jeuk Kim
2024-06-30 23:11 ` Richard Henderson
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
2023-10-30 4:02 Jeuk Kim
2023-10-31 7:50 ` 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.