Age | Commit message (Expand) | Author | Files | Lines |
2011-02-20 | qemu-char: Check for missing backend name | Stefan Hajnoczi | 1 | -0/+5 |
2011-02-01 | fix QemuOpts leak | Paolo Bonzini | 1 | -0/+1 |
2011-02-01 | add set_echo implementation for qemu_chr_stdio | Paolo Bonzini | 1 | -10/+16 |
2011-02-01 | move atexit(term_exit) and O_NONBLOCK to qemu_chr_open_stdio | Paolo Bonzini | 1 | -10/+8 |
2011-02-01 | add qemu_chr_set_echo | Paolo Bonzini | 1 | -0/+7 |
2011-02-01 | remove broken code for tty | Paolo Bonzini | 1 | -10/+0 |
2011-01-24 | spice: add chardev (v5) | Alon Levy | 1 | -0/+4 |
2010-11-17 | qemu-char: Introduce Memory driver | Luiz Capitulino | 1 | -0/+64 |
2010-11-03 | Fold send_all() wrapper unix_write() into one function | Jes Sorensen | 1 | -6/+2 |
2010-08-22 | QemuOpts: make most qemu_*_opts static | Gerd Hoffmann | 1 | -1/+1 |
2010-08-15 | Fix mingw32 build | Blue Swirl | 1 | -3/+4 |
2010-08-10 | RESEND: Inter-VM shared memory PCI device | Cam Macdonell | 1 | -0/+6 |
2010-06-15 | block: Decouple block device "commit all" from DriveInfo | Markus Armbruster | 1 | -6/+1 |
2010-06-04 | blockdev: Collect block device code in new blockdev.c | Markus Armbruster | 1 | -1/+0 |
2010-06-01 | Monitor: Drop QMP documentation from code | Luiz Capitulino | 1 | -16/+0 |
2010-04-26 | stash away SCM_RIGHTS fd until a getfd command arrives | Paolo Bonzini | 1 | -6/+3 |
2010-04-09 | Always notify consumers of char devices if they're open | Alexander Graf | 1 | -0/+20 |
2010-04-08 | fix function signature of qemu_chr_open_pty on !linux | Riku Voipio | 1 | -1/+1 |
2010-03-31 | Restore terminal monitor attributes - addition | Shahar Havivi | 1 | -1/+3 |
2010-03-30 | Fix some compilation warnings on FreeBSD hosts | Juergen Lock | 1 | -2/+2 |
2010-03-21 | Revert "Convert atexit users to exit_notifier" | Anthony Liguori | 1 | -9/+2 |
2010-03-19 | Convert atexit users to exit_notifier | Anthony Liguori | 1 | -2/+9 |
2010-03-19 | rename IOCanRWHandler to IOCanReadHandler | Juan Quintela | 1 | -2/+2 |
2010-03-14 | Fix corner case in chardev udp: parameter | Jan Kiszka | 1 | -1/+1 |
2010-03-09 | Restore terminal attributes for tty based monitor | Shahar Havivi | 1 | -0/+8 |
2010-02-28 | qemu-char.c: drop debug printfs from qemu_chr_parse_compat | Jan Kiszka | 1 | -3/+0 |
2010-02-22 | add close callback for tty-based char device | David Ahern | 1 | -0/+17 |
2010-02-10 | Do not ignore error, if open file failed (-serial /dev/tty) | Evgeniy Dushistov | 1 | -0/+3 |
2010-01-19 | char: Remove redundant qemu_chr_generic_open() call. | Kusanagi Kouichi | 1 | -1/+0 |
2009-12-12 | char: Convert qemu_chr_info() to QObject | Luiz Capitulino | 1 | -2/+41 |
2009-12-12 | un-static qemu_chr_parse_compat() | Gerd Hoffmann | 1 | -1/+1 |
2009-12-03 | Don't leak file descriptors | Kevin Wolf | 1 | -4/+4 |
2009-11-30 | Fix commit a167ba50851cdac2fa36633587e98c5956cd6b18 | Aurelien Jarno | 1 | -0/+1 |
2009-11-29 | Add support for GNU/kFreeBSD | Aurelien Jarno | 1 | -8/+11 |
2009-11-17 | char: rename qemu_chr_reset to qemu_chr_generic_open | Amit Shah | 1 | -11/+11 |
2009-11-17 | char: Remove special init_reset handling | Amit Shah | 1 | -9/+0 |
2009-11-17 | char: don't limit data sent to backends to 1k per buffer | Amit Shah | 1 | -6/+8 |
2009-10-30 | serial: Support additional serial speed values | Stefan Weil | 1 | -26/+61 |
2009-10-27 | Revert "char: emit the OPENED event only when a new char connection is opened" | Anthony Liguori | 1 | -6/+1 |
2009-10-27 | net: remove unused includes of if_tun.h and if_tap.h | Mark McLoughlin | 1 | -6/+0 |
2009-10-27 | Add chardev option to disable signal. | Kusanagi Kouichi | 1 | -3/+3 |
2009-10-21 | char: emit the OPENED event only when a new char connection is opened | Amit Shah | 1 | -1/+6 |
2009-10-21 | char: rename CHR_EVENT_RESET to CHR_EVENT_OPENED | Amit Shah | 1 | -1/+1 |
2009-10-21 | char: check for initial_reset_issued unnecessary | Amit Shah | 1 | -4/+1 |
2009-09-12 | Fix sys-queue.h conflict for good | Blue Swirl | 1 | -9/+9 |
2009-09-11 | move mux focus field from CharDriverState to MuxDriver | Gerd Hoffmann | 1 | -13/+14 |
2009-09-11 | monitor: fix muxing | Gerd Hoffmann | 1 | -0/+4 |
2009-09-11 | Allow -serial chardev:<name> | Gerd Hoffmann | 1 | -0/+16 |
2009-09-11 | convert udp chardev to QemuOpts. | Gerd Hoffmann | 1 | -38/+35 |
2009-09-11 | convert mux chardev to QemuOpts. | Gerd Hoffmann | 1 | -11/+21 |