Sign in
qemu
/
qemu
/
f59492b984934170f624487ffdec983a0102ba96
/
ui
/
console.c
e4d50d4
qemu-char: Rename register_char_driver_qapi() to register_char_driver()
by Peter Maydell
· 10 years ago
77bfcf2
console: Remove unused QEMU_BIG_ENDIAN_FLAG
by Benjamin Herrenschmidt
· 11 years ago
4c38762
console: add dpy_gfx_update_dirty
by Gerd Hoffmann
· 11 years ago
a77549b
console: add qemu_create_displaysurface_guestmem
by Gerd Hoffmann
· 11 years ago
30f1e66
console: stop using PixelFormat
by Gerd Hoffmann
· 11 years ago
56bd9ea
console: reimplement qemu_default_pixelformat
by Gerd Hoffmann
· 11 years ago
db39fcf
qemu-char: introduce qemu_chr_alloc
by Paolo Bonzini
· 11 years ago
333cb18
console: fix -vga none -sdl crash
by Gerd Hoffmann
· 11 years ago
a1d2db0
console: kill MAX_CONSOLES, alloc consoles dynamically
by Gerd Hoffmann
· 11 years ago
bdef972
console: add kbd_put_string_console
by Gerd Hoffmann
· 11 years ago
50ef467
console: add kbd_put_qcode_console
by Gerd Hoffmann
· 11 years ago
3f9a6e8
console: add kbd_put_keysym_console
by Gerd Hoffmann
· 11 years ago
aea7947
console: rework text terminal cursor logic
by Gerd Hoffmann
· 11 years ago
b35e3ba
console: update text terminal surface unconditionally
by Gerd Hoffmann
· 11 years ago
521a580
console: nicer initial screen
by Gerd Hoffmann
· 12 years ago
afff2b1
console: Abort on property access errors
by Kirill Batuzov
· 11 years ago
6075137
ui: Add missing 'static' attribute
by Stefan Weil
· 11 years ago
39f72ef
qom: Add check() argument to object_property_add_link()
by Stefan Hajnoczi
· 11 years ago
9561fda
qom: Make QOM link property unref optional
by Stefan Hajnoczi
· 11 years ago
6f90f3d
console: add QemuUIInfo
by Gerd Hoffmann
· 11 years ago
5643706
console: add head to index to qemu consoles.
by Gerd Hoffmann
· 11 years ago
d4c8533
console: export QemuConsole index,width,height
by Gerd Hoffmann
· 11 years ago
1246b25
misc: Replace 'struct QEMUTimer' by 'QEMUTimer'
by Stefan Weil
· 11 years ago
5d28b0e
console: Replace conditional debug messages by trace methods
by Stefan Weil
· 11 years ago
ac86048
trace: Remove trace.h from console.h (less dependencies)
by Stefan Weil
· 11 years ago
3325a83
console: Remove unused debug code
by Stefan Weil
· 11 years ago
bc72ad6
aio / timers: Switch entire codebase to the new timer API
by Alex Bligh
· 11 years ago
43f420f
console: Hook QemuConsoles into qom tree
by Gerd Hoffmann
· 12 years ago
bd5c51e
qemu-char: don't issue CHR_EVENT_OPEN in a BH
by Michael Roth
· 12 years ago
d3002b0
console: add dummy surface for guests without graphic card
by Gerd Hoffmann
· 12 years ago
5209089
console: zap ds arg from register_displaychangelistener
by Gerd Hoffmann
· 12 years ago
cdd5b93
console: switch ppm_save to qemu_open
by Gerd Hoffmann
· 12 years ago
14a9364
console: add qemu_console_lookup_by_device
by Gerd Hoffmann
· 12 years ago
aa2beaa
console: add device link to QemuConsoles
by Gerd Hoffmann
· 12 years ago
95be066
console: qom-ify QemuConsole
by Gerd Hoffmann
· 12 years ago
284d1c6
console: allow pinning displaychangelisteners to consoles
by Gerd Hoffmann
· 12 years ago
81c0d5a
console: add qemu_console_is_*
by Gerd Hoffmann
· 12 years ago
dea1b0b
xen: re-enable refresh interval reporting for xenfb
by Gerd Hoffmann
· 12 years ago
0f7b286
console: gui timer fixes
by Gerd Hoffmann
· 12 years ago
380cd05
console: add GraphicHwOps
by Gerd Hoffmann
· 12 years ago
27be558
console: make DisplayState private to console.c
by Gerd Hoffmann
· 12 years ago
98a9ad9
console: move gui_update+gui_setup_refresh from vl.c into console.c
by Gerd Hoffmann
· 12 years ago
36671fb
console: zap g_width + g_height
by Gerd Hoffmann
· 12 years ago
2c62f08
console: simplify screendump
by Gerd Hoffmann
· 12 years ago
321f048
console: give each QemuConsole its own DisplaySurface
by Gerd Hoffmann
· 12 years ago
1dbfa00
console: rename vga_hw_*, add QemuConsole param
by Gerd Hoffmann
· 12 years ago
64840c6
console: displaystate init revamp
by Gerd Hoffmann
· 12 years ago
437fe10
console: add trace events
by Gerd Hoffmann
· 12 years ago
e27bd65
console: switch color_table_rgb to pixman_color_t
by Gerd Hoffmann
· 12 years ago
7d6ba01
console: use pixman for font rendering
by Gerd Hoffmann
· 12 years ago
68db6dc
console: use pixman for fill+blit
by Gerd Hoffmann
· 12 years ago
dccfcd0
sysemu: avoid proliferation of include/ subdirectories
by Paolo Bonzini
· 12 years ago
fee204f
qemu-char: Rename qemu_chr_generic_open to qemu_chr_be_generic_open
by Hans de Goede
· 12 years ago
1562e53
console: remove ds_get_* helper functions
by Gerd Hoffmann
· 12 years ago
cf6f054
console: zap color_table
by Gerd Hoffmann
· 12 years ago
c78f713
console: stop using DisplayState in gfx hardware emulation
by Gerd Hoffmann
· 12 years ago
bc2ed97
console: zap displaystate from dcl callbacks
by Gerd Hoffmann
· 12 years ago
c12aeb8
console: rework DisplaySurface handling [dcl/ui side]
by Gerd Hoffmann
· 12 years ago
da229ef
console: rework DisplaySurface handling [vga emu side]
by Gerd Hoffmann
· 12 years ago
7c20b4a
console: fix displaychangelisteners interface
by Gerd Hoffmann
· 12 years ago
702ec69
chardev: add vc support to qapi
by Gerd Hoffmann
· 12 years ago
01f45d9
qemu-char: move text console init to console.c
by Anthony Liguori
· 12 years ago
d82831d
console: allow VCs to be overridden by UI
by Anthony Liguori
· 12 years ago
b1424e0
vga: fix byteswapping.
by Gerd Hoffmann
· 12 years ago
312fd5f
error: Strip trailing '\n' from error string arguments (again)
by Markus Armbruster
· 12 years ago
927d487
softmmu: move remaining include files to include/ subdirectories
by Paolo Bonzini
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
28ecbae
ui: move files to ui/ and include/ui/
by Paolo Bonzini
· 12 years ago
[Renamed (99%) from console.c]
f8fe796
janitor: do not include qemu-char everywhere
by Paolo Bonzini
· 12 years ago
64f7359
pixman: drop obsolete fields from DisplaySurface
by Gerd Hoffmann
· 12 years ago
09bbb0a
console: don't set PixelFormat alpha fields for 32bpp
by Gerd Hoffmann
· 12 years ago
537a439
console: make qemu_alloc_display static
by Gerd Hoffmann
· 12 years ago
69c7777
pixman: add pixman image to DisplaySurface
by Gerd Hoffmann
· 12 years ago
187cd1d
console: remove DisplayAllocator
by Gerd Hoffmann
· 12 years ago
a93a4a2
console: untangle gfx & txt updates
by Gerd Hoffmann
· 12 years ago
76ffb0b
console: s/TextConsole/QemuConsole/
by Gerd Hoffmann
· 12 years ago
bf2fde7
console: move set_mouse + cursor_define callbacks
by Gerd Hoffmann
· 12 years ago
c10600a
TextConsole: saturate escape parameter in TTY_STATE_CSI
by Laszlo Ersek
· 12 years ago
feadf1a
console: Clean up bytes per pixel calculation
by BALATON Zoltan
· 12 years ago
ad39cf6
qapi: convert screendump
by Luiz Capitulino
· 13 years ago
d709813
console: vga_hw_screen_dump_ptr: take Error argument
by Luiz Capitulino
· 13 years ago
3eea549
console: bounds check whenever changing the cursor due to an escape code
by Ian Campbell
· 12 years ago
8bd6b06
console: Fix warning from clang (and potential crash)
by Stefan Weil
· 12 years ago
bf1bed8
console: Implementing blinking of cursor
by Jan Kiszka
· 12 years ago
45efb16
optimize screendump for the common non-switch case
by Gerd Hoffmann
· 13 years ago
1673510
Remove screendump dummy functions.
by Gerd Hoffmann
· 13 years ago
8811e1e
console: Eliminate text_consoles[]
by Markus Armbruster
· 13 years ago
1f51470
Revert "qemu-char: Print strerror message on failure" and deps
by Markus Armbruster
· 13 years ago
33bcd98
console: Fix segfault on screendump without VGA adapter
by Alexander Graf
· 13 years ago
0eba62e
console: Fix qemu_default_pixelformat() for 24 bpp
by Markus Armbruster
· 13 years ago
95d8f9f
console: Fix console_putchar() for CSI J
by Markus Armbruster
· 13 years ago
f94a950
console: Clean up confusing indentation in console_putchar()
by Markus Armbruster
· 13 years ago
439229c
console: Fix rendering of VGA underline
by Markus Armbruster
· 13 years ago
5354d08
Fix mismatching allocation and deallocation
by Stefan Weil
· 13 years ago
f81bdef
console: Properly switch consoles for screen dumps
by Jan Kiszka
· 13 years ago
df00bed
curses: fix garbling when chtype != long
by Devin J. Pohly
· 13 years ago
903396a
char: remove qemu_chr_send_event()
by Anthony Liguori
· 13 years ago
909cda1
char: rename qemu_chr_can_read() -> qemu_chr_be_can_read()
by Anthony Liguori
· 13 years ago
fa5efcc
char: rename qemu_chr_read() -> qemu_chr_be_write()
by Anthony Liguori
· 13 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 13 years ago
Next »