Age | Commit message (Expand) | Author |
2011-02-01 | remove text_console_opts | Paolo Bonzini |
2011-02-01 | add set_echo implementation for text consoles | Paolo Bonzini |
2011-02-01 | create TextConsole together with the CharDeviceState | Paolo Bonzini |
2010-10-03 | console: Avoid dereferencing NULL active_console | Stefan Hajnoczi |
2010-06-01 | Add support for depth 15 to qemu_default_pixelformat() | Gerd Hoffmann |
2010-06-01 | check for active_console before using it | Gerd Hoffmann |
2010-04-25 | Remove dead assignments in various common files, spotted by clang analyzer | Blue Swirl |
2010-02-19 | move default allocator to console.c | Paolo Bonzini |
2009-12-12 | vc: colorize chardev title line with blue background. | Gerd Hoffmann |
2009-12-12 | chardev: move greeting into vc backend. | Gerd Hoffmann |
2009-11-17 | char: rename qemu_chr_reset to qemu_chr_generic_open | Amit Shah |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori |
2009-10-01 | Get rid of _t suffix | malc |
2009-09-11 | convert vc chardev to QemuOpts. | Gerd Hoffmann |
2009-07-27 | rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN | Juan Quintela |
2009-03-16 | Delete some unused macros detected with -Wp,-Wunused-macros use | blueswir1 |
2009-03-13 | DisplayAllocator interface (Stefano Stabellini) | aliguori |
2009-03-07 | Sparse fixes: NULL use, header order, ANSI prototypes, static | blueswir1 |
2009-02-05 | toplevel: remove error handling from qemu_malloc() callers (Avi Kivity) | aliguori |
2009-01-26 | vnc fixes and improvements (Stefano Stabellini) | aliguori |
2009-01-23 | fix endianness problem sharing the videoram buffer | malc |
2009-01-21 | re-fix screendump (Stefano Stabellini) | aliguori |
2009-01-21 | fix curses interface (Stefano Stabellini) | aliguori |
2009-01-21 | Coalesce virtual console screen updates. | pbrook |
2009-01-18 | add an init function parameter to qemu_chr_open() | aurel32 |
2009-01-16 | console: remove trailing spaces | aurel32 |
2009-01-16 | Squash warnings in console.c | aliguori |
2009-01-16 | Remove assumption about a single graphic console. | aliguori |
2009-01-16 | Fix character devices after DisplayState refactoring | aliguori |
2009-01-16 | Fix warnings | blueswir1 |
2009-01-16 | graphical_console_init change (Stefano Stabellini) | aliguori |
2009-01-15 | DisplayState interface change (Stefano Stabellini) | aliguori |
2008-11-24 | Introduce accessors for DisplayState (Stefano Stabellini) | aliguori |
2008-09-24 | Reintroduce TEXT_CONSOLE_FIXED_SIZE and TEXT_CONSOLE for resizable vc's. | balrog |
2008-09-24 | Don't use ds->dpy_copy directly from hw/ (Jan Niehusmann). | balrog |
2008-09-02 | Fix typo in console.c comment | aurel32 |
2008-07-19 | Force screen resize if no buffer set (Avi Kivity). | balrog |
2008-07-19 | Pretend to be the active console while a screendump takes place (Avi Kivity). | balrog |
2008-07-01 | Implement resolution switching in common console code. | pbrook |
2008-02-10 | Add an ncurses UI. | balrog |
2007-11-18 | Add statics and missing #includes for prototypes. | pbrook |
2007-11-17 | Break up vl.h. | pbrook |
2007-10-30 | Miscellaneous VNC related fixes from Xen forwarded by Matthew Kent. | balrog |
2007-09-17 | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths |
2007-09-16 | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths |
2007-07-11 | New features for QEMU text console, by Stefan Weil. | ths |
2007-02-10 | Serial console improvements, by Stefan Weil. | ths |
2007-01-27 | Rearrange char event handlers to fix CHR_EVENT_RESET. | pbrook |
2007-01-16 | Improved console handling, thanks Stefan Weil. | ths |
2007-01-05 | Reinitialize monitor upon reconnect, by Anthony Liguori. | ths |