aboutsummaryrefslogtreecommitdiff
path: root/qemu-char.c
AgeCommit message (Expand)Author
2009-08-27More NULL pointer fixesBlue Swirl
2009-07-29Add SCM_RIGHTS support to unix socket character devicesMark McLoughlin
2009-07-29Make 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
2009-01-22monitor-mux: fix timestamp prefixes (Jan Kiszka)aliguori
2009-01-18add an init function parameter to qemu_chr_open()aurel32
2009-01-16Fix character devices after DisplayState refactoringaliguori
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori
2009-01-14Make OpenBSD sparc-softmmu compile warning freeblueswir1
2008-11-30Fix warning from sparseaurel32
2008-11-22Native FreeBSD parallel port (Juergen Lock)blueswir1
2008-11-12fix some variable initizalization issues (Stefano Stabellini)aliguori
2008-11-11sockets: switch over tcp/telnet/unix serial line to new helper functions (Ger...aliguori
2008-11-11sockets: helper functions for qemu (Gerd Hoffman)aliguori
2008-11-07Fix some build issues for BSD.blueswir1
2008-11-01qemu-char: include hw/baum.haurel32
2008-10-31Remove extraneous inline keyword.aliguori
2008-10-31Move CharDriverState code out of vl.caliguori