* [PULL 0/1] nvme queue
@ 2025-05-15 12:01 Klaus Jensen
2025-05-15 12:01 ` [PULL 1/1] hw/nvme: fix nvme hotplugging Klaus Jensen
2025-05-15 21:53 ` [PULL 0/1] nvme queue Stefan Hajnoczi
0 siblings, 2 replies; 5+ messages in thread
From: Klaus Jensen @ 2025-05-15 12:01 UTC (permalink / raw)
To: qemu-devel; +Cc: Peter Maydell, Klaus Jensen
From: Klaus Jensen <k.jensen@samsung.com>
Hi,
The following changes since commit 864813878951b44e964eb4c012d832fd21f8cc0c:
Merge tag 'pull-loongarch-20250514' of https://github.com/gaosong715/qemu into staging (2025-05-14 07:16:57 -0400)
are available in the Git repository at:
https://gitlab.com/birkelund/qemu.git tags/pull-nvme-20250515
for you to fetch changes up to 0b1c23a582f7bc721a9b858c289a8d165152a6a0:
hw/nvme: fix nvme hotplugging (2025-05-15 12:18:06 +0200)
----------------------------------------------------------------
nvme queue
* fix nvme hotplugging
----------------------------------------------------------------
Klaus Jensen (1):
hw/nvme: fix nvme hotplugging
hw/nvme/subsys.c | 1 -
1 file changed, 1 deletion(-)
^ permalink raw reply [flat|nested] 5+ messages in thread* [PULL 1/1] hw/nvme: fix nvme hotplugging
2025-05-15 12:01 [PULL 0/1] nvme queue Klaus Jensen
@ 2025-05-15 12:01 ` Klaus Jensen
2025-05-15 21:53 ` [PULL 0/1] nvme queue Stefan Hajnoczi
1 sibling, 0 replies; 5+ messages in thread
From: Klaus Jensen @ 2025-05-15 12:01 UTC (permalink / raw)
To: qemu-devel
Cc: Peter Maydell, Klaus Jensen, qemu-stable, Stéphane Graber,
Keith Busch, Klaus Jensen, Jesper Devantier, qemu-block
From: Klaus Jensen <k.jensen@samsung.com>
Commit cd59f50ab017 caused a regression on nvme hotplugging for devices
with an implicit nvm subsystem.
The nvme-subsys device was incorrectly left with being marked as
non-hotpluggable. Fix this.
Cc: qemu-stable@nongnu.org
Reported-by: Stéphane Graber <stgraber@stgraber.org>
Tested-by: Stéphane Graber <stgraber@stgraber.org>
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2950
Fixes: cd59f50ab017 ("hw/nvme: always initialize a subsystem")
Reviewed-by: Keith Busch <kbusch@kernel.org>
Signed-off-by: Klaus Jensen <k.jensen@samsung.com>
---
hw/nvme/subsys.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/hw/nvme/subsys.c b/hw/nvme/subsys.c
index 38271d78c8bd..777e1c620fd0 100644
--- a/hw/nvme/subsys.c
+++ b/hw/nvme/subsys.c
@@ -226,7 +226,6 @@ static void nvme_subsys_class_init(ObjectClass *oc, const void *data)
dc->realize = nvme_subsys_realize;
dc->desc = "Virtual NVMe subsystem";
- dc->hotpluggable = false;
device_class_set_props(dc, nvme_subsystem_props);
}
--
2.47.2
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [PULL 0/1] nvme queue
2025-05-15 12:01 [PULL 0/1] nvme queue Klaus Jensen
2025-05-15 12:01 ` [PULL 1/1] hw/nvme: fix nvme hotplugging Klaus Jensen
@ 2025-05-15 21:53 ` Stefan Hajnoczi
1 sibling, 0 replies; 5+ messages in thread
From: Stefan Hajnoczi @ 2025-05-15 21:53 UTC (permalink / raw)
To: Klaus Jensen; +Cc: qemu-devel, Peter Maydell, Klaus Jensen
[-- Attachment #1: Type: text/plain, Size: 116 bytes --]
Applied, thanks.
Please update the changelog at https://wiki.qemu.org/ChangeLog/10.1 for any user-visible changes.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PULL 0/1] nvme queue
@ 2024-11-08 8:16 Klaus Jensen
2024-11-08 14:46 ` Peter Maydell
0 siblings, 1 reply; 5+ messages in thread
From: Klaus Jensen @ 2024-11-08 8:16 UTC (permalink / raw)
To: qemu-devel; +Cc: Peter Maydell, Klaus Jensen
From: Klaus Jensen <k.jensen@samsung.com>
Hi,
The following changes since commit feef1866d1366d651e6a3cb8c9cf1a9aabb81395:
Merge tag 'pull-riscv-to-apply-20241107' of https://github.com/alistair23/qemu into staging (2024-11-07 15:08:05 +0000)
are available in the Git repository at:
https://gitlab.com/birkelund/qemu.git tags/pull-nvme-20241108
for you to fetch changes up to 9529aa6bb4d18763f5b4704cb4198bd25cbbee31:
hw/nvme: fix handling of over-committed queues (2024-11-08 09:14:30 +0100)
----------------------------------------------------------------
nvme queue
----------------------------------------------------------------
Klaus Jensen (1):
hw/nvme: fix handling of over-committed queues
hw/nvme/ctrl.c | 25 ++++++++++++++-----------
1 file changed, 14 insertions(+), 11 deletions(-)
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-05-17 22:28 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-15 12:01 [PULL 0/1] nvme queue Klaus Jensen
2025-05-15 12:01 ` [PULL 1/1] hw/nvme: fix nvme hotplugging Klaus Jensen
2025-05-15 21:53 ` [PULL 0/1] nvme queue Stefan Hajnoczi
-- strict thread matches above, loose matches on Subject: below --
2024-11-08 8:16 Klaus Jensen
2024-11-08 14:46 ` Peter Maydell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).