aboutsummaryrefslogtreecommitdiff
path: root/console.c
AgeCommit message (Expand)Author
2011-06-03Fix segfault on screendump with -nographicAlexander Graf
2011-03-22Consolidate DisplaySurface allocation in qemu_alloc_display()Jes Sorensen
2011-03-21change all rt_clock references to use millisecond resolution accessorsPaolo Bonzini
2011-02-01remove text_console_optsPaolo Bonzini
2011-02-01add set_echo implementation for text consolesPaolo Bonzini
2011-02-01create TextConsole together with the CharDeviceStatePaolo Bonzini
2010-10-03console: Avoid dereferencing NULL active_consoleStefan Hajnoczi
2010-06-01Add support for depth 15 to qemu_default_pixelformat()Gerd Hoffmann
2010-06-01check for active_console before using itGerd Hoffmann
2010-04-25Remove dead assignments in various common files, spotted by clang analyzerBlue Swirl
2010-02-19move default allocator to console.cPaolo Bonzini
2009-12-12vc: colorize chardev title line with blue background.Gerd Hoffmann
2009-12-12chardev: move greeting into vc backend.Gerd Hoffmann
2009-11-17char: rename qemu_chr_reset to qemu_chr_generic_openAmit Shah
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-11convert vc chardev to QemuOpts.Gerd Hoffmann
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela
2009-03-16Delete some unused macros detected with -Wp,-Wunused-macros useblueswir1
2009-03-13DisplayAllocator interface (Stefano Stabellini)aliguori
2009-03-07Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir1
2009-02-05toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2009-01-26vnc fixes and improvements (Stefano Stabellini)aliguori
2009-01-23fix endianness problem sharing the videoram buffermalc
2009-01-21re-fix screendump (Stefano Stabellini)aliguori
2009-01-21fix curses interface (Stefano Stabellini)aliguori
2009-01-21Coalesce virtual console screen updates.pbrook
2009-01-18add an init function parameter to qemu_chr_open()aurel32
2009-01-16console: remove trailing spacesaurel32
2009-01-16Squash warnings in console.caliguori
2009-01-16Remove assumption about a single graphic console.aliguori
2009-01-16Fix character devices after DisplayState refactoringaliguori
2009-01-16Fix warningsblueswir1
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori
2009-01-15DisplayState interface change (Stefano Stabellini)aliguori
2008-11-24Introduce accessors for DisplayState (Stefano Stabellini)aliguori
2008-09-24Reintroduce TEXT_CONSOLE_FIXED_SIZE and TEXT_CONSOLE for resizable vc's.balrog
2008-09-24Don't use ds->dpy_copy directly from hw/ (Jan Niehusmann).balrog
2008-09-02Fix typo in console.c commentaurel32
2008-07-19Force screen resize if no buffer set (Avi Kivity).balrog
2008-07-19Pretend to be the active console while a screendump takes place (Avi Kivity).balrog
2008-07-01Implement resolution switching in common console code.pbrook
2008-02-10Add an ncurses UI.balrog
2007-11-18Add statics and missing #includes for prototypes.pbrook
2007-11-17Break up vl.h.pbrook
2007-10-30Miscellaneous VNC related fixes from Xen forwarded by Matthew Kent.balrog
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-07-11New features for QEMU text console, by Stefan Weil.ths
2007-02-10Serial console improvements, by Stefan Weil.ths