libvirt/src/interface
Daniel P. Berrangé 3bd64d3306 interface: allow opening with interface:///system and interface:///session URIs
Allow the possibility of opening a connection to only the interface
driver, by defining interface:///system and interface:///session URIs
and registering a fake hypervisor driver that supports them.

The hypervisor drivers can now directly open a interface driver
connection at time of need, instead of having to pass around a
virConnectPtr through many functions. This will facilitate the later
change to support separate daemons for each driver.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2018-01-31 17:45:51 +00:00
..
interface_backend_netcf.c interface: allow opening with interface:///system and interface:///session URIs 2018-01-31 17:45:51 +00:00
interface_backend_udev.c interface: allow opening with interface:///system and interface:///session URIs 2018-01-31 17:45:51 +00:00
interface_driver.c Use K&R style for curly braces in remaining files 2014-03-20 17:27:17 +01:00
interface_driver.h interface: always build all available backends 2012-10-09 09:44:51 -06:00