summaryrefslogtreecommitdiffstats
path: root/qemu-char.c
Commit message (Expand)AuthorAgeFilesLines
* qemu-char: really fix behavior on can_read = 0Paolo Bonzini2013-04-081-4/+13
* qemu-char: eliminate busy waiting on can_read returning zeroPaolo Bonzini2013-04-051-43/+19
* chardev: drop the Memory chardev driverLuiz Capitulino2013-04-051-64/+0
* qemu-char: Call fe_claim / fe_release when not using qdev chr propertiesHans de Goede2013-04-041-1/+9
* qemu-char: Add qemu_chr_fe_claim / _release helper functionsHans de Goede2013-04-041-0/+23
* Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori2013-04-021-4/+7
|\
| * chardev: clear O_NONBLOCK on SCM_RIGHTS file descriptorsStefan Hajnoczi2013-04-021-0/+3
| * oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi2013-04-021-4/+4
* | qemu-char: rewrite io_channel_send_all and drop the '_all' suffixAnthony Liguori2013-04-021-16/+20
|/
* qemu-char: add_handlers: Don't re-send the be_open event on unregisterHans de Goede2013-03-271-1/+1
* qemu-char: Move incrementing of avail_connections to qdev-properties-systemHans de Goede2013-03-271-2/+0
* qemu-char: Consolidate guest_close/guest_open into a set_fe_open callbackHans de Goede2013-03-271-7/+3
* qemu-char: Cleanup: consolidate fe_open/fe_close into fe_set_openHans de Goede2013-03-271-18/+6
* qemu-char: Automatically do fe_open / fe_close on qemu_chr_add_handlersHans de Goede2013-03-271-0/+13
* qemu-char: Add fe_open trackingHans de Goede2013-03-271-0/+8
* qemu-char: Rename qemu_chr_generic_open to qemu_chr_be_generic_openHans de Goede2013-03-271-12/+12
* qemu-char: Rename opened to be_openHans de Goede2013-03-271-3/+3
* char: introduce a blocking version of qemu_chr_fe_writeAnthony Liguori2013-03-261-0/+27
* char: Fix return type of qemu_chr_fe_add_watch()Kevin Wolf2013-03-191-2/+2
* qemu-char.c: fix waiting for telnet connection messageIgor Mitsyanko2013-03-131-1/+1
* chardev: add udp support to qapiGerd Hoffmann2013-03-131-18/+26
* chardev: add memory (ringbuf) support to qapiGerd Hoffmann2013-03-131-7/+23
* chardev: add vc support to qapiGerd Hoffmann2013-03-131-0/+3
* chardev: add spice support to qapiGerd Hoffmann2013-03-131-0/+8
* chardev: add pipe support to qapiGerd Hoffmann2013-03-131-9/+22
* chardev: add console support to qapiGerd Hoffmann2013-03-131-2/+7
* chardev: switch pty init to qapiGerd Hoffmann2013-03-131-25/+10
* chardev: switch parallel init to qapiGerd Hoffmann2013-03-131-20/+17
* chardev: switch serial/tty init to qapiGerd Hoffmann2013-03-131-20/+17
* chardev: add stdio support to qapiGerd Hoffmann2013-03-131-6/+20
* chardev: switch file init to qapiGerd Hoffmann2013-03-131-28/+15
* chardev: add braille support to qapiGerd Hoffmann2013-03-131-0/+5
* chardev: add msmouse support to qapiGerd Hoffmann2013-03-131-0/+3
* chardev: switch null init to qapiGerd Hoffmann2013-03-131-3/+3
* chardev: add mux chardev support to qapiGerd Hoffmann2013-03-131-3/+32
* chardev: add support for qapi-based chardev initializationGerd Hoffmann2013-03-131-0/+43
* Add a TPM Passthrough backend driver implementationStefan Berger2013-03-121-0/+24
* qemu-char: fix win32 buildBlue Swirl2013-03-101-2/+4
* qemu-char: move text console init to console.cAnthony Liguori2013-03-081-1/+0
* qemu-char: move msmouse registeration to msmouse.cAnthony Liguori2013-03-081-2/+1
* qemu-char: move baum registration to baum.cAnthony Liguori2013-03-081-4/+0
* qemu-char: move spice registration to spice-qemu-char.cAnthony Liguori2013-03-081-6/+0
* qemu-char: make char drivers dynamically registerableAnthony Liguori2013-03-081-44/+66
* qemu-char: remove use of QEMUTimer in favor of glib idle functionAnthony Liguori2013-03-081-7/+5
* qemu-char: use a glib timeout instead of qemu-timerAnthony Liguori2013-03-081-23/+45
* char: add gio watch fn for tcp backendsAmit Shah2013-03-081-0/+7
* qemu-char: add pty watchAnthony Liguori2013-03-081-0/+7
* qemu-char: add watch supportAnthony Liguori2013-03-081-1/+31
* qemu-char: tcp: make use GIOChannelAnthony Liguori2013-03-081-18/+42
* qemu-char: convert UDP to GIOChannelAnthony Liguori2013-03-081-11/+57
OpenPOWER on IntegriCloud