libvirt/src/uml
Daniel P. Berrangé 20ad55a8fd driver: introduce a driver method for probing default URIs
Currently the virDrvConnectOpen method is supposed to handle both
opening an explicit URI and auto-probing a driver if no URI is
given. Introduce a dedicated virDrvConnectURIProbe method to enable the
probing functionality to be split from the driver opening functionality.

It is still possible for NULL to be passed to the virDrvConnectOpen
method after this change, because the remote driver needs special
handling to enable probing of the URI against a remote libvirtd daemon.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2018-04-12 16:52:02 +01:00
..
Makefile.inc.am make: split UML driver build rules into uml/Makefile.inc.am 2018-02-23 13:14:25 +00:00
uml_conf.c Init host cache info in drivers 2017-05-09 13:12:40 +02:00
uml_conf.h Fix coding style issues. 2016-09-26 18:07:58 -04:00
uml_driver.c driver: introduce a driver method for probing default URIs 2018-04-12 16:52:02 +01:00
uml_driver.h