]> xenbits.xensource.com Git - libvirt.git/commit
qemu: prefer to put a Q35 machine's dmi-to-pci-bridge at 00:1E.0
authorLaine Stump <laine@laine.org>
Wed, 25 Sep 2013 12:02:19 +0000 (08:02 -0400)
committerLaine Stump <laine@laine.org>
Wed, 25 Sep 2013 14:39:23 +0000 (10:39 -0400)
commit386ebb47a5d707829edf0dccf4d80056ca199e63
tree7be0cd0da61acf351460b19be334e39b1d548baf
parentc484fe16cb58174b9ea1c532eeea70be5893ca3c
qemu: prefer to put a Q35 machine's dmi-to-pci-bridge at 00:1E.0

This resolves one of the issues listed in:

   https://bugzilla.redhat.com/show_bug.cgi?id=1003983

00:1E.0 is the location of this controller on at least some actual Q35
hardware, so we try to replicate the placement. The bridge should work
just as well in any other location though, so if 00:1E.0 isn't
available, just allow it to be auto-assigned anywhere appropriate.
src/qemu/qemu_command.c
tests/qemuxml2argvdata/qemuxml2argv-pcie-root.args
tests/qemuxml2argvdata/qemuxml2argv-pcihole64-q35.args
tests/qemuxml2argvdata/qemuxml2argv-q35.args