From e57dd20bb7062b398a7af7c6d109eda765b5aae2 Mon Sep 17 00:00:00 2001 From: aliguori Date: Wed, 22 Apr 2009 15:19:19 +0000 Subject: xen: add console backend driver. (Gerd Hoffmann) This patch adds a xenconsole backend driver. It it based on current xen-unstable code. It has been changed to make use of the common backend driver code. Signed-off-by: Gerd Hoffmann Signed-off-by: Anthony Liguori git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7221 c046a42c-6fe2-441c-8c8c-71466251a162 --- hw/xen_machine_pv.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/xen_machine_pv.c') diff --git a/hw/xen_machine_pv.c b/hw/xen_machine_pv.c index a6070fd82..93ab312d8 100644 --- a/hw/xen_machine_pv.c +++ b/hw/xen_machine_pv.c @@ -56,6 +56,7 @@ static void xen_init_pv(ram_addr_t ram_size, int vga_ram_size, fprintf(stderr, "%s: xen backend core setup failed\n", __FUNCTION__); exit(1); } + xen_be_register("console", &xen_console_ops); } QEMUMachine xenpv_machine = { -- cgit v1.2.3