Age | Commit message (Expand) | Author | Files | Lines |
2013-10-10 | Merge remote-tracking branch 'amit/char-remove-watch-on-unplug' into staging | Anthony Liguori | 1 | -51/+31 |
2013-10-09 | Merge remote-tracking branch 'mjt/trivial-patches' into staging | Anthony Liguori | 1 | -2/+2 |
2013-10-05 | qemu-char: Fix potential out of bounds access to local arrays | Stefan Weil | 1 | -2/+2 |
2013-10-01 | chardev: handle qmp_chardev_add(KIND_MUX) failure | Gerd Hoffmann | 1 | -1/+6 |
2013-09-12 | chardev: fix pty_chr_timer | Gerd Hoffmann | 1 | -8/+4 |
2013-09-05 | char: remove watch callback on chardev detach from frontend | Amit Shah | 1 | -0/+3 |
2013-09-05 | char: use common function to disable callbacks on chardev close | Amit Shah | 1 | -43/+19 |
2013-09-05 | char: move backends' io watch tag to CharDriverState | Amit Shah | 1 | -38/+39 |
2013-08-26 | Merge remote-tracking branch 'stefanha/block' into staging | Anthony Liguori | 1 | -1/+1 |
2013-08-22 | aio / timers: Switch entire codebase to the new timer API | Alex Bligh | 1 | -1/+1 |
2013-08-20 | Convert stderr message calling error_get_pretty() to error_report() | Seiji Aguchi | 1 | -1/+1 |
2013-08-13 | qemu-char: fix infinite recursion connecting to monitor pty | James Hogan | 1 | -1/+1 |
2013-07-30 | chardev: fix CHR_EVENT_OPENED events for mux chardevs | Michael Roth | 1 | -0/+50 |
2013-07-29 | qapi: Rename ChardevBackend member "memory" to "ringbuf" | Markus Armbruster | 1 | -5/+6 |
2013-07-29 | qemu-char: Register ring buffer driver with correct name "ringbuf" | Markus Armbruster | 1 | -1/+4 |
2013-07-29 | Revert "chardev: Make the name of memory device consistent" | Markus Armbruster | 1 | -8/+8 |
2013-07-18 | char: io_channel_send: don't lose written bytes | Laszlo Ersek | 1 | -22/+19 |
2013-07-10 | qemu-char: Fix ringbuf option size | Markus Armbruster | 1 | -1/+1 |
2013-07-09 | trap signals for "-serial mon:stdio" | Paolo Bonzini | 1 | -4/+9 |
2013-06-28 | Merge remote-tracking branch 'mjt/trivial-patches' into staging | Anthony Liguori | 1 | -13/+32 |
2013-06-28 | qemu-char: Fix ID reuse after chardev-remove for qapi-based init | Markus Armbruster | 1 | -0/+1 |
2013-06-28 | qemu-char: report udp backend errors | Gerd Hoffmann | 1 | -0/+2 |
2013-06-28 | qemu-char: add -chardev mux support | Gerd Hoffmann | 1 | -0/+18 |
2013-06-28 | qemu-char: minor mux chardev fixes | Gerd Hoffmann | 1 | -4/+3 |
2013-06-28 | qemu-char: use ChardevBackendKind in CharDriver | Gerd Hoffmann | 1 | -2/+2 |
2013-06-28 | qemu-char: don't leak opts on error | Gerd Hoffmann | 1 | -1/+1 |
2013-06-28 | qemu-char: print notification to stderr | Gerd Hoffmann | 1 | -2/+2 |
2013-06-28 | qemu-char: use more specific error_setg_* variants | Gerd Hoffmann | 1 | -2/+2 |
2013-06-28 | qemu-char: check optional fields using has_* | Gerd Hoffmann | 1 | -2/+2 |
2013-06-21 | qemu-char: use bool in qemu_chr_open_socket and simplify code a bit | liguang | 1 | -13/+6 |
2013-06-14 | create qemu_openpty_raw() helper function and move it to a separate file | Michael Tokarev | 1 | -72/+5 |
2013-06-11 | qemu-char: remove a few needless #includes | Michael Tokarev | 1 | -2/+0 |
2013-06-10 | qemu-char: don't issue CHR_EVENT_OPEN in a BH | Michael Roth | 1 | -21/+17 |
2013-05-27 | chardev: fix "info chardev" output | Gerd Hoffmann | 1 | -0/+3 |
2013-05-27 | Revert "chardev: Get filename for new qapi backend" | Gerd Hoffmann | 1 | -2/+0 |
2013-05-22 | chardev: Get filename for new qapi backend | Lei Li | 1 | -0/+2 |
2013-05-22 | chardev: Make the name of memory device consistent | Lei Li | 1 | -8/+8 |
2013-05-22 | glib: Fix some misuses of gsize/size_t types | Peter Crosthwaite | 1 | -1/+1 |
2013-05-20 | chardev: Make consistent with udp device for new qapi backend | Lei Li | 1 | -5/+5 |
2013-05-14 | portability: pty.h is glibc-specific | Paolo Bonzini | 1 | -10/+0 |
2013-04-25 | qemu-char: Set foo_tag = 0 when returning FALSE from callbacks | Hans de Goede | 1 | -0/+2 |
2013-04-22 | qemu-char: do not operate on sources from finalize callbacks | Paolo Bonzini | 1 | -15/+40 |
2013-04-22 | qemu-char: correct return value from chr_read functions | Paolo Bonzini | 1 | -6/+16 |
2013-04-22 | qemu-char: simplify pty polling | Paolo Bonzini | 1 | -24/+17 |
2013-04-22 | qemu-char: use consistent idiom for removing sources | Paolo Bonzini | 1 | -9/+23 |
2013-04-15 | Merge remote-tracking branch 'bonzini/hw-dirs' into staging | Anthony Liguori | 1 | -1/+1 |
2013-04-15 | sysemu: avoid proliferation of include/ subdirectories | Paolo Bonzini | 1 | -1/+1 |
2013-04-15 | qemu-char: another io_add_watch_poll fix | Paolo Bonzini | 1 | -1/+4 |
2013-04-08 | qemu-char: really fix behavior on can_read = 0 | Paolo Bonzini | 1 | -4/+13 |
2013-04-05 | qemu-char: eliminate busy waiting on can_read returning zero | Paolo Bonzini | 1 | -43/+19 |