summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vc: colorize chardev title line with blue background.Gerd Hoffmann2009-12-121-0/+2
* chardev: move greeting into vc backend.Gerd Hoffmann2009-12-121-0/+8
* char: rename qemu_chr_reset to qemu_chr_generic_openAmit Shah2009-11-171-1/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-5/+5
* Get rid of _t suffixmalc2009-10-011-5/+5
* convert vc chardev to QemuOpts.Gerd Hoffmann2009-09-111-24/+23
* rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela2009-07-271-4/+4
* Delete some unused macros detected with -Wp,-Wunused-macros useblueswir12009-03-161-1/+0
* DisplayAllocator interface (Stefano Stabellini)aliguori2009-03-131-13/+13
* Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir12009-03-071-2/+2
* toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-23/+0
* vnc fixes and improvements (Stefano Stabellini)aliguori2009-01-261-0/+17
* fix endianness problem sharing the videoram buffermalc2009-01-231-11/+53
* re-fix screendump (Stefano Stabellini)aliguori2009-01-211-0/+2
* fix curses interface (Stefano Stabellini)aliguori2009-01-211-2/+12
* Coalesce virtual console screen updates.pbrook2009-01-211-7/+33
* add an init function parameter to qemu_chr_open()aurel322009-01-181-0/+2
* console: remove trailing spacesaurel322009-01-161-3/+3
* Squash warnings in console.caliguori2009-01-161-3/+1
* Remove assumption about a single graphic console.aliguori2009-01-161-3/+3
* Fix character devices after DisplayState refactoringaliguori2009-01-161-6/+36
* Fix warningsblueswir12009-01-161-1/+2
* graphical_console_init change (Stefano Stabellini)aliguori2009-01-161-18/+42
* DisplayState interface change (Stefano Stabellini)aliguori2009-01-151-27/+144
* Introduce accessors for DisplayState (Stefano Stabellini)aliguori2008-11-241-37/+37
* Reintroduce TEXT_CONSOLE_FIXED_SIZE and TEXT_CONSOLE for resizable vc's.balrog2008-09-241-7/+20
* Don't use ds->dpy_copy directly from hw/ (Jan Niehusmann).balrog2008-09-241-0/+13
* Fix typo in console.c commentaurel322008-09-021-1/+1
* Force screen resize if no buffer set (Avi Kivity).balrog2008-07-191-1/+2
* Pretend to be the active console while a screendump takes place (Avi Kivity).balrog2008-07-191-1/+6
* Implement resolution switching in common console code.pbrook2008-07-011-15/+20
* Add an ncurses UI.balrog2008-02-101-16/+97
* Add statics and missing #includes for prototypes.pbrook2007-11-181-2/+2
* Break up vl.h.pbrook2007-11-171-1/+3
* Miscellaneous VNC related fixes from Xen forwarded by Matthew Kent.balrog2007-10-301-8/+13
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-4/+4
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-28/+28
* New features for QEMU text console, by Stefan Weil.ths2007-07-111-15/+46
* Serial console improvements, by Stefan Weil.ths2007-02-101-13/+12
* Rearrange char event handlers to fix CHR_EVENT_RESET.pbrook2007-01-271-18/+5
* Improved console handling, thanks Stefan Weil.ths2007-01-161-18/+155
* Reinitialize monitor upon reconnect, by Anthony Liguori.ths2007-01-051-0/+2
* fixed LF interpretationbellard2006-07-141-2/+4
* avoid name conflictsbellard2006-06-251-18/+18
* send correctly long key sequences on slow terminals - fixes backspace handlingbellard2006-06-251-24/+104
* Allow multiple graphics devices.pbrook2006-04-091-9/+66
* Improved terminal emulation (Piotr Esden-Tempski).pbrook2006-03-111-48/+268
* monitor fixes (Johannes Schindelin)bellard2004-10-091-1/+4
* console focus supportbellard2004-08-011-0/+17
* virtual consolebellard2004-07-141-0/+711