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
*
Delete some unused macros detected with -Wp,-Wunused-macros use
blueswir1
2009-03-16
1
-1
/
+0
*
DisplayAllocator interface (Stefano Stabellini)
aliguori
2009-03-13
1
-13
/
+13
*
Sparse fixes: NULL use, header order, ANSI prototypes, static
blueswir1
2009-03-07
1
-2
/
+2
*
toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
2009-02-05
1
-23
/
+0
*
vnc fixes and improvements (Stefano Stabellini)
aliguori
2009-01-26
1
-0
/
+17
*
fix endianness problem sharing the videoram buffer
malc
2009-01-23
1
-11
/
+53
*
re-fix screendump (Stefano Stabellini)
aliguori
2009-01-21
1
-0
/
+2
*
fix curses interface (Stefano Stabellini)
aliguori
2009-01-21
1
-2
/
+12
*
Coalesce virtual console screen updates.
pbrook
2009-01-21
1
-7
/
+33
*
add an init function parameter to qemu_chr_open()
aurel32
2009-01-18
1
-0
/
+2
*
console: remove trailing spaces
aurel32
2009-01-16
1
-3
/
+3
*
Squash warnings in console.c
aliguori
2009-01-16
1
-3
/
+1
*
Remove assumption about a single graphic console.
aliguori
2009-01-16
1
-3
/
+3
*
Fix character devices after DisplayState refactoring
aliguori
2009-01-16
1
-6
/
+36
*
Fix warnings
blueswir1
2009-01-16
1
-1
/
+2
*
graphical_console_init change (Stefano Stabellini)
aliguori
2009-01-16
1
-18
/
+42
*
DisplayState interface change (Stefano Stabellini)
aliguori
2009-01-15
1
-27
/
+144
*
Introduce accessors for DisplayState (Stefano Stabellini)
aliguori
2008-11-24
1
-37
/
+37
*
Reintroduce TEXT_CONSOLE_FIXED_SIZE and TEXT_CONSOLE for resizable vc's.
balrog
2008-09-24
1
-7
/
+20
*
Don't use ds->dpy_copy directly from hw/ (Jan Niehusmann).
balrog
2008-09-24
1
-0
/
+13
*
Fix typo in console.c comment
aurel32
2008-09-02
1
-1
/
+1
*
Force screen resize if no buffer set (Avi Kivity).
balrog
2008-07-19
1
-1
/
+2
*
Pretend to be the active console while a screendump takes place (Avi Kivity).
balrog
2008-07-19
1
-1
/
+6
*
Implement resolution switching in common console code.
pbrook
2008-07-01
1
-15
/
+20
*
Add an ncurses UI.
balrog
2008-02-10
1
-16
/
+97
*
Add statics and missing #includes for prototypes.
pbrook
2007-11-18
1
-2
/
+2
*
Break up vl.h.
pbrook
2007-11-17
1
-1
/
+3
*
Miscellaneous VNC related fixes from Xen forwarded by Matthew Kent.
balrog
2007-10-30
1
-8
/
+13
*
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...
ths
2007-09-17
1
-4
/
+4
*
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
2007-09-16
1
-28
/
+28
*
New features for QEMU text console, by Stefan Weil.
ths
2007-07-11
1
-15
/
+46
*
Serial console improvements, by Stefan Weil.
ths
2007-02-10
1
-13
/
+12
*
Rearrange char event handlers to fix CHR_EVENT_RESET.
pbrook
2007-01-27
1
-18
/
+5
*
Improved console handling, thanks Stefan Weil.
ths
2007-01-16
1
-18
/
+155
*
Reinitialize monitor upon reconnect, by Anthony Liguori.
ths
2007-01-05
1
-0
/
+2
*
fixed LF interpretation
bellard
2006-07-14
1
-2
/
+4
*
avoid name conflicts
bellard
2006-06-25
1
-18
/
+18
*
send correctly long key sequences on slow terminals - fixes backspace handling
bellard
2006-06-25
1
-24
/
+104
*
Allow multiple graphics devices.
pbrook
2006-04-09
1
-9
/
+66
*
Improved terminal emulation (Piotr Esden-Tempski).
pbrook
2006-03-11
1
-48
/
+268
*
monitor fixes (Johannes Schindelin)
bellard
2004-10-09
1
-1
/
+4
*
console focus support
bellard
2004-08-01
1
-0
/
+17
*
virtual console
bellard
2004-07-14
1
-0
/
+711