]> xenbits.xensource.com Git - libvirt.git/commit
conf: Format and parse NVMe type disk
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 3 Jun 2019 15:31:13 +0000 (17:31 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 17 Dec 2019 09:04:43 +0000 (10:04 +0100)
commit8cd7196974d9bf56434e78eecc289694d95af4f0
tree9d80139a52620e4a89a20af1ed03f854744c5bd8
parente1b022890e0a14e57bf13ae9cbbcfa95e57ad7e4
conf: Format and parse NVMe type disk

To simplify implementation, some restrictions are added. For
instance, an NVMe disk can't go to any bus but virtio and has to
be type of 'disk' and can't have startupPolicy set.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Cole Robinson <crobinso@redhat.com>
src/conf/domain_conf.c
src/libvirt_private.syms
src/libxl/xen_xl.c
src/qemu/qemu_block.c
src/qemu/qemu_command.c
src/qemu/qemu_driver.c
src/qemu/qemu_migration.c
src/util/virstoragefile.c
src/util/virstoragefile.h
tests/qemuxml2xmloutdata/disk-nvme.xml [new symlink]
tests/qemuxml2xmltest.c