Sign in
qemu
/
qemu
/
3b2e3dc939f289323a3f83b1ad64faa0865bf42b
/
qemu-char.c
3329f07
QemuOpts: make most qemu_*_opts static
by Gerd Hoffmann
· 14 years ago
68c18d1
Fix mingw32 build
by Blue Swirl
· 14 years ago
6cbf4c8
RESEND: Inter-VM shared memory PCI device
by Cam Macdonell
· 14 years ago
6ab4b5a
block: Decouple block device "commit all" from DriveInfo
by Markus Armbruster
· 15 years ago
666daa6
blockdev: Collect block device code in new blockdev.c
by Markus Armbruster
· 15 years ago
637503d
Monitor: Drop QMP documentation from code
by Luiz Capitulino
· 15 years ago
e53f27b
stash away SCM_RIGHTS fd until a getfd command arrives
by Paolo Bonzini
· 15 years ago
73cdf3f
Always notify consumers of char devices if they're open
by Alexander Graf
· 15 years ago
cb301ef
fix function signature of qemu_chr_open_pty on !linux
by Riku Voipio
· 15 years ago
d3f822d
Restore terminal monitor attributes - addition
by Shahar Havivi
· 15 years ago
d1839d7
Fix some compilation warnings on FreeBSD hosts
by Juergen Lock
· 15 years ago
2869548
Revert "Convert atexit users to exit_notifier"
by Anthony Liguori
· 15 years ago
d7234f4
Convert atexit users to exit_notifier
by Anthony Liguori
· 15 years ago
7b27a76
rename IOCanRWHandler to IOCanReadHandler
by Juan Quintela
· 15 years ago
39324ca
Fix corner case in chardev udp: parameter
by Jan Kiszka
· 15 years ago
2d75389
Restore terminal attributes for tty based monitor
by Shahar Havivi
· 15 years ago
5bb5990
qemu-char.c: drop debug printfs from qemu_chr_parse_compat
by Jan Kiszka
· 15 years ago
4266a13
add close callback for tty-based char device
by David Ahern
· 15 years ago
afc535a
Do not ignore error, if open file failed (-serial /dev/tty)
by Evgeniy Dushistov
· 15 years ago
3b9d7e6
char: Remove redundant qemu_chr_generic_open() call.
by Kusanagi Kouichi
· 15 years ago
588b383
char: Convert qemu_chr_info() to QObject
by Luiz Capitulino
· 15 years ago
3352163
un-static qemu_chr_parse_compat()
by Gerd Hoffmann
· 15 years ago
40ff6d7
Don't leak file descriptors
by Kevin Wolf
· 15 years ago
bbe813a
Fix commit a167ba50851cdac2fa36633587e98c5956cd6b18
by Aurelien Jarno
· 15 years ago
a167ba5
Add support for GNU/kFreeBSD
by Aurelien Jarno
· 15 years ago
127338e
char: rename qemu_chr_reset to qemu_chr_generic_open
by Amit Shah
· 15 years ago
57e073a
char: Remove special init_reset handling
by Amit Shah
· 15 years ago
9bd7854
char: don't limit data sent to backends to 1k per buffer
by Amit Shah
· 15 years ago
45eea13
serial: Support additional serial speed values
by Stefan Weil
· 15 years ago
f7cbc08
Revert "char: emit the OPENED event only when a new char connection is opened"
by Anthony Liguori
· 15 years ago
1abb817
net: remove unused includes of if_tun.h and if_tap.h
by Mark McLoughlin
· 15 years ago
5989020
Add chardev option to disable signal.
by Kusanagi Kouichi
· 15 years ago
6cfa64d
char: emit the OPENED event only when a new char connection is opened
by Amit Shah
· 15 years ago
b6b8df5
char: rename CHR_EVENT_RESET to CHR_EVENT_OPENED
by Amit Shah
· 15 years ago
69795d6
char: check for initial_reset_issued unnecessary
by Amit Shah
· 15 years ago
72cf2d4
Fix sys-queue.h conflict for good
by Blue Swirl
· 15 years ago
799f1f2
move mux focus field from CharDriverState to MuxDriver
by Gerd Hoffmann
· 15 years ago
a7aec5d
monitor: fix muxing
by Gerd Hoffmann
· 15 years ago
c845f40
Allow -serial chardev:<name>
by Gerd Hoffmann
· 15 years ago
7e1b35b
convert udp chardev to QemuOpts.
by Gerd Hoffmann
· 15 years ago
7591c5c
convert mux chardev to QemuOpts.
by Gerd Hoffmann
· 15 years ago
6ea314d
convert vc chardev to QemuOpts.
by Gerd Hoffmann
· 15 years ago
48b7649
convert tty + parport chardevs to QemuOpts.
by Gerd Hoffmann
· 15 years ago
d6c983c
convert windows console chardev to QemuOpts.
by Gerd Hoffmann
· 15 years ago
dc1c21e
convert braille chardev to QemuOpts.
by Gerd Hoffmann
· 15 years ago
f0457e8
convert msmouse chardev to QemuOpts.
by Gerd Hoffmann
· 15 years ago
3c17aff
convert stdio chardev to QemuOpts.
by Gerd Hoffmann
· 15 years ago
4490dad
convert pty chardev to QemuOpts.
by Gerd Hoffmann
· 15 years ago
aeb2c47
convert unix+tcp chardevs to QemuOpts.
by Gerd Hoffmann
· 15 years ago
7d31544
convert file+pipe chardevs to QemuOpts.
by Gerd Hoffmann
· 15 years ago
191bc01
switch chardev to QemuOpts: infrastructure, null device
by Gerd Hoffmann
· 15 years ago
793cbfb
char: Emit 'CLOSED' events on char device close
by Amit Shah
· 15 years ago
7cba04f
More NULL pointer fixes
by Blue Swirl
· 15 years ago
73bcc2a
Fix typo WIN32 -> _WIN32
by Anthony Liguori
· 15 years ago
71e72a1
rename HOST_BSD to CONFIG_BSD
by Juan Quintela
· 15 years ago
751c6a1
kill drives_table
by Gerd Hoffmann
· 15 years ago
7d17405
Add SCM_RIGHTS support to unix socket character devices
by Mark McLoughlin
· 15 years ago
9977c89
Make tcp_chr_read() use recvmsg()
by Mark McLoughlin
· 15 years ago
4ab312f
mux-term: Fix timestamp association
by Jan Kiszka
· 16 years ago
2d22959
mux-term: Localize timestamps
by Jan Kiszka
· 16 years ago
7050326
Win32: Don't remove const attribute in type casts.
by Stefan Weil
· 16 years ago
c5b76b3
Fix mingw32 build warnings
by Blue Swirl
· 16 years ago
993fbfd
Refactor how display drivers are selected
by Anthony Liguori
· 16 years ago
3f4cb3d
Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'
by blueswir1
· 16 years ago
819f56b
char: Fix closing of various char devices (Jan Kiszka)
by aliguori
· 16 years ago
179a2c1
Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configure
by blueswir1
· 16 years ago
c5e9723
Support for DragonFly BSD (Hasso Tepper)
by blueswir1
· 16 years ago
cde76ee
monitor: Introduce MONITOR_USE_READLINE flag (Jan Kiszka)
by aliguori
· 16 years ago
2724b18
monitor: Improve mux'ed console experience (Jan Kiszka)
by aliguori
· 16 years ago
731b036
monitor: Decouple terminals (Jan Kiszka)
by aliguori
· 16 years ago
bb80604
monitor: Drop banner hiding (Jan Kiszka)
by aliguori
· 16 years ago
376253e
monitor: Rework API (Jan Kiszka)
by aliguori
· 16 years ago
a80bf99
char-mux: Use separate input buffers (Jan Kiszka)
by aliguori
· 16 years ago
2970a6c
char: Fix initial reset (Jan Kiszka)
by aliguori
· 16 years ago
84694dd
qemu_chr_open_tcp: allow ipv4 and ipv6 options
by aurel32
· 16 years ago
aa71cf8
QEMU Microsoft serial mouse emulation
by aurel32
· 16 years ago
b4abdfa
fix use of host serial port
by aurel32
· 16 years ago
1eec614
toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)
by aliguori
· 16 years ago
a4bb1db
monitor-mux: fix timestamp prefixes (Jan Kiszka)
by aliguori
· 16 years ago
ceecf1d
add an init function parameter to qemu_chr_open()
by aurel32
· 16 years ago
2796dae
Fix character devices after DisplayState refactoring
by aliguori
· 16 years ago
3023f33
graphical_console_init change (Stefano Stabellini)
by aliguori
· 16 years ago
00766a4
Make OpenBSD sparc-softmmu compile warning free
by blueswir1
· 16 years ago
f9487cb
Fix warning from sparse
by aurel32
· 16 years ago
6972f93
Native FreeBSD parallel port (Juergen Lock)
by blueswir1
· 16 years ago
c3b972c
fix some variable initizalization issues (Stefano Stabellini)
by aliguori
· 16 years ago
f07b600
sockets: switch over tcp/telnet/unix serial line to new helper functions (Gerd Hoffman)
by aliguori
· 16 years ago
d247d25
sockets: helper functions for qemu (Gerd Hoffman)
by aliguori
· 16 years ago
24646c7
Fix some build issues for BSD.
by blueswir1
· 16 years ago
cf3ebac
qemu-char: include hw/baum.h
by aurel32
· 16 years ago
b643146
Remove extraneous inline keyword.
by aliguori
· 16 years ago
6f97dba
Move CharDriverState code out of vl.c
by aliguori
· 16 years ago