]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Exempt video model 'none' from getting a PCI address on Q35
authorErik Skultety <eskultet@redhat.com>
Mon, 30 Jul 2018 14:33:33 +0000 (16:33 +0200)
committerErik Skultety <eskultet@redhat.com>
Tue, 31 Jul 2018 05:42:43 +0000 (07:42 +0200)
commite9024b0cec3a66ac11784034bb62abe8ec7b46a1
tree4f1e5662c3a3291ed3dabf998fa7aee52428d727
parent6f9fb4fa0118a0645905a6c8095d3476ca6c5ef4
qemu: Exempt video model 'none' from getting a PCI address on Q35

Commit d48813e8 made sure we wouldn't get one for i440fx, but not for Q35
machine type. If the primary video didn't get the assumed 0:0:1.0 PCI
address, the evaluation then failed with: "Cannot automatically add a
new PCI bus for a device with connect flags 00"

https://bugzilla.redhat.com/show_bug.cgi?id=1609087
Signed-off-by: Erik Skultety <eskultet@redhat.com>
src/qemu/qemu_domain_address.c