Sign in
qemu
/
qemu
/
cffc581873fdb482644acfc4f61d294ad4e81cf0
/
qemu-char.c
2e02e18
qemu-char: Fix use of free() instead of g_free()
by Stefan Weil
· 13 years ago
c5a415a
qapi: Convert query-chardev
by Luiz Capitulino
· 13 years ago
069c159
qemu-char: use qemu_set_fd_handler/2 consistently
by Marcelo Tosatti
· 13 years ago
903396a
char: remove qemu_chr_send_event()
by Anthony Liguori
· 14 years ago
74c0d6f
char: rename qemu_chr_get_msgfd() -> qemu_chr_fe_get_msgfd()
by Anthony Liguori
· 14 years ago
70f24fb
char: rename qemu_chr_close() -> qemu_chr_delete()
by Anthony Liguori
· 14 years ago
f69554b
char: qemu_chr_open_opts() -> qemu_chr_new_from_opts()
by Anthony Liguori
· 14 years ago
27143a4
char: rename qemu_chr_open() -> qemu_chr_new()
by Anthony Liguori
· 14 years ago
15f3151
char: rename qemu_chr_set_echo() -> qemu_chr_fe_set_echo()
by Anthony Liguori
· 14 years ago
41084f1
char: qemu_chr_ioctl() -> qemu_chr_fe_ioctl()
by Anthony Liguori
· 14 years ago
2817822
char: rename qemu_chr_guest_close() -> qemu_chr_fe_close()
by Anthony Liguori
· 14 years ago
c9d830e
char: rename qemu_chr_guest_open() -> qemu_chr_fe_open()
by Anthony Liguori
· 14 years ago
909cda1
char: rename qemu_chr_can_read() -> qemu_chr_be_can_read()
by Anthony Liguori
· 14 years ago
fa5efcc
char: rename qemu_chr_read() -> qemu_chr_be_write()
by Anthony Liguori
· 14 years ago
e7e71b0
char: rename qemu_chr_printf() -> qemu_chr_fe_printf()
by Anthony Liguori
· 14 years ago
2cc6e0a
char: rename qemu_chr_write() -> qemu_chr_fe_write()
by Anthony Liguori
· 14 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
00aa004
Wrap recv to avoid warnings
by Blue Swirl
· 14 years ago
aad04cd
Fix chrdev return value conversion
by Blue Swirl
· 14 years ago
1366108
Introduce a 'client_add' monitor command accepting an open FD
by Daniel P. Berrange
· 14 years ago
6e1db57
qemu-char: Print strerror message on failure
by Kevin Wolf
· 14 years ago
9bf0960
Fix compilation warning due to missing header for sigaction (followup)
by Alexandre Raymond
· 14 years ago
da7d998
char: Detect chardev release by NULL handlers as well as NULL opaque
by Amit Shah
· 14 years ago
d5b2716
char: Allow devices to use a single multiplexed chardev.
by Kusanagi Kouichi
· 14 years ago
7c32c4f
chardev: Allow frontends to notify backends of guest open / close
by Hans de Goede
· 14 years ago
56d7a96
Merge remote branch 'amit/for-anthony' into staging
by Anthony Liguori
· 14 years ago
2d6c1ef
char: Prevent multiple devices opening same chardev
by Amit Shah
· 14 years ago
7bd427d
change all rt_clock references to use millisecond resolution accessors
by Paolo Bonzini
· 14 years ago
e0efb99
Fix conversions from pointer to int and vice versa
by Stefan Weil
· 14 years ago
1bbd185
qemu-char: Check for missing backend name
by Stefan Hajnoczi
· 14 years ago
363f8cb
fix QemuOpts leak
by Paolo Bonzini
· 14 years ago
bb00251
add set_echo implementation for qemu_chr_stdio
by Paolo Bonzini
· 14 years ago
0369364
move atexit(term_exit) and O_NONBLOCK to qemu_chr_open_stdio
by Paolo Bonzini
· 14 years ago
c48855e
add qemu_chr_set_echo
by Paolo Bonzini
· 14 years ago
d55dbc3
remove broken code for tty
by Paolo Bonzini
· 14 years ago
cbcc633
spice: add chardev (v5)
by Alon Levy
· 14 years ago
999bd67
qemu-char: Introduce Memory driver
by Luiz Capitulino
· 14 years ago
5fc9cfe
Fold send_all() wrapper unix_write() into one function
by Jes Sorensen
· 14 years ago
3329f07
QemuOpts: make most qemu_*_opts static
by Gerd Hoffmann
· 15 years ago
68c18d1
Fix mingw32 build
by Blue Swirl
· 15 years ago
6cbf4c8
RESEND: Inter-VM shared memory PCI device
by Cam Macdonell
· 15 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
· 16 years ago
7cba04f
More NULL pointer fixes
by Blue Swirl
· 16 years ago
73bcc2a
Fix typo WIN32 -> _WIN32
by Anthony Liguori
· 16 years ago
71e72a1
rename HOST_BSD to CONFIG_BSD
by Juan Quintela
· 16 years ago
751c6a1
kill drives_table
by Gerd Hoffmann
· 16 years ago
7d17405
Add SCM_RIGHTS support to unix socket character devices
by Mark McLoughlin
· 16 years ago
9977c89
Make tcp_chr_read() use recvmsg()
by Mark McLoughlin
· 16 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
Next »