]> git.proxmox.com Git - qemu-server.git/commit
add pci bridges by default for qemu > 2.3
authorAlexandre Derumier <aderumier@odiso.com>
Tue, 17 Mar 2015 08:47:10 +0000 (09:47 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 18 Mar 2015 05:26:55 +0000 (06:26 +0100)
commitfc79e813536966e9a08ed8daf64a680d1d670936
tree0f8dec931b747b740b16eac4c8d09f4da5212a32
parentc0e303885ae937074834d515f0c6553a5c2d0a2f
add pci bridges by default for qemu > 2.3

pci bridge are not hot-unplugglable,
which can give us live migration problem,
if we hot-unplug a device on pcibridge 1 or 2, we don't create the pci bridge on target guest

and pci bridge hotplug is not working on all os (windows for example).

So it's better to always add them at startup.

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
PVE/QemuServer.pm