]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix restore of QEMU guests with PCI device reservation
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 3 Feb 2010 16:11:29 +0000 (16:11 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 3 Feb 2010 16:45:26 +0000 (16:45 +0000)
commit83acdeaf173b2a1206b755c1ab317cac36facd90
tree1e474f4b8b791c739a4c14beedfe88379837c2d2
parent730801d955144f89ddba710b07840f0266861844
Fix restore of QEMU guests with PCI device reservation

When restoring from a saved guest image, the XML would already
contain the PCI slot ID of the IDE controller & video card.
The attempt to explicitly reserve this upfront would thus fail
everytime.

* src/qemu/qemu_conf.c: Reserve IDE controller / video card
  slot at time of need, rather than upfront
src/qemu/qemu_conf.c