392 Commits (e9cf2fe07ff70e939f80c624b44c10a4442eef0b)

Author SHA1 Message Date
Gerd Hoffmann 3ecc059dcd chardev: add udp support to qapi 14 years ago
Gerd Hoffmann 1da48c658a chardev: add memory (ringbuf) support to qapi 14 years ago
Gerd Hoffmann 702ec69cc1 chardev: add vc support to qapi 14 years ago
Gerd Hoffmann cd153e2aa2 chardev: add spice support to qapi 14 years ago
Gerd Hoffmann 548cbb36f4 chardev: add pipe support to qapi 14 years ago
Gerd Hoffmann d9ac374f0d chardev: add console support to qapi 14 years ago
Gerd Hoffmann e68c595866 chardev: switch pty init to qapi 14 years ago
Gerd Hoffmann dc37509769 chardev: switch parallel init to qapi 14 years ago
Gerd Hoffmann 0f1cb51da7 chardev: switch serial/tty init to qapi 14 years ago
Gerd Hoffmann 7c358031ea chardev: add stdio support to qapi 14 years ago
Gerd Hoffmann 846e2e4938 chardev: switch file init to qapi 14 years ago
Gerd Hoffmann 2d57286da6 chardev: add braille support to qapi 14 years ago
Gerd Hoffmann f5a51cab2a chardev: add msmouse support to qapi 14 years ago
Gerd Hoffmann 80dca9e643 chardev: switch null init to qapi 14 years ago
Gerd Hoffmann edb2fb3cc8 chardev: add mux chardev support to qapi 14 years ago
Gerd Hoffmann 2c5f488293 chardev: add support for qapi-based chardev initialization 14 years ago
Stefan Berger 4549a8b7ee Add a TPM Passthrough backend driver implementation 14 years ago
Blue Swirl 44ab9ed4f8 qemu-char: fix win32 build 14 years ago
Anthony Liguori 01f45d986f qemu-char: move text console init to console.c 14 years ago
Anthony Liguori 5ab8211b9e qemu-char: move msmouse registeration to msmouse.c 14 years ago
Anthony Liguori 08744c9811 qemu-char: move baum registration to baum.c 14 years ago
Anthony Liguori 26c6061452 qemu-char: move spice registration to spice-qemu-char.c 14 years ago
Anthony Liguori d654f34ec8 qemu-char: make char drivers dynamically registerable 14 years ago
Anthony Liguori 9f939df955 qemu-char: remove use of QEMUTimer in favor of glib idle function 14 years ago
Anthony Liguori 8aa33cafc4 qemu-char: use a glib timeout instead of qemu-timer 14 years ago
Amit Shah d3cc5bc416 char: add gio watch fn for tcp backends 14 years ago
Anthony Liguori e6a87ed837 qemu-char: add pty watch 14 years ago
Anthony Liguori 23673ca740 qemu-char: add watch support 14 years ago
Anthony Liguori 2ea5a7af7b qemu-char: tcp: make use GIOChannel 14 years ago
Anthony Liguori 76a9644b71 qemu-char: convert UDP to GIOChannel 14 years ago
Anthony Liguori 093d3a2005 qemu-char: convert pty to GIOChannel 14 years ago
Anthony Liguori a29753f8aa qemu-char: convert fd_chr to use a GIOChannel 14 years ago
Anthony Liguori 96c6384776 char: add IOWatchPoll support 14 years ago
Anthony Liguori ed7a154063 qemu-char: remove dead/confusing logic with nb_stdio_clients 14 years ago
MORITA Kazutaka bf1c852aa9 move socket_set_nodelay to osdep.c 14 years ago
Paolo Bonzini 159b6e9f14 hw: move char backends to backends/ 14 years ago
Anthony Liguori d82831dbc5 console: allow VCs to be overridden by UI 14 years ago
Markus Armbruster d36b2b904e qapi: Flatten away ChardevPort 14 years ago
Markus Armbruster 312fd5f290 error: Strip trailing '\n' from error string arguments (again) 14 years ago
Markus Armbruster de1cc36e10 qemu-char: Support suffixed ringbuf size arguments like "size=64K" 14 years ago
Markus Armbruster 3949e59414 qemu-char: Saner naming of memchar stuff & doc fixes 14 years ago
Markus Armbruster 5c230105cd qemu-char: General chardev "memory" code cleanup 14 years ago
Markus Armbruster 6fd5b66950 qemu-char: Drop undocumented chardev "memory" compatibility syntax 14 years ago
Markus Armbruster 094c8c2c67 qemu-char: Fix chardev "memory" not to drop IAC characters 14 years ago
Markus Armbruster 44f3bcd2c7 qmp: Drop wasteful zero-initialization in qmp_memchar_read() 14 years ago
Markus Armbruster c287e99fe4 qmp: Drop superfluous special case "empty" in qmp_memchar_read() 14 years ago
Markus Armbruster 13289fb5a7 qmp: Plug memory leaks in memchar-write, memchar-read 14 years ago
Markus Armbruster c4f331b6b3 qmp: Clean up type usage in qmp_memchar_write(), qmp_memchar_read() 14 years ago
Markus Armbruster 1a69278e53 qmp: Use generic errors in memchar-read, memchar-write 14 years ago
Markus Armbruster 3ab651fc81 qmp: Clean up design of memchar-read 14 years ago