- ebae647 chardev: check if the chardev is registered for yanking by Marc-André Lureau · 4 years, 1 month ago
- 8ee4480 chardev/char-socket.c: Add yank feature by Lukas Straub · 4 years, 2 months ago
- 8c6d4ff brlapi: convert to meson by Paolo Bonzini · 4 years, 3 months ago
- 54aa3de qapi: Use QAPI_LIST_PREPEND() where possible by Eric Blake · 4 years, 4 months ago
- 5a1ee60 chardev: do not use machine_init_done by Paolo Bonzini · 4 years, 3 months ago
- 6cc0667 Tweak a few "Parameter 'NAME' expects THING" error message by Markus Armbruster · 4 years, 4 months ago
- 6deb20f char-stdio: Fix QMP default for 'signal' by Kevin Wolf · 4 years, 4 months ago
- 8acefc7 sockets: Make abstract UnixSocketAddress depend on CONFIG_LINUX by Markus Armbruster · 4 years, 4 months ago
- dea7cd1 char-socket: Fix qemu_chr_socket_address() for abstract sockets by Markus Armbruster · 4 years, 4 months ago
- b08cc97 sockets: Fix default of UnixSocketAddress member @tight by Markus Armbruster · 4 years, 4 months ago
- 05b5363 spice: move add_interface() to QemuSpiceOps. by Gerd Hoffmann · 4 years, 4 months ago
- 23ebeaa chardev/spice: build spice chardevs as module by Gerd Hoffmann · 4 years, 5 months ago
- 93ab584 chardev/spice: simplify chardev setup by Gerd Hoffmann · 4 years, 5 months ago
- 70122d6 chardev/spice: make qemu_chr_open_spice_port static by Gerd Hoffmann · 4 years, 5 months ago
- c2306d7 chardev: Move the creation of the library to the main meson.build by Philippe Mathieu-Daudé · 4 years, 5 months ago
- d96aa5d char: fix logging when chardev write fails by Daniel P. Berrangé · 4 years, 6 months ago
- 448058a util: rename qemu_open() to qemu_open_old() by Daniel P. Berrangé · 4 years, 7 months ago
- 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 6 months ago
- db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 6 months ago
- fd6c986 meson: remove linkage of sdl to baum by Bruce Rogers · 4 years, 6 months ago
- a03e2cd meson: add pixman dependency to chardev/baum module by Stefan Weil · 4 years, 6 months ago
- 48e33de meson: Fix chardev-baum.so name by Bruce Rogers · 4 years, 6 months ago
- 35be72b meson: move SDL and SDL-image detection to meson by Paolo Bonzini · 5 years ago
- 2634733 meson: convert chardev directory to Meson (emulator part) by Paolo Bonzini · 6 years ago
- 848e8ff meson: convert chardev directory to Meson (tools part) by Marc-André Lureau · 6 years ago
- 243af02 trace: switch position of headers to what Meson requires by Paolo Bonzini · 5 years ago
- 30827ba chardev: Extract system emulation specific code by Philippe Mathieu-Daudé · 4 years, 10 months ago
- ffa0f7e chardev: Reduce "char-mux.h" scope, rename it "chardev-internal.h" by Philippe Mathieu-Daudé · 4 years, 10 months ago
- c383efd chardev: Restrict msmouse / wctablet / testdev to system emulation by Philippe Mathieu-Daudé · 4 years, 10 months ago
- 6806601 char: fix use-after-free with dup chardev & reconnect by Marc-André Lureau · 4 years, 10 months ago
- 14a7a20 chardev: don't abort on attempt to add duplicated chardev by Marc-André Lureau · 4 years, 8 months ago
- 2b61bb7 char-socket: initialize reconnect timer only when the timer doesn't start by Li Feng · 4 years, 9 months ago
- 235e59c qemu-option: Use returned bool to check for failure by Markus Armbruster · 4 years, 8 months ago
- ef138c7 chardev: enable modules, use for braille by Gerd Hoffmann · 4 years, 8 months ago
- 9261ef5 Clean up some calls to ignore Error objects the right way by Markus Armbruster · 4 years, 8 months ago
- ed4e0d2 chardev/tcp: Fix error message double free error by lichun · 4 years, 8 months ago
- 2158fa1 chardev/char.c: Use qemu_co_sleep_ns if in coroutine by Lukas Straub · 4 years, 9 months ago
- 7d3660e Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 4 years, 9 months ago
- 4d1d460 chardev/char-socket: Properly make qio connections non blocking by Sai Pavan Boddu · 4 years, 11 months ago
- 2710944 char-socket: return -1 in case of disconnect during tcp_chr_write by Dima Stepanov · 4 years, 9 months ago
- 5217f18 error: Use error_reportf_err() where appropriate by Markus Armbruster · 4 years, 10 months ago
- 776b97d qemu-sockets: add abstract UNIX domain socket support by xiaoqiang zhao · 4 years, 10 months ago
- d262312 qom: Drop parameter @errp of object_property_add() & friends by Markus Armbruster · 4 years, 10 months ago
- 949da1e chardev: Add macOS to list of OSes that support -chardev serial by Mikhail Gusarov · 4 years, 10 months ago
- 4c23519 chardev: Improve error report by calling error_setg_win32() by Philippe Mathieu-Daudé · 5 years ago
- 8e9119a hmp: Fail gracefully if chardev is already in use by Kevin Wolf · 5 years ago
- 195ed8c qemu/queue.h: add QLIST_SAFE_REMOVE() by Stefan Hajnoczi · 5 years ago
- b952544 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 5 years ago
- 083b266 chardev: Use QEMUChrEvent enum in IOEventHandler typedef by Philippe Mathieu-Daudé · 5 years ago
- 2fa9044 chardev: use QEMUChrEvent instead of int by Paolo Bonzini · 5 years ago
- 71f8d3b chardev/char: Explicit we ignore some QEMUChrEvent in IOEventHandler by Philippe Mathieu-Daudé · 5 years ago
- 1e419ee chardev: generate an internal id when none given by Marc-André Lureau · 5 years ago
- fc8135c socket: Add num connections to qio_net_listener_open_sync() by Juan Quintela · 6 years ago
- 78d0159 char-socket: Lock tcp_chr_disconnect() and socket_reconnect_timeout() by Alberto Garcia · 6 years ago
- db72581 Include qemu/main-loop.h less by Markus Armbruster · 6 years ago
- fbfc29e monitor: Replace monitor_init() with monitor_init_{hmp, qmp}() by Kevin Wolf · 6 years ago
- a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
- 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
- 6ade45f char-pty: Print "char device redirected" message to stdout by Markus Armbruster · 6 years ago
- ef2fd6f char: Make -chardev help print to stdout by Markus Armbruster · 6 years ago
- a9b305b socket: allow wait=false for client socket by Marc-André Lureau · 6 years ago
- 500016e trace-events: Shorten file names in comments by Markus Armbruster · 6 years ago
- fd4a5fd chardev: add support for authorization for TLS clients by Daniel P. Berrange · 6 years ago
- 5b774fe chardev-socket: do not blindly reset handlers when switching GMainContext by Paolo Bonzini · 6 years ago
- 8afbff1 char: register spice ports after spice started by Marc-André Lureau · 6 years ago
- 24fa7da char: move SpiceChardev and open_spice_port() to spice.h header by Marc-André Lureau · 6 years ago
- a2dc3c8 char/spice: discard write() if backend is disconnected by Marc-André Lureau · 6 years ago
- 805189a char/spice: trigger HUP event by Marc-André Lureau · 6 years ago
- f7ea203 char-pty: remove write_lock usage by Marc-André Lureau · 6 years ago
- f8278c7 char-pty: remove the check for connection on write by Marc-André Lureau · 6 years ago
- 3d9e232 char: update the mux handlers in class callback by Marc-André Lureau · 6 years ago
- 129263c chardev/wctablet: Fix a typo by Philippe Mathieu-Daudé · 6 years ago
- 4ad6f6c char: allow specifying a GMainContext at opening time by Paolo Bonzini · 6 years ago
- 211ef6c chardev: ensure termios is fully initialized by Daniel P. Berrangé · 6 years ago
- 4b47373 chardev: fix race with client connections in tcp_chr_wait_connected by Daniel P. Berrangé · 6 years ago
- d1885e5 chardev: disallow TLS/telnet/websocket with tcp_chr_wait_connected by Daniel P. Berrangé · 6 years ago
- 25d93b6 chardev: honour the reconnect setting in tcp_chr_wait_connected by Daniel P. Berrangé · 6 years ago
- 32423cc chardev: use a state machine for socket connection state by Daniel P. Berrangé · 6 years ago
- b5e18e5 chardev: split up qmp_chardev_open_socket connection code by Daniel P. Berrangé · 6 years ago
- efae0b9 chardev: split tcp_chr_wait_connected into two methods by Daniel P. Berrangé · 6 years ago
- e154fd7 chardev: remove unused 'sioc' variable & cleanup paths by Daniel P. Berrangé · 6 years ago
- 0bf62dc chardev: ensure qemu_chr_parse_compat reports missing driver error by Daniel P. Berrangé · 6 years ago
- 5981c3a chardev: remove many local variables in qemu_chr_parse_socket by Daniel P. Berrangé · 6 years ago
- 767abe7 chardev: forbid 'wait' option with client sockets by Daniel P. Berrangé · 6 years ago
- 4a0582f chardev: forbid 'reconnect' option with server sockets by Daniel P. Berrangé · 6 years ago
- 1645984 chardev: fix validation of options for QMP created chardevs by Daniel P. Berrangé · 6 years ago
- 7a9657e chardev: fix mess in OPENED/CLOSED events when muxed by Artem Pisarenko · 6 years ago
- 1b63665 configure: bump spice-server required version to 0.12.5 by Marc-André Lureau · 6 years ago
- 9ac3788 char: add a QEMU_CHAR_FEATURE_GCONTEXT flag by Marc-André Lureau · 6 years ago
- 8513ec2 chardev: Indent list of chardevs by Max Reitz · 6 years ago
- 981b06e chardev: Add websocket support by Julia Suvorova · 6 years ago
- 4493b6a chardev/char-socket: Function headers refactoring by Julia Suvorova · 6 years ago
- 4591bd4 char-socket: make 'fd' incompatible with 'reconnect' by Marc-André Lureau · 7 years ago
- 3b02375 char-socket: correctly set has_reconnect when parsing QemuOpts by Marc-André Lureau · 7 years ago
- b1b769b char: Use error_printf() to print help and such by Markus Armbruster · 6 years ago
- a7077b8 chardev: use a child source for qio input source by Marc-André Lureau · 7 years ago
- 95e30b2 chardev: mark the calls that allow an implicit mux monitor by Marc-André Lureau · 7 years ago
- 425d8a4 chardev: unref if underlying chardev has no parent by Marc-André Lureau · 7 years ago
- 4318285 chardev: remove qemu_chr_fe_read_all() counter by Marc-André Lureau · 7 years ago
- 90a6d17 chardev: avoid crash if no associated address by Marc-André Lureau · 8 years ago