libvirt/src/node_device
Daniel P. Berrangé 4c8574c85c driver: ensure NULL URI isn't passed to drivers with whitelisted URIs
Ensuring that we don't call the virDrvConnectOpen method with a NULL URI
means that the drivers can drop various checks for NULL URIs. These were
not needed anymore since the probe functionality was split

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2018-04-12 16:52:02 +01:00
..
Makefile.inc.am make: split nodedev driver build rules into node_device/Makefile.inc.am 2018-03-05 17:09:48 +00:00
node_device_driver.c driver: ensure NULL URI isn't passed to drivers with whitelisted URIs 2018-04-12 16:52:02 +01:00
node_device_driver.h nodedev: allow opening with nodedev:///system and nodedev:///session URIs 2018-01-31 17:46:09 +00:00
node_device_hal.c driver: declare supported URI schemes in virConnectDriver struct 2018-04-12 16:52:02 +01:00
node_device_hal.h
node_device_udev.c driver: declare supported URI schemes in virConnectDriver struct 2018-04-12 16:52:02 +01:00
node_device_udev.h