]> git.ipfire.org Git - thirdparty/libvirt.git/commit
docs, conf, schemas: Add support for NVMe disks
authorMartin Kletzander <mkletzan@redhat.com>
Thu, 22 May 2025 13:47:27 +0000 (15:47 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Mon, 9 Jun 2025 13:12:39 +0000 (15:12 +0200)
commitd80386745af74ac629a675d8123adfffd93fc9c8
tree49ea6c2147c8cbcbc23153ef1ba96c377e35c22c
parent683e1a3cf81054790997d2ea2c5ef5f1059edc68
docs, conf, schemas: Add support for NVMe disks

NVMe disks are essentially a namespace of an NVMe controller, but to
make it easier for the users to just add a disk, the necessary details
like adding the proper controller, setting the serial number for the
controller based on the disk, are done automatically.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Signed-off-by: Honglei Wang <honglei.wang@smartx.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
19 files changed:
docs/formatdomain.rst
src/conf/domain_conf.c
src/conf/domain_conf.h
src/conf/domain_postparse.c
src/conf/domain_validate.c
src/conf/schemas/domaincommon.rng
src/hyperv/hyperv_driver.c
src/qemu/qemu_alias.c
src/qemu/qemu_command.c
src/qemu/qemu_domain_address.c
src/qemu/qemu_hotplug.c
src/qemu/qemu_validate.c
src/test/test_driver.c
src/vbox/vbox_common.c
src/vmx/vmx.c
tests/genericxml2xmlindata/disk-nvme-invalid-serials.xml [new file with mode: 0644]
tests/genericxml2xmlindata/disk-nvme.xml [new file with mode: 0644]
tests/genericxml2xmloutdata/disk-nvme.xml [new file with mode: 0644]
tests/genericxml2xmltest.c