Statistics
| Branch: | Revision:

root / hw / display / vga_int.h @ da87dd7b

History | View | Annotate | Download (7.4 kB)

# Date Author Comment
712f0cc7 07/04/2013 06:42 pm Paolo Bonzini

vga: pass owner to vga_init

Signed-off-by: Paolo Bonzini <>

270327fe 07/04/2013 06:42 pm Paolo Bonzini

vga: pass owner to vga_common_init

Signed-off-by: Paolo Bonzini <>

83118327 07/04/2013 06:42 pm Paolo Bonzini

vga: pass owner to vga_init_vbe

Signed-off-by: Paolo Bonzini <>

c84b28ee 07/04/2013 06:42 pm Paolo Bonzini

vga: pass owner to vga_init_io

Signed-off-by: Paolo Bonzini <>

380cd056 04/16/2013 10:03 am Gerd Hoffmann

console: add GraphicHwOps

Pass a single GraphicHwOps struct pointer to graphic_console_init,
instead of a bunch of function pointers.

Signed-off-by: Gerd Hoffmann <>

1dbfa005 04/16/2013 10:03 am Gerd Hoffmann

console: rename vga_hw_*, add QemuConsole param

Add QemuConsole parameter to vga_hw_*, so the interface allows to update
non-active consoles (the actual code can't handle this yet, see next
patch). Passing NULL is allowed and updates the active console, like...

2c62f08d 04/16/2013 10:03 am Gerd Hoffmann

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...

47b43a1f 04/08/2013 07:13 pm Paolo Bonzini

hw: move private headers to hw/ subdirectories.

Many headers are used only in a single directory. These can be
kept in hw/.

Signed-off-by: Paolo Bonzini <>