diff mbox

[BUGFIX,1/1] xenfb.c: fix compile error on graphic_console_init

Message ID 1394231231-16594-1-git-send-email-dslutz@verizon.com
State New
Headers show

Commit Message

Don Slutz March 7, 2014, 10:27 p.m. UTC
commit 5643706a095044d75df1c0588aac553a595b972b
console: add head to index to qemu consoles.

Breaks Xen builds.

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

Comments

Don Slutz March 7, 2014, 10:40 p.m. UTC | #1
Better commit message in:

http://lists.nongnu.org/archive/html/qemu-devel/2014-03/msg01469.html

So I will withdraw this patch request.
     -Don Slutz

On 03/07/14 17:27, Don Slutz wrote:
> commit 5643706a095044d75df1c0588aac553a595b972b
> console: add head to index to qemu consoles.
>
> Breaks Xen builds.
>
> Signed-off-by: Don Slutz <dslutz@verizon.com>
> ---
>   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 */
diff mbox

Patch

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 */