]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Remove redundancy from qemuBuildControllerDevStr()
authorAndrea Bolognani <abologna@redhat.com>
Fri, 9 Feb 2018 16:10:28 +0000 (17:10 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 9 Feb 2018 17:00:58 +0000 (18:00 +0100)
commit68def01206b9415f3b539bc0cdd3e2c54a81b515
treebbc8319f1417f6aaa3f20cd4dac452154bbf4224
parentb9f2a3e6b26d1ec8cb6a6cc91bafecc69ffc030c
qemu: Remove redundancy from qemuBuildControllerDevStr()

Several PCI controllers have the same options, and thus
can be handled together.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
src/qemu/qemu_command.c