index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui
/
console.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
misc: Replace 'struct QEMUTimer' by 'QEMUTimer'
Stefan Weil
2013-12-02
1
-1
/
+1
*
console: Replace conditional debug messages by trace methods
Stefan Weil
2013-12-02
1
-8
/
+3
*
trace: Remove trace.h from console.h (less dependencies)
Stefan Weil
2013-12-02
1
-0
/
+1
*
console: Remove unused debug code
Stefan Weil
2013-11-13
1
-33
/
+0
*
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
2013-08-22
1
-15
/
+15
*
console: Hook QemuConsoles into qom tree
Gerd Hoffmann
2013-06-28
1
-0
/
+10
*
qemu-char: don't issue CHR_EVENT_OPEN in a BH
Michael Roth
2013-06-10
1
-0
/
+4
*
console: add dummy surface for guests without graphic card
Gerd Hoffmann
2013-04-25
1
-2
/
+32
*
console: zap ds arg from register_displaychangelistener
Gerd Hoffmann
2013-04-25
1
-5
/
+5
*
console: switch ppm_save to qemu_open
Gerd Hoffmann
2013-04-25
1
-2
/
+4
*
console: add qemu_console_lookup_by_device
Gerd Hoffmann
2013-04-25
1
-0
/
+19
*
console: add device link to QemuConsoles
Gerd Hoffmann
2013-04-25
1
-1
/
+14
*
console: qom-ify QemuConsole
Gerd Hoffmann
2013-04-25
1
-1
/
+14
*
console: allow pinning displaychangelisteners to consoles
Gerd Hoffmann
2013-04-16
1
-30
/
+73
*
console: add qemu_console_is_*
Gerd Hoffmann
2013-04-16
1
-26
/
+33
*
xen: re-enable refresh interval reporting for xenfb
Gerd Hoffmann
2013-04-16
1
-0
/
+6
*
console: gui timer fixes
Gerd Hoffmann
2013-04-16
1
-5
/
+29
*
console: add GraphicHwOps
Gerd Hoffmann
2013-04-16
1
-17
/
+16
*
console: make DisplayState private to console.c
Gerd Hoffmann
2013-04-16
1
-0
/
+8
*
console: move gui_update+gui_setup_refresh from vl.c into console.c
Gerd Hoffmann
2013-04-16
1
-0
/
+50
*
console: zap g_width + g_height
Gerd Hoffmann
2013-04-16
1
-23
/
+9
*
console: simplify screendump
Gerd Hoffmann
2013-04-16
1
-19
/
+53
*
console: give each QemuConsole its own DisplaySurface
Gerd Hoffmann
2013-04-16
1
-27
/
+69
*
console: rename vga_hw_*, add QemuConsole param
Gerd Hoffmann
2013-04-16
1
-19
/
+30
*
console: displaystate init revamp
Gerd Hoffmann
2013-04-16
1
-39
/
+34
*
console: add trace events
Gerd Hoffmann
2013-04-16
1
-0
/
+4
*
console: switch color_table_rgb to pixman_color_t
Gerd Hoffmann
2013-04-16
1
-16
/
+8
*
console: use pixman for font rendering
Gerd Hoffmann
2013-04-16
1
-99
/
+11
*
console: use pixman for fill+blit
Gerd Hoffmann
2013-04-16
1
-55
/
+10
*
sysemu: avoid proliferation of include/ subdirectories
Paolo Bonzini
2013-04-15
1
-1
/
+1
*
qemu-char: Rename qemu_chr_generic_open to qemu_chr_be_generic_open
Hans de Goede
2013-03-27
1
-1
/
+1
*
console: remove ds_get_* helper functions
Gerd Hoffmann
2013-03-18
1
-63
/
+79
*
console: zap color_table
Gerd Hoffmann
2013-03-18
1
-77
/
+6
*
console: stop using DisplayState in gfx hardware emulation
Gerd Hoffmann
2013-03-18
1
-47
/
+47
*
console: zap displaystate from dcl callbacks
Gerd Hoffmann
2013-03-18
1
-11
/
+11
*
console: rework DisplaySurface handling [dcl/ui side]
Gerd Hoffmann
2013-03-18
1
-4
/
+4
*
console: rework DisplaySurface handling [vga emu side]
Gerd Hoffmann
2013-03-18
1
-42
/
+29
*
console: fix displaychangelisteners interface
Gerd Hoffmann
2013-03-18
1
-0
/
+144
*
chardev: add vc support to qapi
Gerd Hoffmann
2013-03-13
1
-12
/
+49
*
qemu-char: move text console init to console.c
Anthony Liguori
2013-03-08
1
-0
/
+7
*
console: allow VCs to be overridden by UI
Anthony Liguori
2013-02-21
1
-1
/
+13
*
vga: fix byteswapping.
Gerd Hoffmann
2013-02-21
1
-2
/
+7
*
error: Strip trailing '\n' from error string arguments (again)
Markus Armbruster
2013-02-11
1
-1
/
+1
*
softmmu: move remaining include files to include/ subdirectories
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
ui: move files to ui/ and include/ui/
Paolo Bonzini
2012-12-19
1
-0
/
+1724