From ba2a92db1ff682c16730b1d7f156bac61928f04d Mon Sep 17 00:00:00 2001 From: Paul Durrant Date: Mon, 2 Jan 2023 11:05:16 +0000 Subject: hw/xen: Add xenstore operations to allow redirection to internal emulation Signed-off-by: Paul Durrant Signed-off-by: David Woodhouse Reviewed-by: Paul Durrant --- hw/char/xen_console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/char') diff --git a/hw/char/xen_console.c b/hw/char/xen_console.c index e9cef3e..ad8638a 100644 --- a/hw/char/xen_console.c +++ b/hw/char/xen_console.c @@ -181,7 +181,7 @@ static int con_init(struct XenLegacyDevice *xendev) const char *output; /* setup */ - dom = xs_get_domain_path(xenstore, con->xendev.dom); + dom = qemu_xen_xs_get_domain_path(xenstore, con->xendev.dom); if (!xendev->dev) { snprintf(con->console, sizeof(con->console), "%s/console", dom); } else { -- cgit v1.1