]> xenbits.xensource.com Git - libvirt.git/commit
Use pci_addr=auto with QEMU's pci_add monitor command
authorMark McLoughlin <markmc@redhat.com>
Mon, 17 Aug 2009 14:05:23 +0000 (15:05 +0100)
committerMark McLoughlin <markmc@redhat.com>
Tue, 18 Aug 2009 08:41:57 +0000 (09:41 +0100)
commit60ff07585ca8f7e639fed477e2e2cf79ce1c5c21
treee5bd00ab810a13f55cd412afdfd2026a9af862c9
parent457e05062863a35c7efb35470886b9b83a49d04d
Use pci_addr=auto with QEMU's pci_add monitor command

Newer versions of QEMU accept 'pci_add auto', but older versions require
'pci_add pci_addr=auto'

* src/qemu_driver.c: use pci_addr= in qemudDomainAttachHostPciDevice()
  for older versions of QEMU
src/qemu_driver.c