qemu-e2k/include/ui
Gerd Hoffmann 2c62f08ddb console: simplify screendump
Screendumps are alot simpler as we can update non-active
QemuConsoles now.  So we only need to update the QemuConsole
we want write out, then dump the DisplaySurface content into
a ppm file.  Done.

No console switching needed.  No special support code in the
gfx card emulation needed.  Zap it all.  Also move ppm_save
out of the vga code and next to the qmp_screendump function.

For now screen dumping is limited to console #0 (like it used
to be), even though it is dead simple to extend it to other
consoles.  I wanna finish the console cleanup before setting
new qapi interfaces into stone.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Tested-by: Igor Mitsyanko <i.mitsyanko@gmail.com>
2013-04-16 09:03:48 +02:00
..
console.h console: simplify screendump 2013-04-16 09:03:48 +02:00
pixel_ops.h
qemu-pixman.h pixman: render vgafont glyphs into pixman images 2013-04-16 09:03:47 +02:00
qemu-spice.h chardev: add spice support to qapi 2013-03-13 10:27:46 +01:00
spice-display.h console: stop using DisplayState in gfx hardware emulation 2013-03-18 10:21:59 +01:00