aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* char: Emit 'CLOSED' events on char device closeAmit Shah2009-08-241-0/+10
* More NULL pointer fixesBlue Swirl2009-08-011-2/+2
* Fix typo WIN32 -> _WIN32Anthony Liguori2009-07-271-1/+1
* rename HOST_BSD to CONFIG_BSDJuan Quintela2009-07-271-1/+1
* kill drives_tableGerd Hoffmann2009-07-271-3/+3
* Add SCM_RIGHTS support to unix socket character devicesMark McLoughlin2009-07-271-1/+54
* Make tcp_chr_read() use recvmsg()Mark McLoughlin2009-07-271-1/+24
* mux-term: Fix timestamp associationJan Kiszka2009-06-161-3/+9
* mux-term: Localize timestampsJan Kiszka2009-06-161-10/+10
* Win32: Don't remove const attribute in type casts.Stefan Weil2009-06-131-1/+1
* Fix mingw32 build warningsBlue Swirl2009-06-131-3/+3
* Refactor how display drivers are selectedAnthony Liguori2009-05-211-3/+3
* Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'blueswir12009-04-131-3/+3
* char: Fix closing of various char devices (Jan Kiszka)aliguori2009-03-281-2/+19
* Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configureblueswir12009-03-081-1/+1
* Support for DragonFly BSD (Hasso Tepper)blueswir12009-03-071-5/+9
* monitor: Introduce MONITOR_USE_READLINE flag (Jan Kiszka)aliguori2009-03-051-1/+1
* monitor: Improve mux'ed console experience (Jan Kiszka)aliguori2009-03-051-2/+9
* monitor: Decouple terminals (Jan Kiszka)aliguori2009-03-051-1/+1
* monitor: Drop banner hiding (Jan Kiszka)aliguori2009-03-051-1/+1
* monitor: Rework API (Jan Kiszka)aliguori2009-03-051-2/+3
* char-mux: Use separate input buffers (Jan Kiszka)aliguori2009-03-051-10/+14
* char: Fix initial reset (Jan Kiszka)aliguori2009-03-051-4/+16
* qemu_chr_open_tcp: allow ipv4 and ipv6 optionsaurel322009-02-091-0/+4
* QEMU Microsoft serial mouse emulationaurel322009-02-081-0/+3
* fix use of host serial portaurel322009-02-081-8/+19
* toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-59/+0
* monitor-mux: fix timestamp prefixes (Jan Kiszka)aliguori2009-01-221-2/+2
* add an init function parameter to qemu_chr_open()aurel322009-01-181-2/+3
* Fix character devices after DisplayState refactoringaliguori2009-01-161-2/+2
* graphical_console_init change (Stefano Stabellini)aliguori2009-01-161-2/+2
* Make OpenBSD sparc-softmmu compile warning freeblueswir12009-01-141-3/+3
* Fix warning from sparseaurel322008-11-301-1/+0
* Native FreeBSD parallel port (Juergen Lock)blueswir12008-11-221-0/+65
* fix some variable initizalization issues (Stefano Stabellini)aliguori2008-11-121-0/+1
* sockets: switch over tcp/telnet/unix serial line to new helper functions (Ger...aliguori2008-11-111-74/+32
* sockets: helper functions for qemu (Gerd Hoffman)aliguori2008-11-111-2/+2
* Fix some build issues for BSD.blueswir12008-11-071-6/+12
* qemu-char: include hw/baum.haurel322008-11-011-0/+2
* Remove extraneous inline keyword.aliguori2008-10-311-1/+1
* Move CharDriverState code out of vl.caliguori2008-10-311-0/+2202