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