• D
    Fix restore of QEMU guests with PCI device reservation · 83acdeaf
    Daniel P. Berrange 提交于
    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
    83acdeaf
qemu_conf.c 174.6 KB