index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qemu-char.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-24
chardev: Use real-time clock for open timer
Jan Kiszka
1
-2
/
+2
2012-10-31
chardev: Use timer instead of bottom-half to postpone open event
Jan Kiszka
1
-6
/
+7
2012-10-23
qemu-sockets: add error propagation to inet_dgram_opts
Paolo Bonzini
1
-1
/
+0
2012-10-23
qemu-char: ask and print error information from qemu-sockets
Paolo Bonzini
1
-6
/
+17
2012-10-23
qemu-sockets: add nonblocking connect for Unix sockets
Paolo Bonzini
1
-1
/
+1
2012-10-23
qemu-sockets: add Error ** to all functions
Paolo Bonzini
1
-3
/
+3
2012-09-25
Fix address handling in inet_nonblocking_connect
Orit Wasserman
1
-1
/
+1
2012-09-25
Separate inet_connect into inet_connect (blocking) and inet_nonblocking_connect
Orit Wasserman
1
-1
/
+1
2012-09-17
qemu-char: BUGFIX, don't call FD_ISSET with negative fd
David Gibson
1
-2
/
+4
2012-09-17
Revert 455aa1e08 and c3767ed0eb
Anthony Liguori
1
-6
/
+1
2012-09-10
socket: don't attempt to reconnect a TCP socket in server mode
Anthony Liguori
1
-1
/
+3
2012-08-16
qemu-char: (Re-)connect for tcp_chr_write() unconnected writing
Lei Li
1
-2
/
+5
2012-08-15
qemu-char: Add MSG_CMSG_CLOEXEC flag to recvmsg
Corey Bryant
1
-2
/
+10
2012-08-13
net: inet_connect(), inet_connect_opts(): add in_progress argument
Luiz Capitulino
1
-1
/
+1
2012-06-09
do not include <libutil.h> needlessly or if it doesn't exist
Michael Tokarev
1
-7
/
+7
2012-06-04
qemu-option: qemu_opts_create(): use error_set()
Luiz Capitulino
1
-2
/
+6
2012-05-10
sockets: use error class to pass listen error
Amos Kong
1
-1
/
+1
2012-05-10
sockets: change inet_connect() to support nonblock socket
Amos Kong
1
-1
/
+1
2012-04-24
qemu-char: Fix crash when switching consoles
Stefan Weil
1
-1
/
+3
2012-04-16
Kick io-thread on qemu_chr_accept_input
Jan Kiszka
1
-0
/
+1
2012-02-24
qemu-char: qemu_chr_open_fd() can't fail, don't check
Markus Armbruster
1
-4
/
+0
2012-02-24
qemu-char: Re-apply style fixes from just reverted aad04cd0
Markus Armbruster
1
-7
/
+14
2012-02-24
qemu-char: Use qemu_open() to avoid leaking fds to children
Markus Armbruster
1
-4
/
+4
2012-02-24
Revert "qemu-char: Print strerror message on failure" and deps
Markus Armbruster
1
-101
/
+68
2012-02-03
qdev: nuke qdev_init_chardev()
Anthony Liguori
1
-0
/
+10
2011-11-28
qemu-char: rename qemu_chr_event to qemu_chr_be_event and make it public
Hans de Goede
1
-13
/
+13
2011-11-11
qemu-char: Plug memory leak on qemu_chr_open_pty() error path
Markus Armbruster
1
-9
/
+10
2011-10-23
Add stdio char device on windows
Fabien Chouteau
1
-2
/
+225
2011-10-14
qemu-char: Fix use of free() instead of g_free()
Stefan Weil
1
-4
/
+4
2011-10-04
qapi: Convert query-chardev
Luiz Capitulino
1
-24
/
+11
2011-09-23
qemu-char: use qemu_set_fd_handler/2 consistently
Marcelo Tosatti
1
-7
/
+7
2011-08-22
char: remove qemu_chr_send_event()
Anthony Liguori
1
-6
/
+0
2011-08-22
char: rename qemu_chr_get_msgfd() -> qemu_chr_fe_get_msgfd()
Anthony Liguori
1
-1
/
+1
2011-08-22
char: rename qemu_chr_close() -> qemu_chr_delete()
Anthony Liguori
1
-2
/
+2
2011-08-22
char: qemu_chr_open_opts() -> qemu_chr_new_from_opts()
Anthony Liguori
1
-2
/
+2
2011-08-22
char: rename qemu_chr_open() -> qemu_chr_new()
Anthony Liguori
1
-1
/
+1
2011-08-22
char: rename qemu_chr_set_echo() -> qemu_chr_fe_set_echo()
Anthony Liguori
1
-2
/
+2
2011-08-22
char: qemu_chr_ioctl() -> qemu_chr_fe_ioctl()
Anthony Liguori
1
-1
/
+1
2011-08-22
char: rename qemu_chr_guest_close() -> qemu_chr_fe_close()
Anthony Liguori
1
-1
/
+1
2011-08-22
char: rename qemu_chr_guest_open() -> qemu_chr_fe_open()
Anthony Liguori
1
-1
/
+1
2011-08-22
char: rename qemu_chr_can_read() -> qemu_chr_be_can_read()
Anthony Liguori
1
-10
/
+10
2011-08-22
char: rename qemu_chr_read() -> qemu_chr_be_write()
Anthony Liguori
1
-9
/
+9
2011-08-22
char: rename qemu_chr_printf() -> qemu_chr_fe_printf()
Anthony Liguori
1
-1
/
+1
2011-08-22
char: rename qemu_chr_write() -> qemu_chr_fe_write()
Anthony Liguori
1
-2
/
+2
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-42
/
+42
2011-07-25
Wrap recv to avoid warnings
Blue Swirl
1
-2
/
+2
2011-07-24
Fix chrdev return value conversion
Blue Swirl
1
-3
/
+4
2011-07-23
Introduce a 'client_add' monitor command accepting an open FD
Daniel P. Berrange
1
-6
/
+24
2011-07-23
qemu-char: Print strerror message on failure
Kevin Wolf
1
-68
/
+97
2011-06-08
Fix compilation warning due to missing header for sigaction (followup)
Alexandre Raymond
1
-1
/
+0
[next]