mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
remote: fix prefix for libxl Xen driver
The libxl driver supports xen:///system URLs and the daemon socket uses 'virtxend' as the socket prefix. Reported-by: Jim Fehlig <jfehlig@suse.com> Reviewed-by: Jim Fehlig <jfehlig@suse.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
b396e9dd9d
commit
ce410b6ea9
@ -2021,7 +2021,7 @@ remoteDispatchProbeURI(bool readonly,
|
|||||||
* calls in daemonInitialize */
|
* calls in daemonInitialize */
|
||||||
const char *drivers[] = {
|
const char *drivers[] = {
|
||||||
# ifdef WITH_LIBXL
|
# ifdef WITH_LIBXL
|
||||||
"libxl",
|
"xen",
|
||||||
# endif
|
# endif
|
||||||
# ifdef WITH_QEMU
|
# ifdef WITH_QEMU
|
||||||
"qemu",
|
"qemu",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user