Re: [libvirt] [PATCH v4 08/10] Add iommu info for pci on mocked sysfs

2015-11-24 Thread Shivaprasad bhat
Thanks for the comments Michal.. I'll fix them all in my next version. Regards, Shivaprasad On Mon, Nov 23, 2015 at 10:34 PM, Michal Privoznik wrote: > On 14.11.2015 09:38, Shivaprasad G Bhat wrote: >> The iommu group info can be used to check if the devices are

Re: [libvirt] [PATCH v4 08/10] Add iommu info for pci on mocked sysfs

2015-11-23 Thread Michal Privoznik
On 14.11.2015 09:38, Shivaprasad G Bhat wrote: > The iommu group info can be used to check if the devices are bound/unbound > from vfio at the group level granualrity. Add the info to mock as to help > add test cases later. > > Signed-off-by: Shivaprasad G Bhat > --- >

Re: [libvirt] [PATCH v4 08/10] Add iommu info for pci on mocked sysfs

2015-11-20 Thread Laine Stump
I'm responding to this only to say that is someone with prior experience with virpcimock.c could review it instead, that would be *much* better. (If not, I can come back and do it). On 11/14/2015 03:38 AM, Shivaprasad G Bhat wrote: The iommu group info can be used to check if the devices are

[libvirt] [PATCH v4 08/10] Add iommu info for pci on mocked sysfs

2015-11-14 Thread Shivaprasad G Bhat
The iommu group info can be used to check if the devices are bound/unbound from vfio at the group level granualrity. Add the info to mock as to help add test cases later. Signed-off-by: Shivaprasad G Bhat --- tests/virpcimock.c | 180