Age | Commit message (Expand) | Author | Files | Lines |
2012-02-24 | optimize screendump for the common non-switch case | Gerd Hoffmann | 1 | -3/+7 |
2012-02-24 | Remove screendump dummy functions. | Gerd Hoffmann | 1 | -0/+2 |
2012-02-24 | console: Eliminate text_consoles[] | Markus Armbruster | 1 | -14/+4 |
2012-02-24 | Revert "qemu-char: Print strerror message on failure" and deps | Markus Armbruster | 1 | -5/+3 |
2012-01-03 | console: Fix segfault on screendump without VGA adapter | Alexander Graf | 1 | -1/+3 |
2011-12-06 | console: Fix qemu_default_pixelformat() for 24 bpp | Markus Armbruster | 1 | -0/+1 |
2011-12-06 | console: Fix console_putchar() for CSI J | Markus Armbruster | 1 | -0/+1 |
2011-12-06 | console: Clean up confusing indentation in console_putchar() | Markus Armbruster | 1 | -9/+9 |
2011-11-07 | console: Fix rendering of VGA underline | Markus Armbruster | 1 | -3/+3 |
2011-10-05 | Fix mismatching allocation and deallocation | Stefan Weil | 1 | -1/+1 |
2011-09-16 | console: Properly switch consoles for screen dumps | Jan Kiszka | 1 | -3/+10 |
2011-09-09 | curses: fix garbling when chtype != long | Devin J. Pohly | 1 | -0/+2 |
2011-08-22 | char: remove qemu_chr_send_event() | Anthony Liguori | 1 | -16/+0 |
2011-08-22 | char: rename qemu_chr_can_read() -> qemu_chr_be_can_read() | Anthony Liguori | 1 | -1/+1 |
2011-08-22 | char: rename qemu_chr_read() -> qemu_chr_be_write() | Anthony Liguori | 1 | -1/+1 |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori | 1 | -13/+13 |
2011-07-23 | qemu-char: Print strerror message on failure | Kevin Wolf | 1 | -3/+5 |
2011-06-24 | Align dummy display to fixed-size active console | Jan Kiszka | 1 | -1/+8 |
2011-06-03 | Fix segfault on screendump with -nographic | Alexander Graf | 1 | -1/+1 |
2011-03-22 | Consolidate DisplaySurface allocation in qemu_alloc_display() | Jes Sorensen | 1 | -22/+24 |
2011-03-21 | change all rt_clock references to use millisecond resolution accessors | Paolo Bonzini | 1 | -2/+2 |
2011-02-01 | remove text_console_opts | Paolo Bonzini | 1 | -6/+2 |
2011-02-01 | add set_echo implementation for text consoles | Paolo Bonzini | 1 | -1/+16 |
2011-02-01 | create TextConsole together with the CharDeviceState | Paolo Bonzini | 1 | -25/+31 |
2010-10-03 | console: Avoid dereferencing NULL active_console | Stefan Hajnoczi | 1 | -2/+4 |
2010-06-01 | Add support for depth 15 to qemu_default_pixelformat() | Gerd Hoffmann | 1 | -0/+16 |
2010-06-01 | check for active_console before using it | Gerd Hoffmann | 1 | -1/+1 |
2010-04-25 | Remove dead assignments in various common files, spotted by clang analyzer | Blue Swirl | 1 | -1/+0 |
2010-02-19 | move default allocator to console.c | Paolo Bonzini | 1 | -64/+112 |
2009-12-12 | vc: colorize chardev title line with blue background. | Gerd Hoffmann | 1 | -0/+2 |
2009-12-12 | chardev: move greeting into vc backend. | Gerd Hoffmann | 1 | -0/+8 |
2009-11-17 | char: rename qemu_chr_reset to qemu_chr_generic_open | Amit Shah | 1 | -1/+1 |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori | 1 | -5/+5 |
2009-10-01 | Get rid of _t suffix | malc | 1 | -5/+5 |
2009-09-11 | convert vc chardev to QemuOpts. | Gerd Hoffmann | 1 | -24/+23 |
2009-07-27 | rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN | Juan Quintela | 1 | -4/+4 |
2009-03-16 | Delete some unused macros detected with -Wp,-Wunused-macros use | blueswir1 | 1 | -1/+0 |
2009-03-13 | DisplayAllocator interface (Stefano Stabellini) | aliguori | 1 | -13/+13 |
2009-03-07 | Sparse fixes: NULL use, header order, ANSI prototypes, static | blueswir1 | 1 | -2/+2 |
2009-02-05 | toplevel: remove error handling from qemu_malloc() callers (Avi Kivity) | aliguori | 1 | -23/+0 |
2009-01-26 | vnc fixes and improvements (Stefano Stabellini) | aliguori | 1 | -0/+17 |
2009-01-23 | fix endianness problem sharing the videoram buffer | malc | 1 | -11/+53 |
2009-01-21 | re-fix screendump (Stefano Stabellini) | aliguori | 1 | -0/+2 |
2009-01-21 | fix curses interface (Stefano Stabellini) | aliguori | 1 | -2/+12 |
2009-01-21 | Coalesce virtual console screen updates. | pbrook | 1 | -7/+33 |
2009-01-18 | add an init function parameter to qemu_chr_open() | aurel32 | 1 | -0/+2 |
2009-01-16 | console: remove trailing spaces | aurel32 | 1 | -3/+3 |
2009-01-16 | Squash warnings in console.c | aliguori | 1 | -3/+1 |
2009-01-16 | Remove assumption about a single graphic console. | aliguori | 1 | -3/+3 |
2009-01-16 | Fix character devices after DisplayState refactoring | aliguori | 1 | -6/+36 |