Re: [Qemu-devel] [PATCH buildfix] xenfb: Fix graphic_console_init() build failure

2014-03-08 Thread Peter Maydell
On 7 March 2014 21:42, Andreas Färber wrote: > In commit 5643706a095044d75df1c0588aac553a595b972b (console: add head > to index to qemu consoles.) graphic_console_init() was extended to take > an additional argument, but xenfb was not updated accordingly. Fix it. > > Cc: Gerd Hoffmann > Signed-of

Re: [Qemu-devel] [PATCH buildfix] xenfb: Fix graphic_console_init() build failure

2014-03-07 Thread Stefan Weil
Am 07.03.2014 22:42, schrieb Andreas Färber: > In commit 5643706a095044d75df1c0588aac553a595b972b (console: add head > to index to qemu consoles.) graphic_console_init() was extended to take > an additional argument, but xenfb was not updated accordingly. Fix it. > > Cc: Gerd Hoffmann > Signed-of

Re: [Qemu-devel] [PATCH buildfix] xenfb: Fix graphic_console_init() build failure

2014-03-07 Thread Don Slutz
I just found the same thing: http://lists.xen.org/archives/html/xen-devel/2014-03/msg00678.html So you can add my: Reviewed-by: Don Slutz -Don Slutz On 03/07/14 16:42, Andreas Färber wrote: In commit 5643706a095044d75df1c0588aac553a595b972b (console: add head to index to qemu consoles.)

[Qemu-devel] [PATCH buildfix] xenfb: Fix graphic_console_init() build failure

2014-03-07 Thread Andreas Färber
In commit 5643706a095044d75df1c0588aac553a595b972b (console: add head to index to qemu consoles.) graphic_console_init() was extended to take an additional argument, but xenfb was not updated accordingly. Fix it. Cc: Gerd Hoffmann Signed-off-by: Andreas Färber --- hw/display/xenfb.c | 2 +- 1 f