Age | Commit message (Expand) | Author |
2011-04-28 | char: Detect chardev release by NULL handlers as well as NULL opaque | Amit Shah |
2011-04-28 | char: Allow devices to use a single multiplexed chardev. | Kusanagi Kouichi |
2011-04-28 | chardev: Allow frontends to notify backends of guest open / close | Hans de Goede |
2011-03-24 | Merge remote branch 'amit/for-anthony' into staging | Anthony Liguori |
2011-03-21 | char: Prevent multiple devices opening same chardev | Amit Shah |
2011-03-21 | change all rt_clock references to use millisecond resolution accessors | Paolo Bonzini |
2011-03-20 | Fix conversions from pointer to int and vice versa | Stefan Weil |
2011-02-20 | qemu-char: Check for missing backend name | Stefan Hajnoczi |
2011-02-01 | fix QemuOpts leak | Paolo Bonzini |
2011-02-01 | add set_echo implementation for qemu_chr_stdio | Paolo Bonzini |
2011-02-01 | move atexit(term_exit) and O_NONBLOCK to qemu_chr_open_stdio | Paolo Bonzini |
2011-02-01 | add qemu_chr_set_echo | Paolo Bonzini |
2011-02-01 | remove broken code for tty | Paolo Bonzini |
2011-01-24 | spice: add chardev (v5) | Alon Levy |
2010-11-17 | qemu-char: Introduce Memory driver | Luiz Capitulino |
2010-11-03 | Fold send_all() wrapper unix_write() into one function | Jes Sorensen |
2010-08-22 | QemuOpts: make most qemu_*_opts static | Gerd Hoffmann |
2010-08-15 | Fix mingw32 build | Blue Swirl |
2010-08-10 | RESEND: Inter-VM shared memory PCI device | Cam Macdonell |
2010-06-15 | block: Decouple block device "commit all" from DriveInfo | Markus Armbruster |
2010-06-04 | blockdev: Collect block device code in new blockdev.c | Markus Armbruster |
2010-06-01 | Monitor: Drop QMP documentation from code | Luiz Capitulino |
2010-04-26 | stash away SCM_RIGHTS fd until a getfd command arrives | Paolo Bonzini |
2010-04-09 | Always notify consumers of char devices if they're open | Alexander Graf |
2010-04-08 | fix function signature of qemu_chr_open_pty on !linux | Riku Voipio |
2010-03-31 | Restore terminal monitor attributes - addition | Shahar Havivi |
2010-03-30 | Fix some compilation warnings on FreeBSD hosts | Juergen Lock |
2010-03-21 | Revert "Convert atexit users to exit_notifier" | Anthony Liguori |
2010-03-19 | Convert atexit users to exit_notifier | Anthony Liguori |
2010-03-19 | rename IOCanRWHandler to IOCanReadHandler | Juan Quintela |
2010-03-14 | Fix corner case in chardev udp: parameter | Jan Kiszka |
2010-03-09 | Restore terminal attributes for tty based monitor | Shahar Havivi |
2010-02-28 | qemu-char.c: drop debug printfs from qemu_chr_parse_compat | Jan Kiszka |
2010-02-22 | add close callback for tty-based char device | David Ahern |
2010-02-10 | Do not ignore error, if open file failed (-serial /dev/tty) | Evgeniy Dushistov |
2010-01-19 | char: Remove redundant qemu_chr_generic_open() call. | Kusanagi Kouichi |
2009-12-12 | char: Convert qemu_chr_info() to QObject | Luiz Capitulino |
2009-12-12 | un-static qemu_chr_parse_compat() | Gerd Hoffmann |
2009-12-03 | Don't leak file descriptors | Kevin Wolf |
2009-11-30 | Fix commit a167ba50851cdac2fa36633587e98c5956cd6b18 | Aurelien Jarno |
2009-11-29 | Add support for GNU/kFreeBSD | Aurelien Jarno |
2009-11-17 | char: rename qemu_chr_reset to qemu_chr_generic_open | Amit Shah |
2009-11-17 | char: Remove special init_reset handling | Amit Shah |
2009-11-17 | char: don't limit data sent to backends to 1k per buffer | Amit Shah |
2009-10-30 | serial: Support additional serial speed values | Stefan Weil |
2009-10-27 | Revert "char: emit the OPENED event only when a new char connection is opened" | Anthony Liguori |
2009-10-27 | net: remove unused includes of if_tun.h and if_tap.h | Mark McLoughlin |
2009-10-27 | Add chardev option to disable signal. | Kusanagi Kouichi |
2009-10-21 | char: emit the OPENED event only when a new char connection is opened | Amit Shah |
2009-10-21 | char: rename CHR_EVENT_RESET to CHR_EVENT_OPENED | Amit Shah |