Re: [libvirt] [PATCH 8/8] qemu: Tweak Intel IOMMU command line generation

2019-05-21 Thread Ján Tomko
On Mon, May 20, 2019 at 01:37:53PM +0200, Andrea Bolognani wrote: Mostly add comments explaining why there are two capabilites for the same feature and how they interact. Signed-off-by: Andrea Bolognani --- src/qemu/qemu_command.c | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions

[libvirt] [PATCH 8/8] qemu: Tweak Intel IOMMU command line generation

2019-05-20 Thread Andrea Bolognani
Mostly add comments explaining why there are two capabilites for the same feature and how they interact. Signed-off-by: Andrea Bolognani --- src/qemu/qemu_command.c | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.