aboutsummaryrefslogtreecommitdiff
path: root/qemu-char.c
AgeCommit message (Expand)Author
2013-03-10qemu-char: fix win32 buildBlue Swirl
2013-03-08qemu-char: move text console init to console.cAnthony Liguori
2013-03-08qemu-char: move msmouse registeration to msmouse.cAnthony Liguori
2013-03-08qemu-char: move baum registration to baum.cAnthony Liguori
2013-03-08qemu-char: move spice registration to spice-qemu-char.cAnthony Liguori
2013-03-08qemu-char: make char drivers dynamically registerableAnthony Liguori
2013-03-08qemu-char: remove use of QEMUTimer in favor of glib idle functionAnthony Liguori
2013-03-08qemu-char: use a glib timeout instead of qemu-timerAnthony Liguori
2013-03-08char: add gio watch fn for tcp backendsAmit Shah
2013-03-08qemu-char: add pty watchAnthony Liguori
2013-03-08qemu-char: add watch supportAnthony Liguori
2013-03-08qemu-char: tcp: make use GIOChannelAnthony Liguori
2013-03-08qemu-char: convert UDP to GIOChannelAnthony Liguori
2013-03-08qemu-char: convert pty to GIOChannelAnthony Liguori
2013-03-08qemu-char: convert fd_chr to use a GIOChannelAnthony Liguori
2013-03-08char: add IOWatchPoll supportAnthony Liguori
2013-03-08qemu-char: remove dead/confusing logic with nb_stdio_clientsAnthony Liguori
2013-03-04move socket_set_nodelay to osdep.cMORITA Kazutaka
2013-02-21console: allow VCs to be overridden by UIAnthony Liguori
2013-02-13qapi: Flatten away ChardevPortMarkus Armbruster
2013-02-11error: Strip trailing '\n' from error string arguments (again)Markus Armbruster
2013-02-06qemu-char: Support suffixed ringbuf size arguments like "size=64K"Markus Armbruster
2013-02-06qemu-char: Saner naming of memchar stuff & doc fixesMarkus Armbruster
2013-02-06qemu-char: General chardev "memory" code cleanupMarkus Armbruster
2013-02-06qemu-char: Drop undocumented chardev "memory" compatibility syntaxMarkus Armbruster
2013-02-06qemu-char: Fix chardev "memory" not to drop IAC charactersMarkus Armbruster
2013-02-06qmp: Drop wasteful zero-initialization in qmp_memchar_read()Markus Armbruster
2013-02-06qmp: Drop superfluous special case "empty" in qmp_memchar_read()Markus Armbruster
2013-02-06qmp: Plug memory leaks in memchar-write, memchar-readMarkus Armbruster
2013-02-06qmp: Clean up type usage in qmp_memchar_write(), qmp_memchar_read()Markus Armbruster
2013-02-06qmp: Use generic errors in memchar-read, memchar-writeMarkus Armbruster
2013-02-06qmp: Clean up design of memchar-readMarkus Armbruster
2013-02-06qmp: Fix design bug and read beyond buffer in memchar-writeMarkus Armbruster
2013-01-28Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori
2013-01-26qemu-char: Avoid unused variable warning in some configsPeter Maydell
2013-01-25QAPI: Introduce memchar-read QMP commandLei Li
2013-01-25QAPI: Introduce memchar-write QMP commandLei Li
2013-01-25qemu-char: Add new char backend CirMemCharDriverLei Li
2013-01-16chardev: add pty chardev support to chardev-add (qmp)Gerd Hoffmann
2013-01-16chardev: add socket chardev support to chardev-add (qmp)Gerd Hoffmann
2013-01-16chardev: add parallel chardev support to chardev-add (qmp)Gerd Hoffmann
2013-01-16chardev: add serial chardev support to chardev-add (qmp)Gerd Hoffmann
2013-01-16chardev: add file chardev support to chardev-add (qmp)Gerd Hoffmann
2013-01-16chardev: add qmp hotplug commands, with null chardev supportGerd Hoffmann
2013-01-16chardev: reduce chardev ifdef mess a bitGerd Hoffmann
2013-01-16chardev: fix QemuOpts lifecycleGerd Hoffmann
2013-01-16chardev: add error reporting for qemu_chr_new_from_optsGerd Hoffmann
2013-01-12qemu-option: move standard option definitions out of qemu-config.cPaolo Bonzini
2013-01-03pty: unbreak libvirtGerd Hoffmann
2013-01-02disallow -daemonize usage of stdio (curses display, -nographic, -serial stdio...Michael Tokarev