]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: command: Simplify USB controller model selection
authorAndrea Bolognani <abologna@redhat.com>
Thu, 28 Jul 2016 15:39:05 +0000 (17:39 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 12 Aug 2016 15:38:02 +0000 (17:38 +0200)
commitf257a4adf1dd0f0b1d75ba324a0dc21e6b8a5ad8
tree3d96d9a28bc2cc694a4db5787bbc3f60ca5f5dff
parent31de0fab9392db04f9b8b25f90846d73367fdd97
qemu: command: Simplify USB controller model selection

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