summary refs log tree commit diff stats
path: root/hw/xen
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw@amazon.co.uk>2023-10-17 22:20:28 +0100
committerDavid Woodhouse <dwmw@amazon.co.uk>2023-11-07 08:54:20 +0000
commit9b773746908072bf0ec64aec12d02515ebcd717b (patch)
tree1c7873bd0ade5c716f601037b1e9e4471c7669c8 /hw/xen
parenteb6ae7a6829385ca41227e878f5ca3d1faf31d52 (diff)
downloadfocaccia-qemu-9b773746908072bf0ec64aec12d02515ebcd717b.tar.gz
focaccia-qemu-9b773746908072bf0ec64aec12d02515ebcd717b.zip
hw/xen: update Xen console to XenDevice model
This allows (non-primary) console devices to be created on the command
line and hotplugged.

Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
Reviewed-by: Paul Durrant <paul@xen.org>
Diffstat (limited to 'hw/xen')
-rw-r--r--hw/xen/xen-legacy-backend.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xen/xen-legacy-backend.c b/hw/xen/xen-legacy-backend.c
index 4ded3cec23..124dd5f3d6 100644
--- a/hw/xen/xen-legacy-backend.c
+++ b/hw/xen/xen-legacy-backend.c
@@ -623,7 +623,6 @@ void xen_be_init(void)
 
     xen_set_dynamic_sysbus();
 
-    xen_be_register("console", &xen_console_ops);
     xen_be_register("vkbd", &xen_kbdmouse_ops);
 #ifdef CONFIG_VIRTFS
     xen_be_register("9pfs", &xen_9pfs_ops);