Re: [libvirt] [PATCH v3 05/30] virpci: Introduce and use virPCIDeviceAddressGetIOMMUGroupDev

2019-12-09 Thread Cole Robinson
On 12/2/19 9:26 AM, Michal Privoznik wrote: > Sometimes, we have a PCI address and not fully allocated > virPCIDevice and yet we still want to know its /dev/vfio/N path. > Introduce virPCIDeviceAddressGetIOMMUGroupDev() function exactly > for that. > > Signed-off-by: Michal Privoznik > --- > src

[libvirt] [PATCH v3 05/30] virpci: Introduce and use virPCIDeviceAddressGetIOMMUGroupDev

2019-12-02 Thread Michal Privoznik
Sometimes, we have a PCI address and not fully allocated virPCIDevice and yet we still want to know its /dev/vfio/N path. Introduce virPCIDeviceAddressGetIOMMUGroupDev() function exactly for that. Signed-off-by: Michal Privoznik --- src/libvirt_private.syms | 1 + src/qemu/qemu_domain.c | 11