]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Reduce need to call qemuDomainGetSCSIControllerModel
authorJohn Ferlan <jferlan@redhat.com>
Tue, 30 Jan 2018 21:12:31 +0000 (16:12 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 31 Jan 2018 16:32:04 +0000 (11:32 -0500)
commitde8fac5f21bc77c48587811343b0fb131349d6ae
tree510833ebdf873b4a52314aa5f9be92011b4748ac
parentd1b59c62144edee2953dfda5a58dfbc1c04d9393
qemu: Reduce need to call qemuDomainGetSCSIControllerModel

Now that post parse processing handles setting the SCSI controller
model, there's no need to call qemuDomainGetSCSIControllerModel to
get the "default controller" when building the command line controller
string or when assigning the spaprvio address since the controller
model value will already be filled in.
src/qemu/qemu_command.c
src/qemu/qemu_domain_address.c