index
:
~jwrdegoede/qemu
chardev-flowcontrol
master
qemu-1.0-usbredir
qemu-1.3-usbredir-wip
qemu-kvm-0.15.0-usbredir
qemu-kvm-1.0-usbredir
qemu-kvm-1.0.1-usbredir
qemu-kvm-1.1-usbredir
qemu-kvm-1.1-usbredir-live
qemu-kvm-1.2-f18
qemu-kvm-1.2-usbredir
qemu-kvm-1.2-usbredir-wip
spice-patches
stable-1.5
usb-borken
usb-for-gerd
usb-next
usb-patches
usb-wip
usbredir
Hans' usb redirection qemu repo
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qemu-char.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-13
qemu-char.c: fix waiting for telnet connection message
Igor Mitsyanko
1
-1
/
+1
2013-03-13
chardev: add udp support to qapi
Gerd Hoffmann
1
-18
/
+26
2013-03-13
chardev: add memory (ringbuf) support to qapi
Gerd Hoffmann
1
-7
/
+23
2013-03-13
chardev: add vc support to qapi
Gerd Hoffmann
1
-0
/
+3
2013-03-13
chardev: add spice support to qapi
Gerd Hoffmann
1
-0
/
+8
2013-03-13
chardev: add pipe support to qapi
Gerd Hoffmann
1
-9
/
+22
2013-03-13
chardev: add console support to qapi
Gerd Hoffmann
1
-2
/
+7
2013-03-13
chardev: switch pty init to qapi
Gerd Hoffmann
1
-25
/
+10
2013-03-13
chardev: switch parallel init to qapi
Gerd Hoffmann
1
-20
/
+17
2013-03-13
chardev: switch serial/tty init to qapi
Gerd Hoffmann
1
-20
/
+17
2013-03-13
chardev: add stdio support to qapi
Gerd Hoffmann
1
-6
/
+20
2013-03-13
chardev: switch file init to qapi
Gerd Hoffmann
1
-28
/
+15
2013-03-13
chardev: add braille support to qapi
Gerd Hoffmann
1
-0
/
+5
2013-03-13
chardev: add msmouse support to qapi
Gerd Hoffmann
1
-0
/
+3
2013-03-13
chardev: switch null init to qapi
Gerd Hoffmann
1
-3
/
+3
2013-03-13
chardev: add mux chardev support to qapi
Gerd Hoffmann
1
-3
/
+32
2013-03-13
chardev: add support for qapi-based chardev initialization
Gerd Hoffmann
1
-0
/
+43
2013-03-12
Add a TPM Passthrough backend driver implementation
Stefan Berger
1
-0
/
+24
2013-03-10
qemu-char: fix win32 build
Blue Swirl
1
-2
/
+4
2013-03-08
qemu-char: move text console init to console.c
Anthony Liguori
1
-1
/
+0
2013-03-08
qemu-char: move msmouse registeration to msmouse.c
Anthony Liguori
1
-2
/
+1
2013-03-08
qemu-char: move baum registration to baum.c
Anthony Liguori
1
-4
/
+0
2013-03-08
qemu-char: move spice registration to spice-qemu-char.c
Anthony Liguori
1
-6
/
+0
2013-03-08
qemu-char: make char drivers dynamically registerable
Anthony Liguori
1
-44
/
+66
2013-03-08
qemu-char: remove use of QEMUTimer in favor of glib idle function
Anthony Liguori
1
-7
/
+5
2013-03-08
qemu-char: use a glib timeout instead of qemu-timer
Anthony Liguori
1
-23
/
+45
2013-03-08
char: add gio watch fn for tcp backends
Amit Shah
1
-0
/
+7
2013-03-08
qemu-char: add pty watch
Anthony Liguori
1
-0
/
+7
2013-03-08
qemu-char: add watch support
Anthony Liguori
1
-1
/
+31
2013-03-08
qemu-char: tcp: make use GIOChannel
Anthony Liguori
1
-18
/
+42
2013-03-08
qemu-char: convert UDP to GIOChannel
Anthony Liguori
1
-11
/
+57
2013-03-08
qemu-char: convert pty to GIOChannel
Anthony Liguori
1
-17
/
+27
2013-03-08
qemu-char: convert fd_chr to use a GIOChannel
Anthony Liguori
1
-41
/
+62
2013-03-08
char: add IOWatchPoll support
Anthony Liguori
1
-0
/
+140
2013-03-08
qemu-char: remove dead/confusing logic with nb_stdio_clients
Anthony Liguori
1
-106
/
+30
2013-03-04
move socket_set_nodelay to osdep.c
MORITA Kazutaka
1
-6
/
+0
2013-02-21
console: allow VCs to be overridden by UI
Anthony Liguori
1
-1
/
+1
2013-02-13
qapi: Flatten away ChardevPort
Markus Armbruster
1
-35
/
+41
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
[next]