Re: [libvirt] [PATCH v2 6/7] qemu: Refactor virtio-input capabilities checks

2018-09-06 Thread Ján Tomko
On Thu, Sep 06, 2018 at 02:22:18PM +0200, Andrea Bolognani wrote: The checks and error messages are mostly the same across all virtio-input devices, so we can avoid having multiple copies of the same code. Signed-off-by: Andrea Bolognani --- src/qemu/qemu_domain.c | 51

[libvirt] [PATCH v2 6/7] qemu: Refactor virtio-input capabilities checks

2018-09-06 Thread Andrea Bolognani
The checks and error messages are mostly the same across all virtio-input devices, so we can avoid having multiple copies of the same code. Signed-off-by: Andrea Bolognani --- src/qemu/qemu_domain.c | 51 +- 1 file changed, 25 insertions(+), 26