392 Commits (e9cf2fe07ff70e939f80c624b44c10a4442eef0b)

Author SHA1 Message Date
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
Blue Swirl 72cf2d4f0e Fix sys-queue.h conflict for good 17 years ago
Gerd Hoffmann 799f1f2325 move mux focus field from CharDriverState to MuxDriver 17 years ago
Gerd Hoffmann a7aec5da4d monitor: fix muxing 17 years ago
Gerd Hoffmann c845f40149 Allow -serial chardev:<name> 17 years ago
Gerd Hoffmann 7e1b35b44c convert udp chardev to QemuOpts. 17 years ago
Gerd Hoffmann 7591c5c199 convert mux chardev to QemuOpts. 17 years ago
Gerd Hoffmann 6ea314d914 convert vc chardev to QemuOpts. 17 years ago
Gerd Hoffmann 48b7649691 convert tty + parport chardevs to QemuOpts. 17 years ago
Gerd Hoffmann d6c983cdad convert windows console chardev to QemuOpts. 17 years ago
Gerd Hoffmann dc1c21e60c convert braille chardev to QemuOpts. 17 years ago
Gerd Hoffmann f0457e8d88 convert msmouse chardev to QemuOpts. 17 years ago
Gerd Hoffmann 3c17affbff convert stdio chardev to QemuOpts. 17 years ago
Gerd Hoffmann 4490dadf1d convert pty chardev to QemuOpts. 17 years ago
Gerd Hoffmann aeb2c47a1e convert unix+tcp chardevs to QemuOpts. 17 years ago
Gerd Hoffmann 7d31544ff6 convert file+pipe chardevs to QemuOpts. 17 years ago
Gerd Hoffmann 191bc01bc9 switch chardev to QemuOpts: infrastructure, null device 17 years ago
Amit Shah 793cbfb5d1 char: Emit 'CLOSED' events on char device close 17 years ago
Blue Swirl 7cba04f6de More NULL pointer fixes 17 years ago
Anthony Liguori 73bcc2acaa Fix typo WIN32 -> _WIN32 17 years ago
Juan Quintela 71e72a19ba rename HOST_BSD to CONFIG_BSD 17 years ago
Gerd Hoffmann 751c6a1704 kill drives_table 17 years ago
Mark McLoughlin 7d1740590b Add SCM_RIGHTS support to unix socket character devices 17 years ago
Mark McLoughlin 9977c8943a Make tcp_chr_read() use recvmsg() 17 years ago
Jan Kiszka 4ab312f793 mux-term: Fix timestamp association 17 years ago
Jan Kiszka 2d22959d61 mux-term: Localize timestamps 17 years ago