aboutsummaryrefslogtreecommitdiffstats
path: root/console.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-24optimize screendump for the common non-switch caseGerd Hoffmann1-3/+7
2012-02-24Remove screendump dummy functions.Gerd Hoffmann1-0/+2
2012-02-24console: Eliminate text_consoles[]Markus Armbruster1-14/+4
2012-02-24Revert "qemu-char: Print strerror message on failure" and depsMarkus Armbruster1-5/+3
2012-01-03console: Fix segfault on screendump without VGA adapterAlexander Graf1-1/+3
2011-12-06console: Fix qemu_default_pixelformat() for 24 bppMarkus Armbruster1-0/+1
2011-12-06console: Fix console_putchar() for CSI JMarkus Armbruster1-0/+1
2011-12-06console: Clean up confusing indentation in console_putchar()Markus Armbruster1-9/+9
2011-11-07console: Fix rendering of VGA underlineMarkus Armbruster1-3/+3
2011-10-05Fix mismatching allocation and deallocationStefan Weil1-1/+1
2011-09-16console: Properly switch consoles for screen dumpsJan Kiszka1-3/+10
2011-09-09curses: fix garbling when chtype != longDevin J. Pohly1-0/+2
2011-08-22char: remove qemu_chr_send_event()Anthony Liguori1-16/+0
2011-08-22char: rename qemu_chr_can_read() -> qemu_chr_be_can_read()Anthony Liguori1-1/+1
2011-08-22char: rename qemu_chr_read() -> qemu_chr_be_write()Anthony Liguori1-1/+1
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-13/+13
2011-07-23qemu-char: Print strerror message on failureKevin Wolf1-3/+5
2011-06-24Align dummy display to fixed-size active consoleJan Kiszka1-1/+8
2011-06-03Fix segfault on screendump with -nographicAlexander Graf1-1/+1
2011-03-22Consolidate DisplaySurface allocation in qemu_alloc_display()Jes Sorensen1-22/+24
2011-03-21change all rt_clock references to use millisecond resolution accessorsPaolo Bonzini1-2/+2
2011-02-01remove text_console_optsPaolo Bonzini1-6/+2
2011-02-01add set_echo implementation for text consolesPaolo Bonzini1-1/+16
2011-02-01create TextConsole together with the CharDeviceStatePaolo Bonzini1-25/+31
2010-10-03console: Avoid dereferencing NULL active_consoleStefan Hajnoczi1-2/+4
2010-06-01Add support for depth 15 to qemu_default_pixelformat()Gerd Hoffmann1-0/+16
2010-06-01check for active_console before using itGerd Hoffmann1-1/+1
2010-04-25Remove dead assignments in various common files, spotted by clang analyzerBlue Swirl1-1/+0
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