]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Remove unused params from qemuDomainDeviceDefValidate
authorJohn Ferlan <jferlan@redhat.com>
Fri, 1 Sep 2017 17:16:17 +0000 (13:16 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 5 Sep 2017 14:56:58 +0000 (10:56 -0400)
commitd143837bd181230719e23205554850798a1ebbfe
tree61f26dbc5554644f22506f66ab5f5e5400825555
parentdda0da14cd6ebff98c2293b1407371286853a38f
qemu: Remove unused params from qemuDomainDeviceDefValidate

Neither @cfg nor (now) @driver is used in the API, so remove them
and mark @opaque as UNUSED.

NB: Commit id 'fa3c558596' dropped the unused @qemuCaps which was the
last consumer of @driver other than @cfg, but even @cfg was never used
even in the original implementation from commit id 'd987f63a'.
src/qemu/qemu_domain.c