aboutsummaryrefslogtreecommitdiff
path: root/console.c
AgeCommit message (Expand)Author
2011-11-07console: Fix rendering of VGA underlineMarkus Armbruster
2011-10-05Fix mismatching allocation and deallocationStefan Weil
2011-09-16console: Properly switch consoles for screen dumpsJan Kiszka
2011-09-09curses: fix garbling when chtype != longDevin J. Pohly
2011-08-22char: remove qemu_chr_send_event()Anthony Liguori
2011-08-22char: rename qemu_chr_can_read() -> qemu_chr_be_can_read()Anthony Liguori
2011-08-22char: rename qemu_chr_read() -> qemu_chr_be_write()Anthony Liguori
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-07-23qemu-char: Print strerror message on failureKevin Wolf
2011-06-24Align dummy display to fixed-size active consoleJan Kiszka
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