index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qemu-char.c
Age
Commit message (
Expand
)
Author
2009-11-17
char: rename qemu_chr_reset to qemu_chr_generic_open
Amit Shah
2009-11-17
char: Remove special init_reset handling
Amit Shah
2009-11-17
char: don't limit data sent to backends to 1k per buffer
Amit Shah
2009-10-30
serial: Support additional serial speed values
Stefan Weil
2009-10-27
Revert "char: emit the OPENED event only when a new char connection is opened"
Anthony Liguori
2009-10-27
net: remove unused includes of if_tun.h and if_tap.h
Mark McLoughlin
2009-10-27
Add chardev option to disable signal.
Kusanagi Kouichi
2009-10-21
char: emit the OPENED event only when a new char connection is opened
Amit Shah
2009-10-21
char: rename CHR_EVENT_RESET to CHR_EVENT_OPENED
Amit Shah
2009-10-21
char: check for initial_reset_issued unnecessary
Amit Shah
2009-09-12
Fix sys-queue.h conflict for good
Blue Swirl
2009-09-11
move mux focus field from CharDriverState to MuxDriver
Gerd Hoffmann
2009-09-11
monitor: fix muxing
Gerd Hoffmann
2009-09-11
Allow -serial chardev:<name>
Gerd Hoffmann
2009-09-11
convert udp chardev to QemuOpts.
Gerd Hoffmann
2009-09-11
convert mux chardev to QemuOpts.
Gerd Hoffmann
2009-09-11
convert vc chardev to QemuOpts.
Gerd Hoffmann
2009-09-11
convert tty + parport chardevs to QemuOpts.
Gerd Hoffmann
2009-09-11
convert windows console chardev to QemuOpts.
Gerd Hoffmann
2009-09-11
convert braille chardev to QemuOpts.
Gerd Hoffmann
2009-09-11
convert msmouse chardev to QemuOpts.
Gerd Hoffmann
2009-09-11
convert stdio chardev to QemuOpts.
Gerd Hoffmann
2009-09-11
convert pty chardev to QemuOpts.
Gerd Hoffmann
2009-09-11
convert unix+tcp chardevs to QemuOpts.
Gerd Hoffmann
2009-09-11
convert file+pipe chardevs to QemuOpts.
Gerd Hoffmann
2009-09-11
switch chardev to QemuOpts: infrastructure, null device
Gerd Hoffmann
2009-08-24
char: Emit 'CLOSED' events on char device close
Amit Shah
2009-08-01
More NULL pointer fixes
Blue Swirl
2009-07-27
Fix typo WIN32 -> _WIN32
Anthony Liguori
2009-07-27
rename HOST_BSD to CONFIG_BSD
Juan Quintela
2009-07-27
kill drives_table
Gerd Hoffmann
2009-07-27
Add SCM_RIGHTS support to unix socket character devices
Mark McLoughlin
2009-07-27
Make tcp_chr_read() use recvmsg()
Mark McLoughlin
2009-06-16
mux-term: Fix timestamp association
Jan Kiszka
2009-06-16
mux-term: Localize timestamps
Jan Kiszka
2009-06-13
Win32: Don't remove const attribute in type casts.
Stefan Weil
2009-06-13
Fix mingw32 build warnings
Blue Swirl
2009-05-21
Refactor how display drivers are selected
Anthony Liguori
2009-04-13
Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'
blueswir1
2009-03-28
char: Fix closing of various char devices (Jan Kiszka)
aliguori
2009-03-08
Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configure
blueswir1
2009-03-07
Support for DragonFly BSD (Hasso Tepper)
blueswir1
2009-03-05
monitor: Introduce MONITOR_USE_READLINE flag (Jan Kiszka)
aliguori
2009-03-05
monitor: Improve mux'ed console experience (Jan Kiszka)
aliguori
2009-03-05
monitor: Decouple terminals (Jan Kiszka)
aliguori
2009-03-05
monitor: Drop banner hiding (Jan Kiszka)
aliguori
2009-03-05
monitor: Rework API (Jan Kiszka)
aliguori
2009-03-05
char-mux: Use separate input buffers (Jan Kiszka)
aliguori
2009-03-05
char: Fix initial reset (Jan Kiszka)
aliguori
2009-02-09
qemu_chr_open_tcp: allow ipv4 and ipv6 options
aurel32
[next]