108 Commits (ea879fc719b0756f1768f765ee3a5660ce05ca7b)

Author SHA1 Message Date
Amit Shah da7d998bbb char: Detect chardev release by NULL handlers as well as NULL opaque 16 years ago
Kusanagi Kouichi d5b27167e1 char: Allow devices to use a single multiplexed chardev. 16 years ago
Hans de Goede 7c32c4feeb chardev: Allow frontends to notify backends of guest open / close 16 years ago
Amit Shah 2d6c1ef40f char: Prevent multiple devices opening same chardev 16 years ago
Paolo Bonzini 7bd427d801 change all rt_clock references to use millisecond resolution accessors 16 years ago
Stefan Weil e0efb993b8 Fix conversions from pointer to int and vice versa 16 years ago
Stefan Hajnoczi 1bbd185fa8 qemu-char: Check for missing backend name 16 years ago
Paolo Bonzini 363f8cb9bc fix QemuOpts leak 16 years ago
Paolo Bonzini bb002513a9 add set_echo implementation for qemu_chr_stdio 16 years ago
Paolo Bonzini 0369364be8 move atexit(term_exit) and O_NONBLOCK to qemu_chr_open_stdio 16 years ago
Paolo Bonzini c48855e140 add qemu_chr_set_echo 16 years ago
Paolo Bonzini d55dbc3acd remove broken code for tty 16 years ago
Alon Levy cbcc6336ce spice: add chardev (v5) 16 years ago
Luiz Capitulino 999bd67c87 qemu-char: Introduce Memory driver 16 years ago
Jes Sorensen 5fc9cfedfa Fold send_all() wrapper unix_write() into one function 16 years ago
Gerd Hoffmann 3329f07b7a QemuOpts: make most qemu_*_opts static 16 years ago
Blue Swirl 68c18d1ccf Fix mingw32 build 16 years ago
Cam Macdonell 6cbf4c8c64 RESEND: Inter-VM shared memory PCI device 16 years ago
Markus Armbruster 6ab4b5ab8f block: Decouple block device "commit all" from DriveInfo 16 years ago
Markus Armbruster 666daa6823 blockdev: Collect block device code in new blockdev.c 16 years ago
Luiz Capitulino 637503d122 Monitor: Drop QMP documentation from code 16 years ago
Paolo Bonzini e53f27b9d9 stash away SCM_RIGHTS fd until a getfd command arrives 17 years ago
Alexander Graf 73cdf3f2c9 Always notify consumers of char devices if they're open 17 years ago
Riku Voipio cb301efe4f fix function signature of qemu_chr_open_pty on !linux 17 years ago
Shahar Havivi d3f822d241 Restore terminal monitor attributes - addition 17 years ago
Juergen Lock d1839d7367 Fix some compilation warnings on FreeBSD hosts 17 years ago
Anthony Liguori 28695489e3 Revert "Convert atexit users to exit_notifier" 17 years ago
Anthony Liguori d7234f4d7e Convert atexit users to exit_notifier 17 years ago
Juan Quintela 7b27a769f1 rename IOCanRWHandler to IOCanReadHandler 17 years ago
Jan Kiszka 39324ca488 Fix corner case in chardev udp: parameter 17 years ago
Shahar Havivi 2d753894c7 Restore terminal attributes for tty based monitor 17 years ago
Jan Kiszka 5bb599023a qemu-char.c: drop debug printfs from qemu_chr_parse_compat 17 years ago
David Ahern 4266a13471 add close callback for tty-based char device 17 years ago
Evgeniy Dushistov afc535acb5 Do not ignore error, if open file failed (-serial /dev/tty) 17 years ago
Kusanagi Kouichi 3b9d7e6621 char: Remove redundant qemu_chr_generic_open() call. 17 years ago
Luiz Capitulino 588b383201 char: Convert qemu_chr_info() to QObject 17 years ago
Gerd Hoffmann 33521634bf un-static qemu_chr_parse_compat() 17 years ago
Kevin Wolf 40ff6d7e8d Don't leak file descriptors 17 years ago
Aurelien Jarno bbe813a2dd Fix commit a167ba5085 17 years ago
Aurelien Jarno a167ba5085 Add support for GNU/kFreeBSD 17 years ago
Amit Shah 127338e610 char: rename qemu_chr_reset to qemu_chr_generic_open 17 years ago
Amit Shah 57e073a3a1 char: Remove special init_reset handling 17 years ago
Amit Shah 9bd7854e1e char: don't limit data sent to backends to 1k per buffer 17 years ago
Stefan Weil 45eea13b24 serial: Support additional serial speed values 17 years ago
Anthony Liguori f7cbc08ff0 Revert "char: emit the OPENED event only when a new char connection is opened" 17 years ago
Mark McLoughlin 1abb817258 net: remove unused includes of if_tun.h and if_tap.h 17 years ago
Kusanagi Kouichi 5989020bc1 Add chardev option to disable signal. 17 years ago
Amit Shah 6cfa64de90 char: emit the OPENED event only when a new char connection is opened 17 years ago
Amit Shah b6b8df560c char: rename CHR_EVENT_RESET to CHR_EVENT_OPENED 17 years ago
Amit Shah 69795d6769 char: check for initial_reset_issued unnecessary 17 years ago