Re: [libvirt] [PATCH 7/8] qemu: Introduce qemuDomainDeviceDefValidateIOMMU()

2019-05-21 Thread Ján Tomko
On Mon, May 20, 2019 at 01:37:52PM +0200, Andrea Bolognani wrote: Device validation should not have to wait until command line generation time. Moving the code to a separate function also allows us to avoid some unnecessary repetition. Signed-off-by: Andrea Bolognani --- src/qemu/qemu_command.c

[libvirt] [PATCH 7/8] qemu: Introduce qemuDomainDeviceDefValidateIOMMU()

2019-05-20 Thread Andrea Bolognani
Device validation should not have to wait until command line generation time. Moving the code to a separate function also allows us to avoid some unnecessary repetition. Signed-off-by: Andrea Bolognani --- src/qemu/qemu_command.c | 56 -- src/qemu/qemu_domain.c