Sign in
qemu
/
qemu
/
fc0ced2fbd8d40672fcdd2f655bbdcd3e278f3ab
/
qemu-char.h
0beb494
qdev: nuke qdev_init_chardev()
by Anthony Liguori
· 13 years ago
a425d23
qemu-char: rename qemu_chr_event to qemu_chr_be_event and make it public
by Hans de Goede
· 13 years ago
44a9b35
main-loop: create main-loop.h
by Paolo Bonzini
· 13 years ago
2011fe5
char: document the functions that will be the public interface
by Anthony Liguori
· 13 years ago
903396a
char: remove qemu_chr_send_event()
by Anthony Liguori
· 13 years ago
74c0d6f
char: rename qemu_chr_get_msgfd() -> qemu_chr_fe_get_msgfd()
by Anthony Liguori
· 13 years ago
70f24fb
char: rename qemu_chr_close() -> qemu_chr_delete()
by Anthony Liguori
· 13 years ago
f69554b
char: qemu_chr_open_opts() -> qemu_chr_new_from_opts()
by Anthony Liguori
· 13 years ago
27143a4
char: rename qemu_chr_open() -> qemu_chr_new()
by Anthony Liguori
· 13 years ago
15f3151
char: rename qemu_chr_set_echo() -> qemu_chr_fe_set_echo()
by Anthony Liguori
· 13 years ago
41084f1
char: qemu_chr_ioctl() -> qemu_chr_fe_ioctl()
by Anthony Liguori
· 13 years ago
2817822
char: rename qemu_chr_guest_close() -> qemu_chr_fe_close()
by Anthony Liguori
· 13 years ago
c9d830e
char: rename qemu_chr_guest_open() -> qemu_chr_fe_open()
by Anthony Liguori
· 13 years ago
909cda1
char: rename qemu_chr_can_read() -> qemu_chr_be_can_read()
by Anthony Liguori
· 13 years ago
fa5efcc
char: rename qemu_chr_read() -> qemu_chr_be_write()
by Anthony Liguori
· 13 years ago
e7e71b0
char: rename qemu_chr_printf() -> qemu_chr_fe_printf()
by Anthony Liguori
· 13 years ago
2cc6e0a
char: rename qemu_chr_write() -> qemu_chr_fe_write()
by Anthony Liguori
· 13 years ago
1366108
Introduce a 'client_add' monitor command accepting an open FD
by Daniel P. Berrange
· 13 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
2d6c1ef
char: Prevent multiple devices opening same chardev
by Amit Shah
· 14 years ago
c48855e
add qemu_chr_set_echo
by Paolo Bonzini
· 14 years ago
999bd67
qemu-char: Introduce Memory driver
by Luiz Capitulino
· 14 years ago
8b7968f
Use GCC_FMT_ATTR (format checking)
by Stefan Weil
· 14 years ago
6cbf4c8
RESEND: Inter-VM shared memory PCI device
by Cam Macdonell
· 14 years ago
73cdf3f
Always notify consumers of char devices if they're open
by Alexander Graf
· 15 years ago
7b27a76
rename IOCanRWHandler to IOCanReadHandler
by Juan Quintela
· 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
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
f7cbc08
Revert "char: emit the OPENED event only when a new char connection is opened"
by Anthony Liguori
· 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
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
c845f40
Allow -serial chardev:<name>
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
7d17405
Add SCM_RIGHTS support to unix socket character devices
by Mark McLoughlin
· 15 years ago
2724b18
monitor: Improve mux'ed console experience (Jan Kiszka)
by aliguori
· 16 years ago
376253e
monitor: Rework API (Jan Kiszka)
by aliguori
· 16 years ago
2970a6c
char: Fix initial reset (Jan Kiszka)
by aliguori
· 16 years ago
ceecf1d
add an init function parameter to qemu_chr_open()
by aurel32
· 16 years ago
0e82f34
Move some declarations around in the QEMU CharDriver code
by aliguori
· 16 years ago
5ccfae1
Implement "info chardev" command. (Gerd Hoffmann)
by aliguori
· 16 years ago
f066404
qemu-char.h: Fix IOCTL values
by aurel32
· 16 years ago
563e3c6
Parallel Port Direction Fix
by aurel32
· 16 years ago
81174da
Upgrade emulated UART to 16550A (Stefano Stabellini)
by aliguori
· 16 years ago
bd9bdce
Add input buffer to mux chr (patch by Tristan Gingold).
by balrog
· 17 years ago
9596ebb
Add statics and missing #includes for prototypes.
by pbrook
· 17 years ago
87ecb68
Break up vl.h.
by pbrook
· 17 years ago