]> git.ipfire.org Git - thirdparty/libvirt.git/commit
pci: eliminate unused driver arg from virPCIDeviceDetach
authorLaine Stump <laine@laine.org>
Thu, 30 May 2013 18:14:46 +0000 (14:14 -0400)
committerLaine Stump <laine@laine.org>
Tue, 25 Jun 2013 22:03:52 +0000 (18:03 -0400)
commitee1d1f3b546fd59673ad45a2d651b996d6e10dbd
treede3f74dfa0a3aa13aede3c094b02c7ea5d9d39ae
parent003118deb4b0dc243cf362261fa33aa2b7657519
pci: eliminate unused driver arg from virPCIDeviceDetach

The driver arg to virPCIDeviceDetach is no longer used (the name of the stub driver is now set in the virPCIDevice object, and virPCIDeviceDetach retrieves it from there). Remove it.
src/qemu/qemu_driver.c
src/qemu/qemu_hostdev.c
src/util/virpci.c
src/util/virpci.h
src/xen/xen_driver.c