summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* char: Convert qemu_chr_info() to QObjectLuiz Capitulino2009-12-121-1/+3
* un-static qemu_chr_parse_compat()Gerd Hoffmann2009-12-121-0/+1
* char: rename qemu_chr_reset to qemu_chr_generic_openAmit Shah2009-11-171-1/+1
* char: Remove special init_reset handlingAmit Shah2009-11-171-1/+0
* Revert "char: emit the OPENED event only when a new char connection is opened"Anthony Liguori2009-10-271-2/+0
* char: emit the OPENED event only when a new char connection is openedAmit Shah2009-10-211-0/+2
* char: rename CHR_EVENT_RESET to CHR_EVENT_OPENEDAmit Shah2009-10-211-1/+1
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-121-2/+2
* move mux focus field from CharDriverState to MuxDriverGerd Hoffmann2009-09-111-1/+0
* Allow -serial chardev:<name>Gerd Hoffmann2009-09-111-0/+1
* switch chardev to QemuOpts: infrastructure, null deviceGerd Hoffmann2009-09-111-0/+4
* char: Emit 'CLOSED' events on char device closeAmit Shah2009-08-241-0/+1
* Add SCM_RIGHTS support to unix socket character devicesMark McLoughlin2009-07-271-0/+2
* monitor: Improve mux'ed console experience (Jan Kiszka)aliguori2009-03-051-3/+5
* monitor: Rework API (Jan Kiszka)aliguori2009-03-051-1/+3
* char: Fix initial reset (Jan Kiszka)aliguori2009-03-051-0/+1
* add an init function parameter to qemu_chr_open()aurel322009-01-181-1/+2
* Move some declarations around in the QEMU CharDriver codealiguori2008-10-311-0/+2
* Implement "info chardev" command. (Gerd Hoffmann)aliguori2008-10-311-1/+6
* qemu-char.h: Fix IOCTL valuesaurel322008-08-221-2/+2
* Parallel Port Direction Fixaurel322008-08-221-0/+1
* Upgrade emulated UART to 16550A (Stefano Stabellini)aliguori2008-08-111-0/+10
* Add input buffer to mux chr (patch by Tristan Gingold).balrog2007-11-251-0/+2
* Add statics and missing #includes for prototypes.pbrook2007-11-181-0/+1
* Break up vl.h.pbrook2007-11-171-0/+74