]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Return in from qemuDomainRemove*Device
authorJiri Denemark <jdenemar@redhat.com>
Tue, 3 Jun 2014 08:18:48 +0000 (10:18 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 3 Jun 2014 08:58:07 +0000 (10:58 +0200)
commit5bf670323e5db11f3b45b8a77a43e905e3256114
treedb27cea484b171442e93fd5c1266515f1b55c47b
parent55b21f9b23a330bdc581dd99d23987642235fcde
qemu: Return in from qemuDomainRemove*Device

Some of the APIs already return int since they can produce errors that
need to be propagated. For consistency reasons, this patch changes the
rest of the APIs to also return int even though they do not fail or
report any errors.
src/qemu/qemu_hotplug.c