]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Create new qemuDomainDeviceDefValidateControllerPCI()
authorAndrea Bolognani <abologna@redhat.com>
Tue, 20 Feb 2018 13:26:01 +0000 (14:26 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 9 Mar 2018 15:57:18 +0000 (16:57 +0100)
commite43103cbd0ad2934e7bcbf2015e0c7ffccb56edc
tree369e36e94f415e40b79741537b512a80232ad09e
parent90d7262552e8de3b067239b215903144a285723d
qemu: Create new qemuDomainDeviceDefValidateControllerPCI()

The existing function is renamed and called from the new one, so
that even while we're in the process of implementing new checks
all the existing ones will be performed.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Laine Stump <laine@laine.org>
src/qemu/qemu_domain.c