]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Add missing checks for pcie-root-port options
authorAndrea Bolognani <abologna@redhat.com>
Wed, 6 Dec 2017 10:15:29 +0000 (11:15 +0100)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 2 Feb 2018 19:35:26 +0000 (14:35 -0500)
commite1f7c354f0c5717af65199e36cb6c953ff384779
tree98674f937472199f9f8abb1daa9ff52a4ddbb293
parentd84caf9b50102c2b4c42584ce6f7459541aaaa4a
qemu: Add missing checks for pcie-root-port options

We format the 'chassis' and 'port' properties on the QEMU command
line later on, so we should make sure they've been set.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
src/qemu/qemu_command.c