]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Split qemuDomainSetSCSIControllerModel
authorJohn Ferlan <jferlan@redhat.com>
Fri, 5 Jan 2018 22:32:28 +0000 (17:32 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 31 Jan 2018 16:32:04 +0000 (11:32 -0500)
commite37540f459d30d95fa42dc18426523f4a0d146e8
treeee85475fc7ee4e1681ddcc1d616677e46102cfd5
parent7b0ea999fccf6f317149c23abc4a82b18c32c736
qemu: Split qemuDomainSetSCSIControllerModel

Rather than one function serving two purposes, let's split out the
else condition which is checking whether the model can be used
during command line building based on the capabilities.

Signed-off-by: John Ferlan <jferlan@redhat.com>
src/qemu/qemu_command.c
src/qemu/qemu_domain_address.c