diff options
Diffstat (limited to 'hw/char')
-rw-r--r-- | hw/char/xen_console.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |