Re: [libvirt] [PATCH 12/34] Detect PCI addresses at QEMU startup

2010-01-15 Thread Daniel Veillard
On Fri, Jan 08, 2010 at 05:23:08PM +, Daniel P. Berrange wrote: > Hotunplug of devices requires that we know their PCI address. Even > hotplug of SCSI drives, required that we know the PCI address of > the SCSI controller to attach the drive to. We can find this out > by running 'info pci' and

[libvirt] [PATCH 12/34] Detect PCI addresses at QEMU startup

2010-01-08 Thread Daniel P. Berrange
Hotunplug of devices requires that we know their PCI address. Even hotplug of SCSI drives, required that we know the PCI address of the SCSI controller to attach the drive to. We can find this out by running 'info pci' and then correlating the vendor/product IDs with the devices we booted with. Al