]> git.proxmox.com Git - qemu.git/history - qemu-char.c
linux-user: Fix layout of usage table to account for option text
[qemu.git] / qemu-char.c
2013-03-11 Anthony LiguoriMerge remote-tracking branch 'origin/master' into staging
2013-03-11 Anthony LiguoriMerge remote-tracking branch 'bonzini/hw-dirs' into...
2013-03-11 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2013-03-11 Anthony LiguoriMerge remote-tracking branch 'bonzini/scsi-next' into...
2013-03-11 Blue Swirlqemu-char: fix win32 build
2013-03-09 Blue SwirlMerge branch 's390-for-upstream' of git://github.com...
2013-03-09 Blue SwirlMerge branch 'ppc-for-upstream' of git://github.com...
2013-03-08 Anthony Liguoriqemu-char: move text console init to console.c
2013-03-08 Anthony Liguoriqemu-char: move msmouse registeration to msmouse.c
2013-03-08 Anthony Liguoriqemu-char: move baum registration to baum.c
2013-03-08 Anthony Liguoriqemu-char: move spice registration to spice-qemu-char.c
2013-03-08 Anthony Liguoriqemu-char: make char drivers dynamically registerable
2013-03-08 Anthony Liguoriqemu-char: remove use of QEMUTimer in favor of glib...
2013-03-08 Anthony Liguoriqemu-char: use a glib timeout instead of qemu-timer
2013-03-08 Amit Shahchar: add gio watch fn for tcp backends
2013-03-08 Anthony Liguoriqemu-char: add pty watch
2013-03-08 Anthony Liguoriqemu-char: add watch support
2013-03-08 Anthony Liguoriqemu-char: tcp: make use GIOChannel
2013-03-08 Anthony Liguoriqemu-char: convert UDP to GIOChannel
2013-03-08 Anthony Liguoriqemu-char: convert pty to GIOChannel
2013-03-08 Anthony Liguoriqemu-char: convert fd_chr to use a GIOChannel
2013-03-08 Anthony Liguorichar: add IOWatchPoll support
2013-03-08 Anthony Liguoriqemu-char: remove dead/confusing logic with nb_stdio_cl...
2013-03-04 Anthony LiguoriMerge remote-tracking branch 'stefanha/block' into...
2013-03-04 MORITA Kazutakamove socket_set_nodelay to osdep.c
2013-03-01 Paolo Bonzinihw: move char backends to backends/
2013-02-26 Anthony LiguoriMerge remote-tracking branch 'luiz/queue/qmp' into...
2013-02-23 Blue SwirlMerge branch 'eflags3' of git://github.com/rth7680...
2013-02-21 Anthony Liguoriconsole: allow VCs to be overridden by UI
2013-02-13 Markus Armbrusterqapi: Flatten away ChardevPort
2013-02-11 Markus Armbrustererror: Strip trailing '\n' from error string arguments...
2013-02-06 Anthony LiguoriMerge branch 'for-linux-user' of https://git.gitorious...
2013-02-06 Anthony LiguoriMerge remote-tracking branch 'stefanha/tracing' into...
2013-02-06 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2013-02-06 Markus Armbrusterqemu-char: Support suffixed ringbuf size arguments...
2013-02-06 Markus Armbrusterqemu-char: Saner naming of memchar stuff & doc fixes
2013-02-06 Markus Armbrusterqemu-char: General chardev "memory" code cleanup
2013-02-06 Markus Armbrusterqemu-char: Drop undocumented chardev "memory" compatibi...
2013-02-06 Markus Armbrusterqemu-char: Fix chardev "memory" not to drop IAC characters
2013-02-06 Markus Armbrusterqmp: Drop wasteful zero-initialization in qmp_memchar_r...
2013-02-06 Markus Armbrusterqmp: Drop superfluous special case "empty" in qmp_memch...
2013-02-06 Markus Armbrusterqmp: Plug memory leaks in memchar-write, memchar-read
2013-02-06 Markus Armbrusterqmp: Clean up type usage in qmp_memchar_write(), qmp_me...
2013-02-06 Markus Armbrusterqmp: Use generic errors in memchar-read, memchar-write
2013-02-06 Markus Armbrusterqmp: Clean up design of memchar-read
2013-02-06 Markus Armbrusterqmp: Fix design bug and read beyond buffer in memchar...
2013-01-30 Anthony LiguoriMerge remote-tracking branch 'afaerber-or/prep-up'...
2013-01-29 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2013-01-29 Anthony LiguoriMerge remote-tracking branch 'mdroth/qga-pull-1-28...
2013-01-28 Anthony LiguoriMerge remote-tracking branch 'afaerber/qom-cpu' into...
2013-01-28 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2013-01-28 Anthony LiguoriMerge remote-tracking branch 'luiz/queue/qmp' into...
2013-01-26 Blue SwirlMerge branch 'ppc-for-upstream' of git://repo.or.cz...
2013-01-26 Peter Maydellqemu-char: Avoid unused variable warning in some configs
2013-01-25 Lei LiQAPI: Introduce memchar-read QMP command
2013-01-25 Lei LiQAPI: Introduce memchar-write QMP command
2013-01-25 Lei Liqemu-char: Add new char backend CirMemCharDriver
2013-01-23 Anthony LiguoriMerge remote-tracking branch 'bonzini/scsi-next' into...
2013-01-19 Blue SwirlMerge branch 'axp-next' of git://github.com/rth7680...
2013-01-16 Anthony LiguoriMerge remote-tracking branch 'kraxel/chardev.1' into...
2013-01-16 Gerd Hoffmannchardev: add pty chardev support to chardev-add (qmp)
2013-01-16 Gerd Hoffmannchardev: add socket chardev support to chardev-add...
2013-01-16 Gerd Hoffmannchardev: add parallel chardev support to chardev-add...
2013-01-16 Gerd Hoffmannchardev: add serial chardev support to chardev-add...
2013-01-16 Gerd Hoffmannchardev: add file chardev support to chardev-add (qmp)
2013-01-16 Gerd Hoffmannchardev: add qmp hotplug commands, with null chardev...
2013-01-16 Gerd Hoffmannchardev: reduce chardev ifdef mess a bit
2013-01-16 Gerd Hoffmannchardev: fix QemuOpts lifecycle
2013-01-16 Gerd Hoffmannchardev: add error reporting for qemu_chr_new_from_opts
2013-01-14 Anthony LiguoriMerge remote-tracking branch 'kraxel/pixman.v6' into...
2013-01-14 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.76' into staging
2013-01-14 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v67' into...
2013-01-14 Anthony LiguoriMerge remote-tracking branch 'kraxel/testdev.2' into...
2013-01-14 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2013-01-14 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-01-14 Anthony LiguoriMerge remote-tracking branch 'bonzini/stub' into staging
2013-01-12 Paolo Bonziniqemu-option: move standard option definitions out of...
2013-01-10 Andreas FärberMerge branch 'master' of git://git.qemu.org/qemu into...
2013-01-03 Gerd Hoffmannpty: unbreak libvirt
2013-01-02 Michael Tokarevdisallow -daemonize usage of stdio (curses display...
2013-01-02 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2013-01-02 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-01-02 Anthony LiguoriMerge remote-tracking branch 'kraxel/seabios-a810e4e...
2012-12-28 Blue SwirlMerge branch 'qom-cpu' of git://repo.or.cz/qemu/afaerber
2012-12-23 Lei Liqemu-char: Inherit ptys and improve output from -serial pty
2012-12-22 Andreas FärberMerge branch 'master' of git://git.qemu.org/qemu into...
2012-12-21 Anthony LiguoriMerge remote-tracking branch 'quintela/thread-20121220...
2012-12-19 Anthony LiguoriMerge remote-tracking branch 'bonzini/header-dirs'...
2012-12-19 Paolo Bonzinisoftmmu: move remaining include files to include/ subdi...
2012-12-19 Paolo Bonzinisoftmmu: move include files to include/sysemu/
2012-12-19 Paolo Bonzinimisc: move include files to include/qemu/
2012-12-19 Paolo Bonzinimonitor: move include files to include/monitor/
2012-12-19 Paolo Bonziniui: move files to ui/ and include/ui/
2012-12-19 Paolo Bonzininet: do not include net.h everywhere
2012-12-18 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2012-12-18 Anthony LiguoriMerge remote-tracking branch 'amit/master' into staging
2012-12-18 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v66' into...
2012-12-17 Marc-André Lureauspice-qemu-char: add spiceport chardev
2012-11-28 Anthony LiguoriMerge remote-tracking branch 'bonzini/nbd-next' into...
2012-11-26 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
next