]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Update qemuDomainFindSCSIControllerModel return
authorJohn Ferlan <jferlan@redhat.com>
Tue, 30 Jan 2018 22:11:54 +0000 (17:11 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 31 Jan 2018 16:32:04 +0000 (11:32 -0500)
commit5b5bff35a8e04dc09c65f1816d9841beb92cd83f
treeaa9ba296abef020f23acc2d28802c59179f5ee82
parentde8fac5f21bc77c48587811343b0fb131349d6ae
qemu: Update qemuDomainFindSCSIControllerModel return

Now that the controller model is updated during post parse callback,
this code no longer needs to fetch the model based on the capabilities
and can just return the model directly if the controller is found.

Removal of @qemuCaps cascades through various callers which are now
updated to not pass the capabilities.
src/qemu/qemu_alias.c
src/qemu/qemu_alias.h
src/qemu/qemu_command.c
src/qemu/qemu_command.h
src/qemu/qemu_domain_address.c
src/qemu/qemu_domain_address.h
src/qemu/qemu_hotplug.c