]> git.proxmox.com Git - qemu.git/history - qemu-char.c
finish VPATH -> vpath translation
[qemu.git] / qemu-char.c
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.
2009-09-11 Gerd Hoffmannconvert unix+tcp chardevs to QemuOpts.
2009-09-11 Gerd Hoffmannconvert file+pipe chardevs to QemuOpts.
2009-09-11 Gerd Hoffmannswitch chardev to QemuOpts: infrastructure, null device
2009-08-24 Amit Shahchar: Emit 'CLOSED' events on char device close
2009-08-01 Blue SwirlMore NULL pointer fixes
2009-07-27 Anthony LiguoriFix typo WIN32 -> _WIN32
2009-07-27 Juan Quintelarename HOST_BSD to CONFIG_BSD
2009-07-27 Gerd Hoffmannkill drives_table
2009-07-27 Mark McLoughlinAdd SCM_RIGHTS support to unix socket character devices
2009-07-27 Mark McLoughlinMake tcp_chr_read() use recvmsg()
2009-06-16 Jan Kiszkamux-term: Fix timestamp association
2009-06-16 Jan Kiszkamux-term: Localize timestamps
2009-06-13 Stefan WeilWin32: Don't remove const attribute in type casts.
2009-06-13 Blue SwirlFix mingw32 build warnings
2009-05-22 Anthony LiguoriRefactor how display drivers are selected
2009-04-13 blueswir1Fix OpenSolaris gcc4 warnings: iovec type mismatches...
2009-03-28 aliguorichar: Fix closing of various char devices (Jan Kiszka)
2009-03-08 blueswir1Rename _BSD to HOST_BSD so that it's more obvious that...
2009-03-07 blueswir1Support for DragonFly BSD (Hasso Tepper)
2009-03-05 aliguorimonitor: Introduce MONITOR_USE_READLINE flag (Jan Kiszka)
2009-03-05 aliguorimonitor: Improve mux'ed console experience (Jan Kiszka)
2009-03-05 aliguorimonitor: Decouple terminals (Jan Kiszka)
2009-03-05 aliguorimonitor: Drop banner hiding (Jan Kiszka)
2009-03-05 aliguorimonitor: Rework API (Jan Kiszka)
2009-03-05 aliguorichar-mux: Use separate input buffers (Jan Kiszka)
2009-03-05 aliguorichar: Fix initial reset (Jan Kiszka)
2009-02-09 aurel32qemu_chr_open_tcp: allow ipv4 and ipv6 options
2009-02-08 aurel32QEMU Microsoft serial mouse emulation
2009-02-08 aurel32fix use of host serial port
2009-02-05 aliguoritoplevel: remove error handling from qemu_malloc()...
2009-01-22 aliguorimonitor-mux: fix timestamp prefixes (Jan Kiszka)
2009-01-18 aurel32add an init function parameter to qemu_chr_open()
2009-01-16 aliguoriFix character devices after DisplayState refactoring
2009-01-16 aliguorigraphical_console_init change (Stefano Stabellini)
2009-01-14 blueswir1Make OpenBSD sparc-softmmu compile warning free
2008-11-30 aurel32Fix warning from sparse
2008-11-22 blueswir1Native FreeBSD parallel port (Juergen Lock)
2008-11-12 aliguorifix some variable initizalization issues (Stefano Stabe...
2008-11-11 aliguorisockets: switch over tcp/telnet/unix serial line to...
2008-11-11 aliguorisockets: helper functions for qemu (Gerd Hoffman)
2008-11-07 blueswir1Fix some build issues for BSD.
2008-11-01 aurel32qemu-char: include hw/baum.h
2008-10-31 aliguoriRemove extraneous inline keyword.
2008-10-31 aliguoriMove CharDriverState code out of vl.c