Re: [libvirt] [PATCH v2 5/7] qemu: Check for virtio-input capabilites at validate time

2018-09-06 Thread Ján Tomko
s/ites/ities/ On Thu, Sep 06, 2018 at 02:22:17PM +0200, Andrea Bolognani wrote: The appropriate time to ensure the required capabilities are present is validate rather than command line generation: add a new qemuDomainDeviceDefValidateInput() function and move all existing checks there.

[libvirt] [PATCH v2 5/7] qemu: Check for virtio-input capabilites at validate time

2018-09-06 Thread Andrea Bolognani
The appropriate time to ensure the required capabilities are present is validate rather than command line generation: add a new qemuDomainDeviceDefValidateInput() function and move all existing checks there. Signed-off-by: Andrea Bolognani --- src/qemu/qemu_command.c | 26 --