aboutsummaryrefslogtreecommitdiffstats
path: root/console.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-19move default allocator to console.cPaolo Bonzini1-64/+112
2009-12-12vc: colorize chardev title line with blue background.Gerd Hoffmann1-0/+2
2009-12-12chardev: move greeting into vc backend.Gerd Hoffmann1-0/+8
2009-11-17char: rename qemu_chr_reset to qemu_chr_generic_openAmit Shah1-1/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-5/+5
2009-10-01Get rid of _t suffixmalc1-5/+5
2009-09-11convert vc chardev to QemuOpts.Gerd Hoffmann1-24/+23
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela1-4/+4
2009-03-16Delete some unused macros detected with -Wp,-Wunused-macros useblueswir11-1/+0
2009-03-13DisplayAllocator interface (Stefano Stabellini)aliguori1-13/+13
2009-03-07Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir11-2/+2
2009-02-05toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-23/+0
2009-01-26vnc fixes and improvements (Stefano Stabellini)aliguori1-0/+17
2009-01-23fix endianness problem sharing the videoram buffermalc1-11/+53
2009-01-21re-fix screendump (Stefano Stabellini)aliguori1-0/+2
2009-01-21fix curses interface (Stefano Stabellini)aliguori1-2/+12
2009-01-21Coalesce virtual console screen updates.pbrook1-7/+33
2009-01-18add an init function parameter to qemu_chr_open()aurel321-0/+2
2009-01-16console: remove trailing spacesaurel321-3/+3
2009-01-16Squash warnings in console.caliguori1-3/+1
2009-01-16Remove assumption about a single graphic console.aliguori1-3/+3
2009-01-16Fix character devices after DisplayState refactoringaliguori1-6/+36
2009-01-16Fix warningsblueswir11-1/+2
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori1-18/+42
2009-01-15DisplayState interface change (Stefano Stabellini)aliguori1-27/+144
2008-11-24Introduce accessors for DisplayState (Stefano Stabellini)aliguori1-37/+37
2008-09-24Reintroduce TEXT_CONSOLE_FIXED_SIZE and TEXT_CONSOLE for resizable vc's.balrog1-7/+20
2008-09-24Don't use ds->dpy_copy directly from hw/ (Jan Niehusmann).balrog1-0/+13
2008-09-02Fix typo in console.c commentaurel321-1/+1
2008-07-19Force screen resize if no buffer set (Avi Kivity).balrog1-1/+2
2008-07-19Pretend to be the active console while a screendump takes place (Avi Kivity).balrog1-1/+6
2008-07-01Implement resolution switching in common console code.pbrook1-15/+20
2008-02-10Add an ncurses UI.balrog1-16/+97
2007-11-18Add statics and missing #includes for prototypes.pbrook1-2/+2
2007-11-17Break up vl.h.pbrook1-1/+3
2007-10-30Miscellaneous VNC related fixes from Xen forwarded by Matthew Kent.balrog1-8/+13
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-4/+4
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-28/+28
2007-07-11New features for QEMU text console, by Stefan Weil.ths1-15/+46
2007-02-10Serial console improvements, by Stefan Weil.ths1-13/+12
2007-01-27Rearrange char event handlers to fix CHR_EVENT_RESET.pbrook1-18/+5
2007-01-16Improved console handling, thanks Stefan Weil.ths1-18/+155
2007-01-05Reinitialize monitor upon reconnect, by Anthony Liguori.ths1-0/+2
2006-07-14fixed LF interpretationbellard1-2/+4
2006-06-25avoid name conflictsbellard1-18/+18
2006-06-25send correctly long key sequences on slow terminals - fixes backspace handlingbellard1-24/+104
2006-04-09Allow multiple graphics devices.pbrook1-9/+66
2006-03-11Improved terminal emulation (Piotr Esden-Tempski).pbrook1-48/+268
2004-10-09monitor fixes (Johannes Schindelin)bellard1-1/+4
2004-08-01console focus supportbellard1-0/+17