search for: activepcihostdevs

Displaying 4 results from an estimated 4 matches for "activepcihostdevs".

2020 Aug 09
3
multiple vms with same PCI passthrough
In attempting to isolate vfio-pci problems between two different guest instances, the creation of a second guest (with existing guest shutdown) resulted in:. Aug 09 12:43:23 grit libvirtd[6716]: internal error: Device 0000:01:00.3 is already in use Aug 09 12:43:23 grit libvirtd[6716]: internal error: Device 0000:01:00.3 is already in use Aug 09 12:43:23 grit libvirtd[6716]: Failed to allocate PCI
2020 Aug 17
0
Re: multiple vms with same PCI passthrough
...         virReportError(VIR_ERR_INTERNAL_ERROR, >                         _("Device %s is already in use"), dev->name); >          return -1; > > Is this too simplistic or undesirable a feature request/implementation? Only devices that are currently in use by a guest (activePCIHostdevs), or that libvirt is in the process of detaching from the guest + vfio and rebinding to the device's host driver (inactivePCIHostdevs) are on either list of PCI devices maintained by libvirt. Once a device is completely detached from the guest and (if "managed='yes'" was s...
2020 Aug 18
2
Re: multiple vms with same PCI passthrough
...R_ERR_INTERNAL_ERROR, > > _("Device %s is already in use"), dev->name); > > return -1; > > > > Is this too simplistic or undesirable a feature request/implementation? > > Only devices that are currently in use by a guest (activePCIHostdevs), > or that libvirt is in the process of detaching from the guest + vfio and > rebinding to the device's host driver (inactivePCIHostdevs) are on > either list of PCI devices maintained by libvirt. Once a device is > completely detached from the guest and (if "managed='yes&...
2011 May 05
0
Release of libvirt-0.9.1
...oop in remote driver (Michal Privoznik) - qemu: Remove the managed state file only if restoring succeeded (Osier Yang) - reattach pci devices when qemuPrepareHostdevPCIDevices() failed (Wen Congyang) - reattach pci device when pciBindDeviceToStub() failed (Wen Congyang) - remove devices from driver activePciHostdevs when qemuPrepareHostdevPCIDevices() failed (Wen Congyang) - pci: avoid invalid free, init path to NULL (Wen Congyang) - qemu: Support for overriding NPROC limit (Jiri Denemark) - qemu: Always reserves slot 0x02 for primary VGA. (Osier Yang) - Fix typo in systemtap tapset directory name (Daniel P. B...