]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: domain: Introduce VIR_DOMAIN_DISK_BUS_NONE
authorPeter Krempa <pkrempa@redhat.com>
Thu, 15 Apr 2021 14:58:19 +0000 (16:58 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 19 Apr 2021 12:43:59 +0000 (14:43 +0200)
commit7516ae528740519338b4f4963b255458476f9155
treedea8898de623d72cede3ef491fda10e7fabd1965
parentfb89cce88398e6c00d17de4ae39a84e79f47865b
conf: domain: Introduce VIR_DOMAIN_DISK_BUS_NONE

Add a disk bus value represending no selected bus. This will help split
up the XML parser.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/conf/domain_conf.c
src/conf/domain_conf.h
src/conf/domain_validate.c
src/qemu/qemu_alias.c
src/qemu/qemu_command.c
src/qemu/qemu_domain_address.c
src/qemu/qemu_hotplug.c
src/vbox/vbox_common.c