]> git.ipfire.org Git - thirdparty/libvirt.git/commit
pci: Remove 'reprobe' parameter from virPCIDeviceUnbind()
authorAndrea Bolognani <abologna@redhat.com>
Thu, 29 Oct 2015 15:09:54 +0000 (16:09 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 21 Dec 2015 10:04:37 +0000 (11:04 +0100)
commite1b2458364e32e999a28f81a2613ebca6f4b7083
tree9bbe30fb3accd45f9b0bad2fd91f1aec1ae447e5
parent51f39c704807a9df01a1cacc2575c8426d6d1400
pci: Remove 'reprobe' parameter from virPCIDeviceUnbind()

The value is not inspected inside the function, so it makes more
sense for the caller to change the device's setting explicitly.
src/util/virpci.c
src/util/virpci.h
tests/virpcitest.c