Age | Commit message (Expand) | Author |
2013-03-10 | qemu-char: fix win32 build | Blue Swirl |
2013-03-08 | qemu-char: move text console init to console.c | Anthony Liguori |
2013-03-08 | qemu-char: move msmouse registeration to msmouse.c | Anthony Liguori |
2013-03-08 | qemu-char: move baum registration to baum.c | Anthony Liguori |
2013-03-08 | qemu-char: move spice registration to spice-qemu-char.c | Anthony Liguori |
2013-03-08 | qemu-char: make char drivers dynamically registerable | Anthony Liguori |
2013-03-08 | qemu-char: remove use of QEMUTimer in favor of glib idle function | Anthony Liguori |
2013-03-08 | qemu-char: use a glib timeout instead of qemu-timer | Anthony Liguori |
2013-03-08 | char: add gio watch fn for tcp backends | Amit Shah |
2013-03-08 | qemu-char: add pty watch | Anthony Liguori |
2013-03-08 | qemu-char: add watch support | Anthony Liguori |
2013-03-08 | qemu-char: tcp: make use GIOChannel | Anthony Liguori |
2013-03-08 | qemu-char: convert UDP to GIOChannel | Anthony Liguori |
2013-03-08 | qemu-char: convert pty to GIOChannel | Anthony Liguori |
2013-03-08 | qemu-char: convert fd_chr to use a GIOChannel | Anthony Liguori |
2013-03-08 | char: add IOWatchPoll support | Anthony Liguori |
2013-03-08 | qemu-char: remove dead/confusing logic with nb_stdio_clients | Anthony Liguori |
2013-03-04 | move socket_set_nodelay to osdep.c | MORITA Kazutaka |
2013-02-21 | console: allow VCs to be overridden by UI | Anthony Liguori |
2013-02-13 | qapi: Flatten away ChardevPort | Markus Armbruster |
2013-02-11 | error: Strip trailing '\n' from error string arguments (again) | Markus Armbruster |
2013-02-06 | qemu-char: Support suffixed ringbuf size arguments like "size=64K" | Markus Armbruster |
2013-02-06 | qemu-char: Saner naming of memchar stuff & doc fixes | Markus Armbruster |
2013-02-06 | qemu-char: General chardev "memory" code cleanup | Markus Armbruster |
2013-02-06 | qemu-char: Drop undocumented chardev "memory" compatibility syntax | Markus Armbruster |
2013-02-06 | qemu-char: Fix chardev "memory" not to drop IAC characters | Markus Armbruster |
2013-02-06 | qmp: Drop wasteful zero-initialization in qmp_memchar_read() | Markus Armbruster |
2013-02-06 | qmp: Drop superfluous special case "empty" in qmp_memchar_read() | Markus Armbruster |
2013-02-06 | qmp: Plug memory leaks in memchar-write, memchar-read | Markus Armbruster |
2013-02-06 | qmp: Clean up type usage in qmp_memchar_write(), qmp_memchar_read() | Markus Armbruster |
2013-02-06 | qmp: Use generic errors in memchar-read, memchar-write | Markus Armbruster |
2013-02-06 | qmp: Clean up design of memchar-read | Markus Armbruster |
2013-02-06 | qmp: Fix design bug and read beyond buffer in memchar-write | Markus Armbruster |
2013-01-28 | Merge remote-tracking branch 'luiz/queue/qmp' into staging | Anthony Liguori |
2013-01-26 | qemu-char: Avoid unused variable warning in some configs | Peter Maydell |
2013-01-25 | QAPI: Introduce memchar-read QMP command | Lei Li |
2013-01-25 | QAPI: Introduce memchar-write QMP command | Lei Li |
2013-01-25 | qemu-char: Add new char backend CirMemCharDriver | Lei Li |
2013-01-16 | chardev: add pty chardev support to chardev-add (qmp) | Gerd Hoffmann |
2013-01-16 | chardev: add socket chardev support to chardev-add (qmp) | Gerd Hoffmann |
2013-01-16 | chardev: add parallel chardev support to chardev-add (qmp) | Gerd Hoffmann |
2013-01-16 | chardev: add serial chardev support to chardev-add (qmp) | Gerd Hoffmann |
2013-01-16 | chardev: add file chardev support to chardev-add (qmp) | Gerd Hoffmann |
2013-01-16 | chardev: add qmp hotplug commands, with null chardev support | Gerd Hoffmann |
2013-01-16 | chardev: reduce chardev ifdef mess a bit | Gerd Hoffmann |
2013-01-16 | chardev: fix QemuOpts lifecycle | Gerd Hoffmann |
2013-01-16 | chardev: add error reporting for qemu_chr_new_from_opts | Gerd Hoffmann |
2013-01-12 | qemu-option: move standard option definitions out of qemu-config.c | Paolo Bonzini |
2013-01-03 | pty: unbreak libvirt | Gerd Hoffmann |
2013-01-02 | disallow -daemonize usage of stdio (curses display, -nographic, -serial stdio... | Michael Tokarev |