diff --git a/ChangeLog b/ChangeLog index 2ab74af998..68865df352 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed May 6 16:55:02 GMT 2009 Mark McLoughlin + + * src/qemu_driver.c: fix handling of + Wed May 6 10:19:36 EDT 2009 Cole Robinson * src/qemu_driver.c : Refresh QEMU driver capabilities for each diff --git a/src/qemu_driver.c b/src/qemu_driver.c index 589802613c..59312c022e 100644 --- a/src/qemu_driver.c +++ b/src/qemu_driver.c @@ -1215,7 +1215,7 @@ static int qemuPrepareHostDevices(virConnectPtr conn, if (hostdev->source.subsys.type != VIR_DOMAIN_HOSTDEV_SUBSYS_TYPE_PCI) continue; - if (!hostdev->managed) { + if (hostdev->managed) { pciDevice *dev = pciGetDevice(conn, hostdev->source.subsys.u.pci.domain, hostdev->source.subsys.u.pci.bus,