Re: [libvirt] [PATCH 9/9] qemu: command: Simplify USB controller model selection

2016-08-04 Thread Ján Tomko
On Fri, Jul 29, 2016 at 07:46:29PM +0200, Andrea Bolognani wrote: Since we now pick the default USB controller model when parsing the guest XML, we can get rid of some duplicated code so that the default model selection happens in one place only. Add some comments as well. ---

[libvirt] [PATCH 9/9] qemu: command: Simplify USB controller model selection

2016-07-29 Thread Andrea Bolognani
Since we now pick the default USB controller model when parsing the guest XML, we can get rid of some duplicated code so that the default model selection happens in one place only. Add some comments as well. --- src/qemu/qemu_command.c | 60 - 1