index
:
spice/qemu
chardev-flowcontrol
kvm
master
patchrom
pulse
qemu-kvm-0.14.0-spice
qxl
rebase/spice-next
spice-patches
spice.v32.kvm
spice.v32.kvm.ccid.v23
spice.v50
stable-0.14
usb-patches
usb_ccid.v7
usb_ccid.v7.wip
usbredir
Qemu (mirrored from https://gitlab.freedesktop.org/spice/qemu)
root
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-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
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
[next]