Re: [libvirt] [PATCH 09/12] virpcimock: Don't create "pci-stub" driver

2019-08-21 Thread Ján Tomko
On Tue, Aug 20, 2019 at 04:30:29PM +0200, Michal Privoznik wrote: Now that nothing supports "pci-stub" driver (aka KVM style of PCI device assignment) there is no need for virpcimock to create it. Signed-off-by: Michal Privoznik --- tests/virpcimock.c | 1 - 1 file changed, 1 deletion(-) Revi

Re: [libvirt] [PATCH 09/12] virpcimock: Don't create "pci-stub" driver

2019-08-20 Thread Daniel Henrique Barboza
On 8/20/19 11:30 AM, Michal Privoznik wrote: Now that nothing supports "pci-stub" driver (aka KVM style of PCI device assignment) there is no need for virpcimock to create it. Signed-off-by: Michal Privoznik --- Reviewed-by: Daniel Henrique Barboza Tested-by: Daniel Henrique Barboza

[libvirt] [PATCH 09/12] virpcimock: Don't create "pci-stub" driver

2019-08-20 Thread Michal Privoznik
Now that nothing supports "pci-stub" driver (aka KVM style of PCI device assignment) there is no need for virpcimock to create it. Signed-off-by: Michal Privoznik --- tests/virpcimock.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/virpcimock.c b/tests/virpcimock.c index c0dcd377d5..b