index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
console.c
Age
Commit message (
Expand
)
Author
2008-09-02
Fix typo in console.c comment
aurel32
2008-07-19
Force screen resize if no buffer set (Avi Kivity).
balrog
2008-07-19
Pretend to be the active console while a screendump takes place (Avi Kivity).
balrog
2008-07-01
Implement resolution switching in common console code.
pbrook
2008-02-10
Add an ncurses UI.
balrog
2007-11-18
Add statics and missing #includes for prototypes.
pbrook
2007-11-17
Break up vl.h.
pbrook
2007-10-30
Miscellaneous VNC related fixes from Xen forwarded by Matthew Kent.
balrog
2007-09-17
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...
ths
2007-09-16
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
2007-07-11
New features for QEMU text console, by Stefan Weil.
ths
2007-02-10
Serial console improvements, by Stefan Weil.
ths
2007-01-27
Rearrange char event handlers to fix CHR_EVENT_RESET.
pbrook
2007-01-16
Improved console handling, thanks Stefan Weil.
ths
2007-01-05
Reinitialize monitor upon reconnect, by Anthony Liguori.
ths
2006-07-14
fixed LF interpretation
bellard
2006-06-25
avoid name conflicts
bellard
2006-06-25
send correctly long key sequences on slow terminals - fixes backspace handling
bellard
2006-04-09
Allow multiple graphics devices.
pbrook
2006-03-11
Improved terminal emulation (Piotr Esden-Tempski).
pbrook
2004-10-09
monitor fixes (Johannes Schindelin)
bellard
2004-08-01
console focus support
bellard
2004-07-14
virtual console
bellard