summaryrefslogtreecommitdiffstats
path: root/qemu-char.c
Commit message (Expand)AuthorAgeFilesLines
* chardev: fix pty_chr_timerGerd Hoffmann2013-09-121-8/+4
* Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori2013-08-261-1/+1
|\
| * aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-1/+1
* | Convert stderr message calling error_get_pretty() to error_report()Seiji Aguchi2013-08-201-1/+1
|/
* qemu-char: fix infinite recursion connecting to monitor ptyJames Hogan2013-08-131-1/+1
* chardev: fix CHR_EVENT_OPENED events for mux chardevsMichael Roth2013-07-301-0/+50
* qapi: Rename ChardevBackend member "memory" to "ringbuf"Markus Armbruster2013-07-291-5/+6
* qemu-char: Register ring buffer driver with correct name "ringbuf"Markus Armbruster2013-07-291-1/+4
* Revert "chardev: Make the name of memory device consistent"Markus Armbruster2013-07-291-8/+8
* char: io_channel_send: don't lose written bytesLaszlo Ersek2013-07-181-22/+19
* qemu-char: Fix ringbuf option sizeMarkus Armbruster2013-07-101-1/+1
* trap signals for "-serial mon:stdio"Paolo Bonzini2013-07-091-4/+9
* Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori2013-06-281-13/+32
|\
| * qemu-char: report udp backend errorsGerd Hoffmann2013-06-281-0/+2
| * qemu-char: add -chardev mux supportGerd Hoffmann2013-06-281-0/+18
| * qemu-char: minor mux chardev fixesGerd Hoffmann2013-06-281-4/+3
| * qemu-char: use ChardevBackendKind in CharDriverGerd Hoffmann2013-06-281-2/+2
| * qemu-char: don't leak opts on errorGerd Hoffmann2013-06-281-1/+1
| * qemu-char: print notification to stderrGerd Hoffmann2013-06-281-2/+2
| * qemu-char: use more specific error_setg_* variantsGerd Hoffmann2013-06-281-2/+2
| * qemu-char: check optional fields using has_*Gerd Hoffmann2013-06-281-2/+2
* | qemu-char: Fix ID reuse after chardev-remove for qapi-based initMarkus Armbruster2013-06-281-0/+1
|/
* qemu-char: use bool in qemu_chr_open_socket and simplify code a bitliguang2013-06-211-13/+6
* create qemu_openpty_raw() helper function and move it to a separate fileMichael Tokarev2013-06-141-72/+5
* qemu-char: remove a few needless #includesMichael Tokarev2013-06-111-2/+0
* qemu-char: don't issue CHR_EVENT_OPEN in a BHMichael Roth2013-06-101-21/+17
* chardev: fix "info chardev" outputGerd Hoffmann2013-05-271-0/+3
* Revert "chardev: Get filename for new qapi backend"Gerd Hoffmann2013-05-271-2/+0
* chardev: Get filename for new qapi backendLei Li2013-05-221-0/+2
* chardev: Make the name of memory device consistentLei Li2013-05-221-8/+8
* glib: Fix some misuses of gsize/size_t typesPeter Crosthwaite2013-05-221-1/+1
* chardev: Make consistent with udp device for new qapi backendLei Li2013-05-201-5/+5
* portability: pty.h is glibc-specificPaolo Bonzini2013-05-141-10/+0
* qemu-char: Set foo_tag = 0 when returning FALSE from callbacksHans de Goede2013-04-251-0/+2
* qemu-char: do not operate on sources from finalize callbacksPaolo Bonzini2013-04-221-15/+40
* qemu-char: correct return value from chr_read functionsPaolo Bonzini2013-04-221-6/+16
* qemu-char: simplify pty pollingPaolo Bonzini2013-04-221-24/+17
* qemu-char: use consistent idiom for removing sourcesPaolo Bonzini2013-04-221-9/+23
* Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori2013-04-151-1/+1
|\
| * sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini2013-04-151-1/+1
* | qemu-char: another io_add_watch_poll fixPaolo Bonzini2013-04-151-1/+4
|/
* 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
|/
OpenPOWER on IntegriCloud