Re: [libvirt] [PATCH 17/18] virhostdevtest: 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 virhostdevtest too. Signed-off-by: Michal Privoznik --- tests/virhostdevtest.c | 4 ++-- 1 file changed, 2 in

[libvirt] [PATCH 17/18] virhostdevtest: 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 virhostdevtest too. Signed-off-by: Michal Privoznik --- tests/virhostdevtest.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/virhostdevtest.c b/tests/virhostdevtest