aboutsummaryrefslogtreecommitdiff
path: root/qemu-char.c
AgeCommit message (Expand)Author
2010-03-21Revert "Convert atexit users to exit_notifier"Anthony Liguori
2010-03-19Convert atexit users to exit_notifierAnthony Liguori
2010-03-19rename IOCanRWHandler to IOCanReadHandlerJuan Quintela
2010-03-14Fix corner case in chardev udp: parameterJan Kiszka
2010-03-09Restore terminal attributes for tty based monitorShahar Havivi
2010-02-28qemu-char.c: drop debug printfs from qemu_chr_parse_compatJan Kiszka
2010-02-22add close callback for tty-based char deviceDavid Ahern
2010-02-10Do not ignore error, if open file failed (-serial /dev/tty)Evgeniy Dushistov
2010-01-19char: Remove redundant qemu_chr_generic_open() call.Kusanagi Kouichi
2009-12-12char: Convert qemu_chr_info() to QObjectLuiz Capitulino
2009-12-12un-static qemu_chr_parse_compat()Gerd Hoffmann
2009-12-03Don't leak file descriptorsKevin Wolf
2009-11-30Fix commit a167ba50851cdac2fa36633587e98c5956cd6b18Aurelien Jarno
2009-11-29Add support for GNU/kFreeBSDAurelien Jarno
2009-11-17char: rename qemu_chr_reset to qemu_chr_generic_openAmit Shah
2009-11-17char: Remove special init_reset handlingAmit Shah
2009-11-17char: don't limit data sent to backends to 1k per bufferAmit Shah
2009-10-30serial: Support additional serial speed valuesStefan Weil
2009-10-27Revert "char: emit the OPENED event only when a new char connection is opened"Anthony Liguori
2009-10-27net: remove unused includes of if_tun.h and if_tap.hMark McLoughlin
2009-10-27Add chardev option to disable signal.Kusanagi Kouichi
2009-10-21char: emit the OPENED event only when a new char connection is openedAmit Shah
2009-10-21char: rename CHR_EVENT_RESET to CHR_EVENT_OPENEDAmit Shah
2009-10-21char: check for initial_reset_issued unnecessaryAmit Shah
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl
2009-09-11move mux focus field from CharDriverState to MuxDriverGerd Hoffmann
2009-09-11monitor: fix muxingGerd Hoffmann
2009-09-11Allow -serial chardev:<name>Gerd Hoffmann
2009-09-11convert udp chardev to QemuOpts.Gerd Hoffmann
2009-09-11convert mux chardev to QemuOpts.Gerd Hoffmann
2009-09-11convert vc chardev to QemuOpts.Gerd Hoffmann
2009-09-11convert tty + parport chardevs to QemuOpts.Gerd Hoffmann
2009-09-11convert windows console chardev to QemuOpts.Gerd Hoffmann
2009-09-11convert braille chardev to QemuOpts.Gerd Hoffmann
2009-09-11convert msmouse chardev to QemuOpts.Gerd Hoffmann
2009-09-11convert stdio chardev to QemuOpts.Gerd Hoffmann
2009-09-11convert pty chardev to QemuOpts.Gerd Hoffmann
2009-09-11convert unix+tcp chardevs to QemuOpts.Gerd Hoffmann
2009-09-11convert file+pipe chardevs to QemuOpts.Gerd Hoffmann
2009-09-11switch chardev to QemuOpts: infrastructure, null deviceGerd Hoffmann
2009-08-24char: Emit 'CLOSED' events on char device closeAmit Shah
2009-08-01More NULL pointer fixesBlue Swirl
2009-07-27Fix typo WIN32 -> _WIN32Anthony Liguori
2009-07-27rename HOST_BSD to CONFIG_BSDJuan Quintela
2009-07-27kill drives_tableGerd Hoffmann
2009-07-27Add SCM_RIGHTS support to unix socket character devicesMark McLoughlin
2009-07-27Make tcp_chr_read() use recvmsg()Mark McLoughlin
2009-06-16mux-term: Fix timestamp associationJan Kiszka
2009-06-16mux-term: Localize timestampsJan Kiszka
2009-06-13Win32: Don't remove const attribute in type casts.Stefan Weil