index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qemu-char.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
do not include <libutil.h> needlessly or if it doesn't exist
Michael Tokarev
2012-06-09
1
-7
/
+7
*
qemu-option: qemu_opts_create(): use error_set()
Luiz Capitulino
2012-06-04
1
-2
/
+6
*
sockets: use error class to pass listen error
Amos Kong
2012-05-10
1
-1
/
+1
*
sockets: change inet_connect() to support nonblock socket
Amos Kong
2012-05-10
1
-1
/
+1
*
qemu-char: Fix crash when switching consoles
Stefan Weil
2012-04-24
1
-1
/
+3
*
Kick io-thread on qemu_chr_accept_input
Jan Kiszka
2012-04-16
1
-0
/
+1
*
qemu-char: qemu_chr_open_fd() can't fail, don't check
Markus Armbruster
2012-02-24
1
-4
/
+0
*
qemu-char: Re-apply style fixes from just reverted aad04cd0
Markus Armbruster
2012-02-24
1
-7
/
+14
*
qemu-char: Use qemu_open() to avoid leaking fds to children
Markus Armbruster
2012-02-24
1
-4
/
+4
*
Revert "qemu-char: Print strerror message on failure" and deps
Markus Armbruster
2012-02-24
1
-101
/
+68
*
qdev: nuke qdev_init_chardev()
Anthony Liguori
2012-02-03
1
-0
/
+10
*
qemu-char: rename qemu_chr_event to qemu_chr_be_event and make it public
Hans de Goede
2011-11-28
1
-13
/
+13
*
qemu-char: Plug memory leak on qemu_chr_open_pty() error path
Markus Armbruster
2011-11-11
1
-9
/
+10
*
Add stdio char device on windows
Fabien Chouteau
2011-10-23
1
-2
/
+225
*
qemu-char: Fix use of free() instead of g_free()
Stefan Weil
2011-10-14
1
-4
/
+4
*
qapi: Convert query-chardev
Luiz Capitulino
2011-10-04
1
-24
/
+11
*
qemu-char: use qemu_set_fd_handler/2 consistently
Marcelo Tosatti
2011-09-23
1
-7
/
+7
*
char: remove qemu_chr_send_event()
Anthony Liguori
2011-08-22
1
-6
/
+0
*
char: rename qemu_chr_get_msgfd() -> qemu_chr_fe_get_msgfd()
Anthony Liguori
2011-08-22
1
-1
/
+1
*
char: rename qemu_chr_close() -> qemu_chr_delete()
Anthony Liguori
2011-08-22
1
-2
/
+2
*
char: qemu_chr_open_opts() -> qemu_chr_new_from_opts()
Anthony Liguori
2011-08-22
1
-2
/
+2
*
char: rename qemu_chr_open() -> qemu_chr_new()
Anthony Liguori
2011-08-22
1
-1
/
+1
*
char: rename qemu_chr_set_echo() -> qemu_chr_fe_set_echo()
Anthony Liguori
2011-08-22
1
-2
/
+2
*
char: qemu_chr_ioctl() -> qemu_chr_fe_ioctl()
Anthony Liguori
2011-08-22
1
-1
/
+1
*
char: rename qemu_chr_guest_close() -> qemu_chr_fe_close()
Anthony Liguori
2011-08-22
1
-1
/
+1
*
char: rename qemu_chr_guest_open() -> qemu_chr_fe_open()
Anthony Liguori
2011-08-22
1
-1
/
+1
*
char: rename qemu_chr_can_read() -> qemu_chr_be_can_read()
Anthony Liguori
2011-08-22
1
-10
/
+10
*
char: rename qemu_chr_read() -> qemu_chr_be_write()
Anthony Liguori
2011-08-22
1
-9
/
+9
*
char: rename qemu_chr_printf() -> qemu_chr_fe_printf()
Anthony Liguori
2011-08-22
1
-1
/
+1
*
char: rename qemu_chr_write() -> qemu_chr_fe_write()
Anthony Liguori
2011-08-22
1
-2
/
+2
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-42
/
+42
*
Wrap recv to avoid warnings
Blue Swirl
2011-07-25
1
-2
/
+2
*
Fix chrdev return value conversion
Blue Swirl
2011-07-24
1
-3
/
+4
*
Introduce a 'client_add' monitor command accepting an open FD
Daniel P. Berrange
2011-07-23
1
-6
/
+24
*
qemu-char: Print strerror message on failure
Kevin Wolf
2011-07-23
1
-68
/
+97
*
Fix compilation warning due to missing header for sigaction (followup)
Alexandre Raymond
2011-06-08
1
-1
/
+0
*
char: Detect chardev release by NULL handlers as well as NULL opaque
Amit Shah
2011-04-28
1
-1
/
+1
*
char: Allow devices to use a single multiplexed chardev.
Kusanagi Kouichi
2011-04-28
1
-1
/
+4
*
chardev: Allow frontends to notify backends of guest open / close
Hans de Goede
2011-04-28
1
-0
/
+17
*
Merge remote branch 'amit/for-anthony' into staging
Anthony Liguori
2011-03-24
1
-0
/
+4
|
\
|
*
char: Prevent multiple devices opening same chardev
Amit Shah
2011-03-21
1
-0
/
+4
*
|
change all rt_clock references to use millisecond resolution accessors
Paolo Bonzini
2011-03-21
1
-4
/
+4
|
/
*
Fix conversions from pointer to int and vice versa
Stefan Weil
2011-03-20
1
-2
/
+2
*
qemu-char: Check for missing backend name
Stefan Hajnoczi
2011-02-20
1
-0
/
+5
*
fix QemuOpts leak
Paolo Bonzini
2011-02-01
1
-0
/
+1
*
add set_echo implementation for qemu_chr_stdio
Paolo Bonzini
2011-02-01
1
-10
/
+16
*
move atexit(term_exit) and O_NONBLOCK to qemu_chr_open_stdio
Paolo Bonzini
2011-02-01
1
-10
/
+8
*
add qemu_chr_set_echo
Paolo Bonzini
2011-02-01
1
-0
/
+7
*
remove broken code for tty
Paolo Bonzini
2011-02-01
1
-10
/
+0
*
spice: add chardev (v5)
Alon Levy
2011-01-24
1
-0
/
+4
[next]