Statistics
| Branch: | Revision:

root / hw / display / vga.c @ 42e038fe

History | View | Annotate | Download (70.6 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 <>

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

vga: set owner in vga_update_memory_access

Signed-off-by: Paolo Bonzini <>

2c9b15ca 07/04/2013 06:42 pm Paolo Bonzini

memory: add owner argument to initialization functions

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

fc97bb5b 04/08/2013 07:13 pm Paolo Bonzini

hw: move display devices to hw/display/, configure via default-configs/

Signed-off-by: Paolo Bonzini <>