]> git.ipfire.org Git - thirdparty/libvirt.git/commit
pci: Log debug messages when manipulating the inactive list
authorAndrea Bolognani <abologna@redhat.com>
Thu, 7 Jan 2016 16:50:15 +0000 (17:50 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 8 Jan 2016 08:52:33 +0000 (09:52 +0100)
commit4e1f37f8120105053ca91f1a8127a75c79061db7
tree58892f21749520e248560b9ff5e733f7816ea1dc
parent587fd1055413360d7b8422cc12720bab4f41ec41
pci: Log debug messages when manipulating the inactive list

Most of the changes to the list of active and inactive PCI devices
happen in virHostdev, where they are properly logged.

virPCIDeviceDetach() and virPCIDeviceReattach(), however, change the
inactive list as well, so they should be logging similar messages.
src/util/virpci.c