Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260313141221.359503-1-alexander@mihalicyn.com
Maintainers: Keith Busch <kbusch@kernel.org>, Klaus Jensen <its@irrelevant.dk>, Jesper Devantier <foss@defmacro.it>, Stefan Hajnoczi <stefanha@redhat.com>, Fam Zheng <fam@euphon.net>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>, Paolo Bonzini <pbonzini@redhat.com>, Zhao Liu <zhao1.liu@intel.com>
hw/nvme/ctrl.c | 874 +++++++++++++++++-
hw/nvme/ns.c | 160 ++++
hw/nvme/nvme.h | 8 +
hw/nvme/trace-events | 11 +
include/block/nvme.h | 12 +
include/migration/vmstate.h | 81 +-
migration/savevm.c | 26 +
migration/vmstate-types.c | 102 ++
migration/vmstate.c | 138 ++-
tests/functional/migration.py | 22 +-
tests/functional/x86_64/meson.build | 1 +
.../functional/x86_64/test_nvme_migration.py | 159 ++++
tests/unit/test-vmstate.c | 157 ++++
13 files changed, 1674 insertions(+), 77 deletions(-)
create mode 100755 tests/functional/x86_64/test_nvme_migration.py