aboutsummaryrefslogtreecommitdiff
path: root/console.c
AgeCommit message (Expand)Author
2012-11-01pixman: drop obsolete fields from DisplaySurfaceGerd Hoffmann
2012-11-01console: don't set PixelFormat alpha fields for 32bppGerd Hoffmann
2012-11-01console: make qemu_alloc_display staticGerd Hoffmann
2012-11-01pixman: add pixman image to DisplaySurfaceGerd Hoffmann
2012-11-01console: remove DisplayAllocatorGerd Hoffmann
2012-11-01console: untangle gfx & txt updatesGerd Hoffmann
2012-11-01console: s/TextConsole/QemuConsole/Gerd Hoffmann
2012-11-01console: move set_mouse + cursor_define callbacksGerd Hoffmann
2012-09-23TextConsole: saturate escape parameter in TTY_STATE_CSILaszlo Ersek
2012-09-14console: Clean up bytes per pixel calculationBALATON Zoltan
2012-09-05qapi: convert screendumpLuiz Capitulino
2012-09-05console: vga_hw_screen_dump_ptr: take Error argumentLuiz Capitulino
2012-09-04console: bounds check whenever changing the cursor due to an escape codeIan Campbell
2012-08-31console: Fix warning from clang (and potential crash)Stefan Weil
2012-07-14console: Implementing blinking of cursorJan Kiszka
2012-02-24optimize screendump for the common non-switch caseGerd Hoffmann
2012-02-24Remove screendump dummy functions.Gerd Hoffmann
2012-02-24console: Eliminate text_consoles[]Markus Armbruster
2012-02-24Revert "qemu-char: Print strerror message on failure" and depsMarkus Armbruster
2012-01-03console: Fix segfault on screendump without VGA adapterAlexander Graf
2011-12-06console: Fix qemu_default_pixelformat() for 24 bppMarkus Armbruster
2011-12-06console: Fix console_putchar() for CSI JMarkus Armbruster
2011-12-06console: Clean up confusing indentation in console_putchar()Markus Armbruster
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