[PATCH] remote: fix prefix for libxl Xen driver

Jim Fehlig jfehlig at suse.com
Fri Jun 18 14:23:40 UTC 2021


On 6/18/21 8:09 AM, Daniel P. Berrangé wrote:
> 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(-)

Reviewed-by: Jim Fehlig <jfehlig at suse.com>

Regards,
Jim

> 
> 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",
> 





More information about the libvir-list mailing list