From: Klaus Jensen <its@irrelevant.dk>
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>,
Klaus Jensen <k.jensen@samsung.com>
Subject: [PULL 00/11] hw/nvme queue
Date: Tue, 7 Jul 2026 00:44:12 +0200 [thread overview]
Message-ID: <20260706224426.14156-1-its@irrelevant.dk> (raw)
From: Klaus Jensen <k.jensen@samsung.com>
Hi,
The following changes since commit 4ee536fac748b70e6f3d8568ddd20cfbaa9cf7bf:
Merge tag 'firmware-20260704-pull-request' of https://gitlab.com/kraxel/qemu into staging (2026-07-05 08:42:47 +0200)
are available in the Git repository at:
https://gitlab.com/birkelund/qemu.git tags/pull-nvme-20260707
for you to fetch changes up to cfb6c95706998be9a6606d80e03f088c0f5b7b42:
hw/nvme: add namespace hotplug support (2026-07-07 00:39:42 +0200)
----------------------------------------------------------------
nvme queue
----------------------------------------------------------------
Alexander Mikhalitsyn (8):
tests/functional/migration: add VM launch/configure hooks
hw/nvme: add migration blockers for non-supported cases
hw/nvme: split nvme_init_sq/nvme_init_cq into helpers
hw/nvme: set CQE.sq_id earlier in nvme_process_sq
hw/nvme: unmap req->sg earlier in nvme_enqueue_req_completion
hw/nvme: add basic live migration support
tests/functional/x86_64: add migration test for NVMe device
tests/qtest/nvme-test: add migration test with full CQ
Jesper Wendel Devantier (1):
hw/nvme: fix FDP set FDP events
Keith Busch (1):
hw/nvme: ensure sgl forward progress
mr-083 (1):
hw/nvme: add namespace hotplug support
MAINTAINERS | 1 +
hw/nvme/ctrl.c | 1240 ++++++++++++++++++++++--
hw/nvme/ns.c | 172 ++++
hw/nvme/nvme.h | 21 +-
hw/nvme/subsys.c | 2 +
hw/nvme/trace-events | 10 +
include/block/nvme.h | 12 +
tests/functional/migration.py | 23 +-
tests/functional/x86_64/meson.build | 1 +
tests/functional/x86_64/test_nvme_migration.py | 172 ++++
tests/qtest/nvme-test.c | 419 ++++++++
11 files changed, 1989 insertions(+), 84 deletions(-)
create mode 100755 tests/functional/x86_64/test_nvme_migration.py
next reply other threads:[~2026-07-06 22:46 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-06 22:44 Klaus Jensen [this message]
2026-07-06 22:44 ` [PULL 01/11] hw/nvme: fix FDP set FDP events Klaus Jensen
2026-07-08 9:37 ` Peter Maydell
2026-07-06 22:44 ` [PULL 02/11] hw/nvme: ensure sgl forward progress Klaus Jensen
2026-07-06 22:44 ` [PULL 03/11] tests/functional/migration: add VM launch/configure hooks Klaus Jensen
2026-07-06 22:44 ` [PULL 04/11] hw/nvme: add migration blockers for non-supported cases Klaus Jensen
2026-07-08 10:11 ` Peter Maydell
2026-07-08 10:18 ` Peter Maydell
2026-07-08 10:23 ` Alexander Mikhalitsyn
2026-07-08 10:27 ` Klaus Jensen
2026-07-08 10:32 ` Alexander Mikhalitsyn
2026-07-06 22:44 ` [PULL 05/11] hw/nvme: split nvme_init_sq/nvme_init_cq into helpers Klaus Jensen
2026-07-06 22:44 ` [PULL 06/11] hw/nvme: set CQE.sq_id earlier in nvme_process_sq Klaus Jensen
2026-07-06 22:44 ` [PULL 07/11] hw/nvme: unmap req->sg earlier in nvme_enqueue_req_completion Klaus Jensen
2026-07-06 22:44 ` [PULL 08/11] hw/nvme: add basic live migration support Klaus Jensen
2026-07-06 22:44 ` [PULL 09/11] tests/functional/x86_64: add migration test for NVMe device Klaus Jensen
2026-07-06 22:44 ` [PULL 10/11] tests/qtest/nvme-test: add migration test with full CQ Klaus Jensen
2026-07-06 22:44 ` [PULL 11/11] hw/nvme: add namespace hotplug support Klaus Jensen
2026-07-07 17:11 ` [PULL 00/11] hw/nvme queue Stefan Hajnoczi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260706224426.14156-1-its@irrelevant.dk \
--to=its@irrelevant.dk \
--cc=k.jensen@samsung.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.