]> git.proxmox.com Git - qemu.git/history - qemu-char.c
ide: Turn properties any IDE device must have into bus properties
[qemu.git] / qemu-char.c
2011-07-23 Daniel P. BerrangeIntroduce a 'client_add' monitor command accepting...
2011-07-23 Kevin Wolfqemu-char: Print strerror message on failure
2011-06-15 Michael S. TsirkinMerge remote-tracking branch 'origin/master' into pci
2011-06-15 Anthony LiguoriMerge remote-tracking branch 'alon/pull-libcacard-1...
2011-06-15 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2011-06-10 Edgar E. IglesiasMerge remote branch 'rth/axp-next' into alpha-merge
2011-06-08 Anthony LiguoriMerge remote-tracking branch 'qmp/for-anthony' into...
2011-06-08 Anthony LiguoriMerge remote-tracking branch 'jvrao/for-anthony' into...
2011-06-08 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v37' into...
2011-06-08 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-06-08 Alexandre RaymondFix compilation warning due to missing header for sigac...
2011-05-05 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2011-04-29 Blue SwirlMerge branch 'patches' of git://qemu.weilnetz.de/git...
2011-04-28 Anthony LiguoriMerge remote-tracking branch 'amitshah/for-anthony...
2011-04-28 Amit Shahchar: Detect chardev release by NULL handlers as well...
2011-04-28 Kusanagi Kouichichar: Allow devices to use a single multiplexed chardev.
2011-04-28 Hans de Goedechardev: Allow frontends to notify backends of guest...
2011-03-24 Anthony LiguoriMerge remote branch 'amit/for-anthony' into staging
2011-03-21 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2011-03-21 Aurelien JarnoMerge branch 'for-anthony' of git://github.com/bonzini...
2011-03-21 Aurelien JarnoMerge branch 'for-anthony' of git://repo.or.cz/qemu...
2011-03-21 Amit Shahchar: Prevent multiple devices opening same chardev
2011-03-21 Paolo Bonzinichange all rt_clock references to use millisecond resol...
2011-03-20 Stefan WeilFix conversions from pointer to int and vice versa
2011-02-20 Stefan Hajnocziqemu-char: Check for missing backend name
2011-02-01 Paolo Bonzinifix QemuOpts leak
2011-02-01 Paolo Bonziniadd set_echo implementation for qemu_chr_stdio
2011-02-01 Paolo Bonzinimove atexit(term_exit) and O_NONBLOCK to qemu_chr_open_...
2011-02-01 Paolo Bonziniadd qemu_chr_set_echo
2011-02-01 Paolo Bonziniremove broken code for tty
2011-02-01 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2011-02-01 Anthony LiguoriMerge remote branch 'spice/spice.v29.pull' into staging
2011-01-24 Alon Levyspice: add chardev (v5)
2010-12-01 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2010-11-30 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-11-30 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-11-17 Luiz Capitulinoqemu-char: Introduce Memory driver
2010-11-16 Anthony LiguoriMerge remote branch 'spice/bugfix.2' into staging
2010-11-03 Jes SorensenFold send_all() wrapper unix_write() into one function
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-08-23 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-08-22 Gerd HoffmannQemuOpts: make most qemu_*_opts static
2010-08-15 Blue SwirlFix mingw32 build
2010-08-10 Cam MacdonellRESEND: Inter-VM shared memory PCI device
2010-06-15 Markus Armbrusterblock: Decouple block device "commit all" from DriveInfo
2010-06-14 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-10 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-06-04 Markus Armbrusterblockdev: Collect block device code in new blockdev.c
2010-06-03 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-01 Luiz CapitulinoMonitor: Drop QMP documentation from code
2010-05-03 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into HEAD
2010-04-26 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-04-26 Paolo Bonzinistash away SCM_RIGHTS fd until a getfd command arrives
2010-04-14 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-04-09 Alexander GrafAlways notify consumers of char devices if they're...
2010-04-08 Riku Voipiofix function signature of qemu_chr_open_pty on !linux
2010-03-31 Shahar HaviviRestore terminal monitor attributes - addition
2010-03-30 Juergen LockFix some compilation warnings on FreeBSD hosts
2010-03-21 Anthony LiguoriRevert "Convert atexit users to exit_notifier"
2010-03-19 Anthony LiguoriConvert atexit users to exit_notifier
2010-03-19 Juan Quintelarename IOCanRWHandler to IOCanReadHandler
2010-03-17 Anthony LiguoriMerge remote branch 'markus/qerror' into staging
2010-03-14 Jan KiszkaFix corner case in chardev udp: parameter
2010-03-09 Shahar HaviviRestore terminal attributes for tty based monitor
2010-02-28 Jan Kiszkaqemu-char.c: drop debug printfs from qemu_chr_parse_compat
2010-02-22 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-02-22 David Ahernadd close callback for tty-based char device
2010-02-13 Blue SwirlMerge branch 'for_anthony' of git://git.kernel.org...
2010-02-10 Evgeniy DushistovDo not ignore error, if open file failed (-serial ...
2010-01-19 Kusanagi Kouichichar: Remove redundant qemu_chr_generic_open() call.
2009-12-12 Luiz Capitulinochar: Convert qemu_chr_info() to QObject
2009-12-12 Gerd Hoffmannun-static qemu_chr_parse_compat()
2009-12-03 Kevin WolfDon't leak file descriptors
2009-12-01 Anthony LiguoriMerge commit 'mst/for_anthony' into mst
2009-11-30 Aurelien JarnoFix commit a167ba50851cdac2fa36633587e98c5956cd6b18
2009-11-29 Aurelien JarnoAdd support for GNU/kFreeBSD
2009-11-17 Amit Shahchar: rename qemu_chr_reset to qemu_chr_generic_open
2009-11-17 Amit Shahchar: Remove special init_reset handling
2009-11-17 Amit Shahchar: don't limit data sent to backends to 1k per buffer
2009-10-30 Stefan Weilserial: Support additional serial speed values
2009-10-27 Anthony LiguoriRevert "char: emit the OPENED event only when a new...
2009-10-27 Mark McLoughlinnet: remove unused includes of if_tun.h and if_tap.h
2009-10-27 Kusanagi KouichiAdd chardev option to disable signal.
2009-10-21 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-10-21 Amit Shahchar: emit the OPENED event only when a new char connec...
2009-10-21 Amit Shahchar: rename CHR_EVENT_RESET to CHR_EVENT_OPENED
2009-10-21 Amit Shahchar: check for initial_reset_issued unnecessary
2009-09-12 Blue SwirlFix sys-queue.h conflict for good
2009-09-11 Gerd Hoffmannmove mux focus field from CharDriverState to MuxDriver
2009-09-11 Gerd Hoffmannmonitor: fix muxing
2009-09-11 Gerd HoffmannAllow -serial chardev:<name>
2009-09-11 Gerd Hoffmannconvert udp chardev to QemuOpts.
2009-09-11 Gerd Hoffmannconvert mux chardev to QemuOpts.
2009-09-11 Gerd Hoffmannconvert vc chardev to QemuOpts.
2009-09-11 Gerd Hoffmannconvert tty + parport chardevs to QemuOpts.
2009-09-11 Gerd Hoffmannconvert windows console chardev to QemuOpts.
2009-09-11 Gerd Hoffmannconvert braille chardev to QemuOpts.
2009-09-11 Gerd Hoffmannconvert msmouse chardev to QemuOpts.
2009-09-11 Gerd Hoffmannconvert stdio chardev to QemuOpts.
2009-09-11 Gerd Hoffmannconvert pty chardev to QemuOpts.
next