libvirt/src/node_device
Andrea Bolognani fc9ba9d574 pci: Fix virPCIGetPhysicalFunction()'s callers
Commit c8b1a83605 changed the function, making it
impossible for callers to be able to tell whether a
non-negative return value means "physical function
address found and parsed correctly" or "couldn't find
corresponding physical function".

The important difference between the two being that,
in the latter case, the returned pointer is NULL and
should never, ever be dereferenced.

In order to cope with these changes, the callers
have to be updated.
2016-05-25 10:38:01 +02:00
..
node_device_driver.c nodedev: update netdev feature bits before each dumpxml 2015-06-17 13:51:33 -04:00
node_device_driver.h node device: prepare node_device_linux_sysfs.c to add more functions 2015-05-18 10:30:27 -04:00
node_device_hal.c Use virGetLastErrorMessage to avoid Coverity message 2016-05-09 19:33:56 -04:00
node_device_hal.h
node_device_linux_sysfs.c pci: Fix virPCIGetPhysicalFunction()'s callers 2016-05-25 10:38:01 +02:00
node_device_linux_sysfs.h node_device: new functions to get sriov/iommu info from sysfs 2015-05-18 10:31:58 -04:00
node_device_udev.c nodedev: Expose PCI header type 2016-03-18 17:35:06 +01:00
node_device_udev.h