summaryrefslogtreecommitdiffstats
path: root/console.c
Commit message (Expand)AuthorAgeFilesLines
* pixman: drop obsolete fields from DisplaySurfaceGerd Hoffmann2012-11-011-9/+0
* console: don't set PixelFormat alpha fields for 32bppGerd Hoffmann2012-11-011-3/+0
* console: make qemu_alloc_display staticGerd Hoffmann2012-11-011-24/+24
* pixman: add pixman image to DisplaySurfaceGerd Hoffmann2012-11-011-13/+24
* console: remove DisplayAllocatorGerd Hoffmann2012-11-011-33/+19
* console: untangle gfx & txt updatesGerd Hoffmann2012-11-011-28/+31
* console: s/TextConsole/QemuConsole/Gerd Hoffmann2012-11-011-36/+36
* console: move set_mouse + cursor_define callbacksGerd Hoffmann2012-11-011-1/+1
* TextConsole: saturate escape parameter in TTY_STATE_CSILaszlo Ersek2012-09-231-2/+5
* console: Clean up bytes per pixel calculationBALATON Zoltan2012-09-141-3/+2
* qapi: convert screendumpLuiz Capitulino2012-09-051-3/+4
* console: vga_hw_screen_dump_ptr: take Error argumentLuiz Capitulino2012-09-051-1/+1
* console: bounds check whenever changing the cursor due to an escape codeIan Campbell2012-09-041-29/+28
* console: Fix warning from clang (and potential crash)Stefan Weil2012-08-311-1/+1
* console: Implementing blinking of cursorJan Kiszka2012-07-141-1/+25
* optimize screendump for the common non-switch caseGerd Hoffmann2012-02-241-3/+7
* Remove screendump dummy functions.Gerd Hoffmann2012-02-241-0/+2
* console: Eliminate text_consoles[]Markus Armbruster2012-02-241-14/+4
* Revert "qemu-char: Print strerror message on failure" and depsMarkus Armbruster2012-02-241-5/+3
* console: Fix segfault on screendump without VGA adapterAlexander Graf2012-01-031-1/+3
* console: Fix qemu_default_pixelformat() for 24 bppMarkus Armbruster2011-12-061-0/+1
* console: Fix console_putchar() for CSI JMarkus Armbruster2011-12-061-0/+1
* console: Clean up confusing indentation in console_putchar()Markus Armbruster2011-12-061-9/+9
* console: Fix rendering of VGA underlineMarkus Armbruster2011-11-071-3/+3
* Fix mismatching allocation and deallocationStefan Weil2011-10-051-1/+1
* console: Properly switch consoles for screen dumpsJan Kiszka2011-09-161-3/+10
* curses: fix garbling when chtype != longDevin J. Pohly2011-09-091-0/+2
* char: remove qemu_chr_send_event()Anthony Liguori2011-08-221-16/+0
* char: rename qemu_chr_can_read() -> qemu_chr_be_can_read()Anthony Liguori2011-08-221-1/+1
* char: rename qemu_chr_read() -> qemu_chr_be_write()Anthony Liguori2011-08-221-1/+1
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-13/+13
* qemu-char: Print strerror message on failureKevin Wolf2011-07-231-3/+5
* Align dummy display to fixed-size active consoleJan Kiszka2011-06-241-1/+8
* Fix segfault on screendump with -nographicAlexander Graf2011-06-031-1/+1
* Consolidate DisplaySurface allocation in qemu_alloc_display()Jes Sorensen2011-03-221-22/+24
* change all rt_clock references to use millisecond resolution accessorsPaolo Bonzini2011-03-211-2/+2
* remove text_console_optsPaolo Bonzini2011-02-011-6/+2
* add set_echo implementation for text consolesPaolo Bonzini2011-02-011-1/+16
* create TextConsole together with the CharDeviceStatePaolo Bonzini2011-02-011-25/+31
* console: Avoid dereferencing NULL active_consoleStefan Hajnoczi2010-10-031-2/+4
* Add support for depth 15 to qemu_default_pixelformat()Gerd Hoffmann2010-06-011-0/+16
* check for active_console before using itGerd Hoffmann2010-06-011-1/+1
* Remove dead assignments in various common files, spotted by clang analyzerBlue Swirl2010-04-251-1/+0
* move default allocator to console.cPaolo Bonzini2010-02-191-64/+112
* vc: colorize chardev title line with blue background.Gerd Hoffmann2009-12-121-0/+2
* chardev: move greeting into vc backend.Gerd Hoffmann2009-12-121-0/+8
* char: rename qemu_chr_reset to qemu_chr_generic_openAmit Shah2009-11-171-1/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-5/+5
* Get rid of _t suffixmalc2009-10-011-5/+5
* convert vc chardev to QemuOpts.Gerd Hoffmann2009-09-111-24/+23
OpenPOWER on IntegriCloud