Re: [libvirt] [PATCH v2 2/7] tests: pci: Mock the iommu groups and vfio

2019-08-16 Thread Michal Privoznik
On 7/25/19 8:09 PM, Daniel Henrique Barboza wrote: From: Shivaprasad G Bhat The iommu group, /dev/vfio/ behaviors of the host are mocked. This patch implements support for multifunction/multiple devices per iommu groups and emulates the /dev/vfio/ file correctly. This code helps adding

[libvirt] [PATCH v2 2/7] tests: pci: Mock the iommu groups and vfio

2019-07-25 Thread Daniel Henrique Barboza
From: Shivaprasad G Bhat The iommu group, /dev/vfio/ behaviors of the host are mocked. This patch implements support for multifunction/multiple devices per iommu groups and emulates the /dev/vfio/ file correctly. This code helps adding necessary testcases for pci-hotplug code. Signed-off-by: