[PATCH] remote: fix prefix for libxl Xen driver

Daniel P. Berrangé berrange at redhat.com
Fri Jun 18 14:09:26 UTC 2021


The libxl driver supports xen:///system URLs and the daemon socket
uses 'virtxend' as the socket prefix.

Reported-by: Jim Fehlig <jfehlig at suse.com>
Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>
---
 src/remote/remote_daemon_dispatch.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/remote/remote_daemon_dispatch.c b/src/remote/remote_daemon_dispatch.c
index 838f4a925f..dd797a81f7 100644
--- a/src/remote/remote_daemon_dispatch.c
+++ b/src/remote/remote_daemon_dispatch.c
@@ -2021,7 +2021,7 @@ remoteDispatchProbeURI(bool readonly,
          * calls in daemonInitialize */
         const char *drivers[] = {
 # ifdef WITH_LIBXL
-            "libxl",
+            "xen",
 # endif
 # ifdef WITH_QEMU
             "qemu",
-- 
2.31.1




More information about the libvir-list mailing list