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
/
console.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pixman: drop obsolete fields from DisplaySurface
Gerd Hoffmann
2012-11-01
1
-9
/
+0
*
console: don't set PixelFormat alpha fields for 32bpp
Gerd Hoffmann
2012-11-01
1
-3
/
+0
*
console: make qemu_alloc_display static
Gerd Hoffmann
2012-11-01
1
-24
/
+24
*
pixman: add pixman image to DisplaySurface
Gerd Hoffmann
2012-11-01
1
-13
/
+24
*
console: remove DisplayAllocator
Gerd Hoffmann
2012-11-01
1
-33
/
+19
*
console: untangle gfx & txt updates
Gerd Hoffmann
2012-11-01
1
-28
/
+31
*
console: s/TextConsole/QemuConsole/
Gerd Hoffmann
2012-11-01
1
-36
/
+36
*
console: move set_mouse + cursor_define callbacks
Gerd Hoffmann
2012-11-01
1
-1
/
+1
*
TextConsole: saturate escape parameter in TTY_STATE_CSI
Laszlo Ersek
2012-09-23
1
-2
/
+5
*
console: Clean up bytes per pixel calculation
BALATON Zoltan
2012-09-14
1
-3
/
+2
*
qapi: convert screendump
Luiz Capitulino
2012-09-05
1
-3
/
+4
*
console: vga_hw_screen_dump_ptr: take Error argument
Luiz Capitulino
2012-09-05
1
-1
/
+1
*
console: bounds check whenever changing the cursor due to an escape code
Ian Campbell
2012-09-04
1
-29
/
+28
*
console: Fix warning from clang (and potential crash)
Stefan Weil
2012-08-31
1
-1
/
+1
*
console: Implementing blinking of cursor
Jan Kiszka
2012-07-14
1
-1
/
+25
*
optimize screendump for the common non-switch case
Gerd Hoffmann
2012-02-24
1
-3
/
+7
*
Remove screendump dummy functions.
Gerd Hoffmann
2012-02-24
1
-0
/
+2
*
console: Eliminate text_consoles[]
Markus Armbruster
2012-02-24
1
-14
/
+4
*
Revert "qemu-char: Print strerror message on failure" and deps
Markus Armbruster
2012-02-24
1
-5
/
+3
*
console: Fix segfault on screendump without VGA adapter
Alexander Graf
2012-01-03
1
-1
/
+3
*
console: Fix qemu_default_pixelformat() for 24 bpp
Markus Armbruster
2011-12-06
1
-0
/
+1
*
console: Fix console_putchar() for CSI J
Markus Armbruster
2011-12-06
1
-0
/
+1
*
console: Clean up confusing indentation in console_putchar()
Markus Armbruster
2011-12-06
1
-9
/
+9
*
console: Fix rendering of VGA underline
Markus Armbruster
2011-11-07
1
-3
/
+3
*
Fix mismatching allocation and deallocation
Stefan Weil
2011-10-05
1
-1
/
+1
*
console: Properly switch consoles for screen dumps
Jan Kiszka
2011-09-16
1
-3
/
+10
*
curses: fix garbling when chtype != long
Devin J. Pohly
2011-09-09
1
-0
/
+2
*
char: remove qemu_chr_send_event()
Anthony Liguori
2011-08-22
1
-16
/
+0
*
char: rename qemu_chr_can_read() -> qemu_chr_be_can_read()
Anthony Liguori
2011-08-22
1
-1
/
+1
*
char: rename qemu_chr_read() -> qemu_chr_be_write()
Anthony Liguori
2011-08-22
1
-1
/
+1
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-13
/
+13
*
qemu-char: Print strerror message on failure
Kevin Wolf
2011-07-23
1
-3
/
+5
*
Align dummy display to fixed-size active console
Jan Kiszka
2011-06-24
1
-1
/
+8
*
Fix segfault on screendump with -nographic
Alexander Graf
2011-06-03
1
-1
/
+1
*
Consolidate DisplaySurface allocation in qemu_alloc_display()
Jes Sorensen
2011-03-22
1
-22
/
+24
*
change all rt_clock references to use millisecond resolution accessors
Paolo Bonzini
2011-03-21
1
-2
/
+2
*
remove text_console_opts
Paolo Bonzini
2011-02-01
1
-6
/
+2
*
add set_echo implementation for text consoles
Paolo Bonzini
2011-02-01
1
-1
/
+16
*
create TextConsole together with the CharDeviceState
Paolo Bonzini
2011-02-01
1
-25
/
+31
*
console: Avoid dereferencing NULL active_console
Stefan Hajnoczi
2010-10-03
1
-2
/
+4
*
Add support for depth 15 to qemu_default_pixelformat()
Gerd Hoffmann
2010-06-01
1
-0
/
+16
*
check for active_console before using it
Gerd Hoffmann
2010-06-01
1
-1
/
+1
*
Remove dead assignments in various common files, spotted by clang analyzer
Blue Swirl
2010-04-25
1
-1
/
+0
*
move default allocator to console.c
Paolo Bonzini
2010-02-19
1
-64
/
+112
*
vc: colorize chardev title line with blue background.
Gerd Hoffmann
2009-12-12
1
-0
/
+2
*
chardev: move greeting into vc backend.
Gerd Hoffmann
2009-12-12
1
-0
/
+8
*
char: rename qemu_chr_reset to qemu_chr_generic_open
Amit Shah
2009-11-17
1
-1
/
+1
*
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
1
-5
/
+5
*
Get rid of _t suffix
malc
2009-10-01
1
-5
/
+5
*
convert vc chardev to QemuOpts.
Gerd Hoffmann
2009-09-11
1
-24
/
+23
[next]