From 95be0669a353d7f4093876a8fe94474e39c7af9d Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 17 Apr 2013 09:45:10 +0200 Subject: console: qom-ify QemuConsole Just the minimal bits to turn QemuConsoles into Objects. Signed-off-by: Gerd Hoffmann --- hw/display/xenfb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/display/xenfb.c') diff --git a/hw/display/xenfb.c b/hw/display/xenfb.c index f2eb89f..f0333a0 100644 --- a/hw/display/xenfb.c +++ b/hw/display/xenfb.c @@ -987,7 +987,7 @@ wait_more: /* vfb */ fb = container_of(xfb, struct XenFB, c.xendev); - fb->c.con = graphic_console_init(&xenfb_ops, fb); + fb->c.con = graphic_console_init(NULL, &xenfb_ops, fb); fb->have_console = 1; /* vkbd */ -- cgit v1.1