Re: [libvirt] [PATCH 18/18] virpcitest: Use modern VFIO

2019-08-16 Thread Daniel Henrique Barboza
Reviewed-by: Daniel Henrique Barboza On 8/14/19 8:57 AM, Michal Privoznik wrote: The pci-stub is so old school that no one uses it. All modern systems have adapted VFIO. Switch our virpcitest too. Signed-off-by: Michal Privoznik --- tests/virpcitest.c | 12 ++-- 1 file changed, 6 i

[libvirt] [PATCH 18/18] virpcitest: Use modern VFIO

2019-08-14 Thread Michal Privoznik
The pci-stub is so old school that no one uses it. All modern systems have adapted VFIO. Switch our virpcitest too. Signed-off-by: Michal Privoznik --- tests/virpcitest.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/virpcitest.c b/tests/virpcitest.c inde