aboutsummaryrefslogtreecommitdiff
path: root/qemu-char.c
AgeCommit message (Expand)Author
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
2009-06-13Fix mingw32 build warningsBlue Swirl
2009-05-21Refactor how display drivers are selectedAnthony Liguori
2009-04-13Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'blueswir1
2009-03-28char: Fix closing of various char devices (Jan Kiszka)aliguori
2009-03-08Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configureblueswir1
2009-03-07Support for DragonFly BSD (Hasso Tepper)blueswir1
2009-03-05monitor: Introduce MONITOR_USE_READLINE flag (Jan Kiszka)aliguori
2009-03-05monitor: Improve mux'ed console experience (Jan Kiszka)aliguori
2009-03-05monitor: Decouple terminals (Jan Kiszka)aliguori
2009-03-05monitor: Drop banner hiding (Jan Kiszka)aliguori
2009-03-05monitor: Rework API (Jan Kiszka)aliguori
2009-03-05char-mux: Use separate input buffers (Jan Kiszka)aliguori
2009-03-05char: Fix initial reset (Jan Kiszka)aliguori
2009-02-09qemu_chr_open_tcp: allow ipv4 and ipv6 optionsaurel32
2009-02-08QEMU Microsoft serial mouse emulationaurel32
2009-02-08fix use of host serial portaurel32
2009-02-05toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori