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
2016-06-06
char: get rid of qemu_char_get_next_serial
xiaoqiang zhao
1
-16
/
+0
2016-04-05
char: ensure all clients are in non-blocking mode
Daniel P. Berrange
1
-1
/
+2
2016-04-05
char: fix broken EAGAIN retry on OS-X due to errno clobbering
Daniel P. Berrange
1
-18
/
+18
2016-03-22
char: translate from QIOChannel error to errno
Marc-André Lureau
1
-0
/
+7
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-0
/
+1
2016-03-18
qapi: Don't special-case simple union wrappers
Eric Blake
1
-40
/
+42
2016-03-17
block: Use blk_{commit,flush}_all() consistently
Max Reitz
1
-1
/
+2
2016-03-15
replay: character devices
Pavel Dovgalyuk
1
-25
/
+113
2016-03-15
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-0
/
+6
2016-03-11
qemu-char: make tcp_chr_disconnect() reentrant-safe
Marc-André Lureau
1
-0
/
+4
2016-03-11
qemu-char: remove all msgfds on disconnect
Marc-André Lureau
1
-0
/
+1
2016-03-11
qemu-char: avoid potential double-free
Marc-André Lureau
1
-0
/
+1
2016-03-10
char: remove qemu_chr_open_socket_fd method
Daniel P. Berrange
1
-35
/
+24
2016-03-10
char: remove socket_try_connect method
Daniel P. Berrange
1
-15
/
+10
2016-03-10
char: remove qemu_chr_finish_socket_connection method
Daniel P. Berrange
1
-17
/
+7
2016-03-05
chardev: Drop useless ChardevDummy type
Eric Blake
1
-4
/
+4
2016-03-05
util: Shorten references into SocketAddress
Eric Blake
1
-21
/
+28
2016-03-05
chardev: Shorten references into ChardevBackend
Eric Blake
1
-56
/
+66
2016-02-25
chardev: Properly initialize ChardevCommon components
Eric Blake
1
-1
/
+1
2016-02-16
char: fix handling of QIO_CHANNEL_ERR_BLOCK
Daniel P. Berrange
1
-3
/
+3
2016-02-16
Revert "qemu-char: Keep pty slave file descriptor open until the master is cl...
Paolo Bonzini
1
-3
/
+1
2016-02-11
char: fix parameter name / type in BSD codepath
Daniel P. Berrange
1
-2
/
+2
2016-02-09
qemu-char, io: fix ordering of arguments for UDP socket creation
Paolo Bonzini
1
-1
/
+1
2016-02-09
char: fix repeated registration of tcp chardev I/O handlers
Daniel P. Berrange
1
-0
/
+4
2016-02-09
qemu-char: Keep pty slave file descriptor open until the master is closed
Paolo Bonzini
1
-1
/
+3
2016-02-04
all: Clean up includes
Peter Maydell
1
-7
/
+1
2016-02-02
char: remove qemu_chr_open_eventfd
Marc-André Lureau
1
-13
/
+0
2016-01-26
qemu-char: avoid leak in qemu_chr_open_pp_fd
Paolo Bonzini
1
-5
/
+6
2016-01-26
char: introduce support for TLS encrypted TCP chardev backend
Daniel P. Berrange
1
-11
/
+125
2016-01-26
char: don't assume telnet initialization will not block
Daniel P. Berrange
1
-18
/
+69
2016-01-26
char: convert from GIOChannel to QIOChannel
Daniel P. Berrange
1
-395
/
+253
2016-01-26
char: remove fixed length filename allocation
Daniel P. Berrange
1
-43
/
+45
2016-01-15
qemu-char: do not leak QemuMutex when freeing a character device
Paolo Bonzini
1
-0
/
+1
2016-01-15
qemu-char: add logfile facility to all chardev backends
Daniel P. Berrange
1
-40
/
+208
2016-01-15
qemu-char: delete send_all/recv_all helper methods
Daniel P. Berrange
1
-71
/
+0
2015-12-18
qemu-char: convert to use error checked base64 decode
Daniel P. Berrange
1
-1
/
+7
2015-12-17
qemu-char: append opt to stop truncation of serial file
Olga Krishtal
1
-1
/
+13
2015-12-02
qemu-char: retry g_poll on EINTR
Paolo Bonzini
1
-1
/
+6
2015-11-02
char: Convert to new qapi union layout
Eric Blake
1
-82
/
+82
2015-10-24
char: add qemu_chr_free()
Marc-André Lureau
1
-2
/
+7
2015-10-20
sockets: move qapi_copy_SocketAddress into qemu-sockets.c
Daniel P. Berrange
1
-25
/
+0
2015-10-19
qemu-char: cleanup after completed conversion to cd->create
Paolo Bonzini
1
-76
/
+4
2015-10-19
qemu-char: convert ringbuf backend to data-driven creation
Paolo Bonzini
1
-4
/
+7
2015-10-19
qemu-char: convert vc backend to data-driven creation
Paolo Bonzini
1
-1
/
+1
2015-10-19
qemu-char: convert spice backend to data-driven creation
Paolo Bonzini
1
-4
/
+2
2015-10-19
qemu-char: convert console backend to data-driven creation
Paolo Bonzini
1
-5
/
+8
2015-10-19
qemu-char: convert stdio backend to data-driven creation
Paolo Bonzini
1
-18
/
+39
2015-10-19
qemu-char: convert testdev backend to data-driven creation
Paolo Bonzini
1
-1
/
+1
2015-10-19
qemu-char: convert braille backend to data-driven creation
Paolo Bonzini
1
-3
/
+1
2015-10-19
qemu-char: convert msmouse backend to data-driven creation
Paolo Bonzini
1
-1
/
+1
[next]