qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [BUGFIX][PATCH 1/1] xenfb.c: fix compile error on graphic_c


From: Don Slutz
Subject: [Qemu-devel] [BUGFIX][PATCH 1/1] xenfb.c: fix compile error on graphic_console_init
Date: Fri, 7 Mar 2014 17:27:11 -0500

commit 5643706a095044d75df1c0588aac553a595b972b
console: add head to index to qemu consoles.

Breaks Xen builds.

Signed-off-by: Don Slutz <address@hidden>
---
 hw/display/xenfb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/display/xenfb.c b/hw/display/xenfb.c
index cb9d456..032eb7a 100644
--- a/hw/display/xenfb.c
+++ b/hw/display/xenfb.c
@@ -992,7 +992,7 @@ wait_more:
 
     /* vfb */
     fb = container_of(xfb, struct XenFB, c.xendev);
-    fb->c.con = graphic_console_init(NULL, &xenfb_ops, fb);
+    fb->c.con = graphic_console_init(NULL, 0, &xenfb_ops, fb);
     fb->have_console = 1;
 
     /* vkbd */
-- 
1.8.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]