Re: [libvirt] [PATCH 05/11] qemu: Move capability checks inside switch() statements

2019-05-28 Thread Ján Tomko
On Tue, May 28, 2019 at 05:28:58PM +0200, Andrea Bolognani wrote: Current capability checks are specific to Intel IOMMU, so we need to move them inside the switch() statement before we can introduce more virDomainIOMMUModel values. Signed-off-by: Andrea Bolognani --- src/qemu/qemu_command.c | 2

[libvirt] [PATCH 05/11] qemu: Move capability checks inside switch() statements

2019-05-28 Thread Andrea Bolognani
Current capability checks are specific to Intel IOMMU, so we need to move them inside the switch() statement before we can introduce more virDomainIOMMUModel values. Signed-off-by: Andrea Bolognani --- src/qemu/qemu_command.c | 28 ++-- 1 file changed, 14 insertions(+), 1