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
2013-02-11
error: Strip trailing '\n' from error string arguments (again)
Markus Armbruster
1
-4
/
+4
2013-02-06
qemu-char: Support suffixed ringbuf size arguments like "size=64K"
Markus Armbruster
1
-4
/
+3
2013-02-06
qemu-char: Saner naming of memchar stuff & doc fixes
Markus Armbruster
1
-29
/
+36
2013-02-06
qemu-char: General chardev "memory" code cleanup
Markus Armbruster
1
-19
/
+12
2013-02-06
qemu-char: Drop undocumented chardev "memory" compatibility syntax
Markus Armbruster
1
-5
/
+0
2013-02-06
qemu-char: Fix chardev "memory" not to drop IAC characters
Markus Armbruster
1
-5
/
+0
2013-02-06
qmp: Drop wasteful zero-initialization in qmp_memchar_read()
Markus Armbruster
1
-1
/
+2
2013-02-06
qmp: Drop superfluous special case "empty" in qmp_memchar_read()
Markus Armbruster
1
-4
/
+0
2013-02-06
qmp: Plug memory leaks in memchar-write, memchar-read
Markus Armbruster
1
-0
/
+5
2013-02-06
qmp: Clean up type usage in qmp_memchar_write(), qmp_memchar_read()
Markus Armbruster
1
-3
/
+3
2013-02-06
qmp: Use generic errors in memchar-read, memchar-write
Markus Armbruster
1
-2
/
+2
2013-02-06
qmp: Clean up design of memchar-read
Markus Armbruster
1
-12
/
+9
2013-02-06
qmp: Fix design bug and read beyond buffer in memchar-write
Markus Armbruster
1
-5
/
+3
2013-01-28
Merge remote-tracking branch 'luiz/queue/qmp' into staging
Anthony Liguori
1
-0
/
+203
2013-01-26
qemu-char: Avoid unused variable warning in some configs
Peter Maydell
1
-2
/
+6
2013-01-25
QAPI: Introduce memchar-read QMP command
Lei Li
1
-0
/
+47
2013-01-25
QAPI: Introduce memchar-write QMP command
Lei Li
1
-0
/
+42
2013-01-25
qemu-char: Add new char backend CirMemCharDriver
Lei Li
1
-0
/
+114
2013-01-16
chardev: add pty chardev support to chardev-add (qmp)
Gerd Hoffmann
1
-0
/
+13
2013-01-16
chardev: add socket chardev support to chardev-add (qmp)
Gerd Hoffmann
1
-53
/
+113
2013-01-16
chardev: add parallel chardev support to chardev-add (qmp)
Gerd Hoffmann
1
-16
/
+28
2013-01-16
chardev: add serial chardev support to chardev-add (qmp)
Gerd Hoffmann
1
-8
/
+54
2013-01-16
chardev: add file chardev support to chardev-add (qmp)
Gerd Hoffmann
1
-0
/
+61
2013-01-16
chardev: add qmp hotplug commands, with null chardev support
Gerd Hoffmann
1
-0
/
+53
2013-01-16
chardev: reduce chardev ifdef mess a bit
Gerd Hoffmann
1
-11
/
+11
2013-01-16
chardev: fix QemuOpts lifecycle
Gerd Hoffmann
1
-6
/
+14
2013-01-16
chardev: add error reporting for qemu_chr_new_from_opts
Gerd Hoffmann
1
-9
/
+15
2013-01-12
qemu-option: move standard option definitions out of qemu-config.c
Paolo Bonzini
1
-0
/
+72
2013-01-03
pty: unbreak libvirt
Gerd Hoffmann
1
-4
/
+5
2013-01-02
disallow -daemonize usage of stdio (curses display, -nographic, -serial stdio...
Michael Tokarev
1
-0
/
+4
2012-12-23
qemu-char: Inherit ptys and improve output from -serial pty
Lei Li
1
-1
/
+7
2012-12-19
Merge remote-tracking branch 'bonzini/header-dirs' into staging
Anthony Liguori
1
-7
/
+6
2012-12-19
softmmu: move remaining include files to include/ subdirectories
Paolo Bonzini
1
-1
/
+1
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-2
/
+2
2012-12-19
monitor: move include files to include/monitor/
Paolo Bonzini
1
-1
/
+1
2012-12-19
ui: move files to ui/ and include/ui/
Paolo Bonzini
1
-1
/
+1
2012-12-19
net: do not include net.h everywhere
Paolo Bonzini
1
-1
/
+0
2012-12-17
spice-qemu-char: add spiceport chardev
Marc-André Lureau
1
-0
/
+3
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
[next]