Re: [libvirt] [PATCH 6/9] qemu: refactor qemuBuildIOMMUCommandLine

2017-03-28 Thread John Ferlan
On 03/23/2017 11:26 AM, Ján Tomko wrote: > Introduce a separate buffer for options and use a helper > variable for def->iommu. No bz reference here > --- > src/qemu/qemu_command.c | 21 +++-- > 1 file changed, 15 insertions(+), 6 deletions(-) > ACK -- libvir-list mailing

[libvirt] [PATCH 6/9] qemu: refactor qemuBuildIOMMUCommandLine

2017-03-23 Thread Ján Tomko
Introduce a separate buffer for options and use a helper variable for def->iommu. --- src/qemu/qemu_command.c | 21 +++-- 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c index 58af585..c1c7f1a 100644 ---