]> xenbits.xen.org Git - xenclient/ioemu.git/commit
graphical_console_init change (Stefano Stabellini)
authorIan Jackson <ian.jackson@eu.citrix.com>
Tue, 10 Mar 2009 18:06:11 +0000 (18:06 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 10 Mar 2009 18:06:11 +0000 (18:06 +0000)
commit1d68b5044d496d9d51b129270d2903a73e67884e
tree68d375053dfbe3d0b1c54cb0be226454afd8b785
parente6c1dbc212aa15c1dbf2dd50cec65c1c8bf0f977
graphical_console_init change (Stefano Stabellini)

Patch 5/7

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.

Patch 6/7

This patch changes the QEMUMachine init functions not to take a
DisplayState as an argument because is not needed any more;

In few places the graphic hardware initialization function was called
only if DisplayState was not NULL, now they are always called.
Apart from these cases, the rest are all mechanical substitutions.

Patch 7/7

This patch updates the graphic device code to use the new
graphical_console_init function.

As for the previous patch, in few places graphical_console_init was called
only if DisplayState was not NULL, now it is always called.
Apart from these cases, the rest are all mechanical substitutions.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
As adapted by Stefano to qemu-xen-unstable in his posting:
 [Xen-devel] [PATCH 6 of 13] graphical_console_init change
which also contains several following fixes.
61 files changed:
console.c
console.h
curses.c
hw/an5206.c
hw/blizzard.c
hw/boards.h
hw/cirrus_vga.c
hw/devices.h
hw/dummy_m68k.c
hw/etraxfs.c
hw/g364fb.c
hw/gumstix.c
hw/i2c.h
hw/integratorcp.c
hw/jazz_led.c
hw/mainstone.c
hw/mcf5208.c
hw/mips.h
hw/mips_jazz.c
hw/mips_malta.c
hw/mips_mipssim.c
hw/mips_r4k.c
hw/musicpal.c
hw/nseries.c
hw/omap.h
hw/omap1.c
hw/omap2.c
hw/omap_dss.c
hw/omap_lcdc.c
hw/palm.c
hw/pc.c
hw/pc.h
hw/pci.h
hw/pl110.c
hw/ppc405_boards.c
hw/ppc_chrp.c
hw/ppc_oldworld.c
hw/ppc_prep.c
hw/primecell.h
hw/pxa.h
hw/pxa2xx.c
hw/pxa2xx_lcd.c
hw/r2d.c
hw/realview.c
hw/shix.c
hw/spitz.c
hw/ssd0303.c
hw/ssd0323.c
hw/stellaris.c
hw/sun4m.c
hw/sun4m.h
hw/sun4u.c
hw/tcx.c
hw/tosa.c
hw/versatilepb.c
hw/vga.c
hw/vga_int.h
hw/vmware_vga.c
hw/xen_machine_fv.c
hw/xenfb.c
vl.c