aboutsummaryrefslogtreecommitdiff
path: root/qemu-char.c
AgeCommit message (Expand)Author
2014-02-17qmp: expose list of supported character device backendsMartin Kletzander
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster
2013-12-23misc: Use macro ARRAY_SIZE where possibleStefan Weil
2013-12-16char: add qemu_chr_fe_event()Marc-André Lureau
2013-10-10Merge remote-tracking branch 'amit/char-remove-watch-on-unplug' into stagingAnthony Liguori
2013-10-09Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori
2013-10-05qemu-char: Fix potential out of bounds access to local arraysStefan Weil
2013-10-01chardev: handle qmp_chardev_add(KIND_MUX) failureGerd Hoffmann
2013-09-12chardev: fix pty_chr_timerGerd Hoffmann
2013-09-05char: remove watch callback on chardev detach from frontendAmit Shah
2013-09-05char: use common function to disable callbacks on chardev closeAmit Shah
2013-09-05char: move backends' io watch tag to CharDriverStateAmit Shah
2013-08-26Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-08-20Convert stderr message calling error_get_pretty() to error_report()Seiji Aguchi
2013-08-13qemu-char: fix infinite recursion connecting to monitor ptyJames Hogan
2013-07-30chardev: fix CHR_EVENT_OPENED events for mux chardevsMichael Roth
2013-07-29qapi: Rename ChardevBackend member "memory" to "ringbuf"Markus Armbruster
2013-07-29qemu-char: Register ring buffer driver with correct name "ringbuf"Markus Armbruster
2013-07-29Revert "chardev: Make the name of memory device consistent"Markus Armbruster
2013-07-18char: io_channel_send: don't lose written bytesLaszlo Ersek
2013-07-10qemu-char: Fix ringbuf option sizeMarkus Armbruster
2013-07-09trap signals for "-serial mon:stdio"Paolo Bonzini
2013-06-28Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori
2013-06-28qemu-char: Fix ID reuse after chardev-remove for qapi-based initMarkus Armbruster
2013-06-28qemu-char: report udp backend errorsGerd Hoffmann
2013-06-28qemu-char: add -chardev mux supportGerd Hoffmann
2013-06-28qemu-char: minor mux chardev fixesGerd Hoffmann
2013-06-28qemu-char: use ChardevBackendKind in CharDriverGerd Hoffmann
2013-06-28qemu-char: don't leak opts on errorGerd Hoffmann
2013-06-28qemu-char: print notification to stderrGerd Hoffmann
2013-06-28qemu-char: use more specific error_setg_* variantsGerd Hoffmann
2013-06-28qemu-char: check optional fields using has_*Gerd Hoffmann
2013-06-21qemu-char: use bool in qemu_chr_open_socket and simplify code a bitliguang
2013-06-14create qemu_openpty_raw() helper function and move it to a separate fileMichael Tokarev
2013-06-11qemu-char: remove a few needless #includesMichael Tokarev
2013-06-10qemu-char: don't issue CHR_EVENT_OPEN in a BHMichael Roth
2013-05-27chardev: fix "info chardev" outputGerd Hoffmann
2013-05-27Revert "chardev: Get filename for new qapi backend"Gerd Hoffmann
2013-05-22chardev: Get filename for new qapi backendLei Li
2013-05-22chardev: Make the name of memory device consistentLei Li
2013-05-22glib: Fix some misuses of gsize/size_t typesPeter Crosthwaite
2013-05-20chardev: Make consistent with udp device for new qapi backendLei Li
2013-05-14portability: pty.h is glibc-specificPaolo Bonzini
2013-04-25qemu-char: Set foo_tag = 0 when returning FALSE from callbacksHans de Goede
2013-04-22qemu-char: do not operate on sources from finalize callbacksPaolo Bonzini
2013-04-22qemu-char: correct return value from chr_read functionsPaolo Bonzini
2013-04-22qemu-char: simplify pty pollingPaolo Bonzini
2013-04-22qemu-char: use consistent idiom for removing sourcesPaolo Bonzini
2013-04-15Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori