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
2015-09-16
qemu-char: Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-11
/
+11
2015-09-11
maint: avoid useless "if (foo) free(foo)" pattern
Daniel P. Berrange
1
-3
/
+1
2015-09-11
maint: remove unused include for dirent.h
Daniel P. Berrange
1
-1
/
+0
2015-07-23
qemu-char: Fix missed data on unix socket
Nils Carlson
1
-8
/
+5
2015-07-23
qemu-char: handle EINTR for TCP character devices
Paolo Bonzini
1
-2
/
+11
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
1
-0
/
+1
2015-04-30
qemu-char: remove unused list node from FDCharDriver
Emilio G. Cota
1
-1
/
+0
2015-02-26
qemu-img: Suppress unhelpful extra errors in convert, amend
Markus Armbruster
1
-2
/
+8
2015-02-26
QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix use
Markus Armbruster
1
-29
/
+29
2015-02-18
qemu-char: Avoid qerror_report_err() outside QMP command handlers
Markus Armbruster
1
-2
/
+1
2015-02-18
error: Use error_report_err() where appropriate
Markus Armbruster
1
-2
/
+1
2015-01-15
Do not hang on full PTY
Don Slutz
1
-0
/
+1
2015-01-09
char: restore stdio echo on resume from suspend.
Gal Hammer
1
-0
/
+15
2014-12-10
Drop superfluous conditionals around qemu_opts_del()
Markus Armbruster
1
-3
/
+1
2014-11-23
qemu-char: fix tcp_get_fds
Michael S. Tsirkin
1
-1
/
+4
2014-11-17
qemu-char: fix MISSING_COMMA
Gonglei
1
-1
/
+1
2014-10-09
qemu-char: Fix reconnect socket error reporting
Corey Minyard
1
-18
/
+34
2014-10-09
qemu-sockets: Add error to non-blocking connect handler
Corey Minyard
1
-2
/
+5
2014-10-04
qemu-char: Print the remote and local addresses for a socket
Corey Minyard
1
-9
/
+18
2014-10-04
qemu-char: Add reconnecting to client sockets
Corey Minyard
1
-5
/
+73
2014-10-04
qemu-char: set socket filename to disconnected when not connected
Corey Minyard
1
-38
/
+72
2014-10-04
qemu-char: Move some items into TCPCharDriver
Corey Minyard
1
-14
/
+51
2014-10-04
qemu-char: Rework qemu_chr_open_socket() for reconnect
Corey Minyard
1
-50
/
+68
2014-10-04
qemu-char: Make the filename size for a chardev a #define
Corey Minyard
1
-7
/
+9
2014-09-20
qemu-char: Permit only a single "stdio" character device
Li Liu
1
-1
/
+9
2014-09-16
qemu-char: Rename register_char_driver_qapi() to register_char_driver()
Peter Maydell
1
-28
/
+26
2014-09-16
qemu-char: Remove register_char_driver() machinery
Peter Maydell
1
-88
/
+38
2014-09-16
qemu-char: Convert udp backend to QAPI
Peter Maydell
1
-15
/
+54
2014-09-16
qemu-char: Convert socket backend to QAPI
Peter Maydell
1
-56
/
+56
2014-09-05
pty: Fix byte loss bug when connecting to pty
Sebastian Tanase
1
-1
/
+3
2014-08-18
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-2
/
+2
2014-08-15
qemu-char: using qemu_set_nonblock() instead of fcntl(O_NONBLOCK)
Gonglei
1
-2
/
+2
2014-08-15
don't use 'Yoda conditions'
Gonglei
1
-1
/
+1
2014-08-06
backends: Introduce chr-testdev
Paolo Bonzini
1
-0
/
+4
2014-07-25
qemu-char: ignore flow control if a PTY's slave is not connected
Paolo Bonzini
1
-0
/
+7
2014-07-14
qemu-char: fix deadlock with "-monitor pty"
Paolo Bonzini
1
-2
/
+21
2014-07-06
qemu-char: add chr_add_watch support in mux chardev
Kirill Batuzov
1
-0
/
+9
2014-07-06
Handle G_IO_HUP in tcp_chr_read for tcp chardev
Kirill Batuzov
1
-21
/
+6
2014-06-27
char: report frontend open/closed state in 'query-chardev'
Laszlo Ersek
1
-0
/
+1
2014-06-26
qemu-char: initialize chr_write_lock
Paolo Bonzini
1
-0
/
+1
2014-06-26
qemu-char: fix warning 'res' may be used uninitialized
Igor Mammedov
1
-1
/
+1
2014-06-24
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
1
-47
/
+87
2014-06-23
qemu-char: make writes thread-safe
Paolo Bonzini
1
-12
/
+46
2014-06-23
qemu-char: move pty_chr_update_read_handler around
Paolo Bonzini
1
-16
/
+16
2014-06-23
qemu-char: do not call chr_write directly
Paolo Bonzini
1
-7
/
+7
2014-06-23
qemu-char: introduce qemu_chr_alloc
Paolo Bonzini
1
-13
/
+19
2014-06-23
qemu-char: avoid leaking unused fds in tcp_get_msgfds()
Stefan Hajnoczi
1
-0
/
+7
2014-06-23
qemu-char: fix qemu_chr_fe_get_msgfd()
Stefan Hajnoczi
1
-1
/
+1
2014-06-23
console: move chardev declarations to sysemu/char.h
Michael S. Tsirkin
1
-1
/
+0
2014-06-19
Add G_IO_HUP handler for socket chardev
Nikolay Nikolaev
1
-0
/
+21
[next]