qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 5 of 7] graphical_console_init change


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH 5 of 7] graphical_console_init change
Date: Thu, 15 Jan 2009 16:19:14 -0600
User-agent: Thunderbird 2.0.0.19 (X11/20090105)

Stefano Stabellini wrote:
This patch changes the graphical_console_init function to return an
allocated DisplayState instead of a QEMUConsole.

This patch contains just the graphical_console_init change and few other
modifications mainly in console.c and vl.c.
It was necessary to move the display frontends (e.g. sdl and vnc)
initialization after machine->init in vl.c.

This patch does *not* include any required changes to any device, these
changes come with the following patches.


Signed-off-by: Stefano Stabellini <address@hidden>


This breaks the build.

/home/anthony/svn/qemu/hw/ssd0303.c: In function ‘ssd0303_init’:
/home/anthony/svn/qemu/hw/ssd0303.c:320: warning: passing argument 1 of ‘graphic_console_init’ from incompatible pointer type /home/anthony/svn/qemu/hw/ssd0303.c:320: warning: passing argument 3 of ‘graphic_console_init’ from incompatible pointer type /home/anthony/svn/qemu/hw/ssd0303.c:320: error: too many arguments to function ‘graphic_console_init’ /home/anthony/svn/qemu/hw/ssd0303.c:320: warning: assignment from incompatible pointer type /home/anthony/svn/qemu/hw/ssd0303.c:321: warning: passing argument 1 of ‘qemu_console_resize’ from incompatible pointer type


Regards,

Anthony Liguori




reply via email to

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