1. 7bd427d change all rt_clock references to use millisecond resolution accessors by Paolo Bonzini · 14 years ago
  2. e0efb99 Fix conversions from pointer to int and vice versa by Stefan Weil · 14 years ago
  3. 1bbd185 qemu-char: Check for missing backend name by Stefan Hajnoczi · 14 years ago
  4. 363f8cb fix QemuOpts leak by Paolo Bonzini · 14 years ago
  5. bb00251 add set_echo implementation for qemu_chr_stdio by Paolo Bonzini · 14 years ago
  6. 0369364 move atexit(term_exit) and O_NONBLOCK to qemu_chr_open_stdio by Paolo Bonzini · 14 years ago
  7. c48855e add qemu_chr_set_echo by Paolo Bonzini · 14 years ago
  8. d55dbc3 remove broken code for tty by Paolo Bonzini · 14 years ago
  9. cbcc633 spice: add chardev (v5) by Alon Levy · 14 years ago
  10. 999bd67 qemu-char: Introduce Memory driver by Luiz Capitulino · 14 years ago
  11. 5fc9cfe Fold send_all() wrapper unix_write() into one function by Jes Sorensen · 14 years ago
  12. 3329f07 QemuOpts: make most qemu_*_opts static by Gerd Hoffmann · 15 years ago
  13. 68c18d1 Fix mingw32 build by Blue Swirl · 15 years ago
  14. 6cbf4c8 RESEND: Inter-VM shared memory PCI device by Cam Macdonell · 15 years ago
  15. 6ab4b5a block: Decouple block device "commit all" from DriveInfo by Markus Armbruster · 15 years ago
  16. 666daa6 blockdev: Collect block device code in new blockdev.c by Markus Armbruster · 15 years ago
  17. 637503d Monitor: Drop QMP documentation from code by Luiz Capitulino · 15 years ago
  18. e53f27b stash away SCM_RIGHTS fd until a getfd command arrives by Paolo Bonzini · 15 years ago
  19. 73cdf3f Always notify consumers of char devices if they're open by Alexander Graf · 15 years ago
  20. cb301ef fix function signature of qemu_chr_open_pty on !linux by Riku Voipio · 15 years ago
  21. d3f822d Restore terminal monitor attributes - addition by Shahar Havivi · 15 years ago
  22. d1839d7 Fix some compilation warnings on FreeBSD hosts by Juergen Lock · 15 years ago
  23. 2869548 Revert "Convert atexit users to exit_notifier" by Anthony Liguori · 15 years ago
  24. d7234f4 Convert atexit users to exit_notifier by Anthony Liguori · 15 years ago
  25. 7b27a76 rename IOCanRWHandler to IOCanReadHandler by Juan Quintela · 15 years ago
  26. 39324ca Fix corner case in chardev udp: parameter by Jan Kiszka · 15 years ago
  27. 2d75389 Restore terminal attributes for tty based monitor by Shahar Havivi · 15 years ago
  28. 5bb5990 qemu-char.c: drop debug printfs from qemu_chr_parse_compat by Jan Kiszka · 15 years ago
  29. 4266a13 add close callback for tty-based char device by David Ahern · 15 years ago
  30. afc535a Do not ignore error, if open file failed (-serial /dev/tty) by Evgeniy Dushistov · 15 years ago
  31. 3b9d7e6 char: Remove redundant qemu_chr_generic_open() call. by Kusanagi Kouichi · 15 years ago
  32. 588b383 char: Convert qemu_chr_info() to QObject by Luiz Capitulino · 15 years ago
  33. 3352163 un-static qemu_chr_parse_compat() by Gerd Hoffmann · 15 years ago
  34. 40ff6d7 Don't leak file descriptors by Kevin Wolf · 15 years ago
  35. bbe813a Fix commit a167ba50851cdac2fa36633587e98c5956cd6b18 by Aurelien Jarno · 15 years ago
  36. a167ba5 Add support for GNU/kFreeBSD by Aurelien Jarno · 15 years ago
  37. 127338e char: rename qemu_chr_reset to qemu_chr_generic_open by Amit Shah · 15 years ago
  38. 57e073a char: Remove special init_reset handling by Amit Shah · 15 years ago
  39. 9bd7854 char: don't limit data sent to backends to 1k per buffer by Amit Shah · 15 years ago
  40. 45eea13 serial: Support additional serial speed values by Stefan Weil · 15 years ago
  41. f7cbc08 Revert "char: emit the OPENED event only when a new char connection is opened" by Anthony Liguori · 15 years ago
  42. 1abb817 net: remove unused includes of if_tun.h and if_tap.h by Mark McLoughlin · 15 years ago
  43. 5989020 Add chardev option to disable signal. by Kusanagi Kouichi · 15 years ago
  44. 6cfa64d char: emit the OPENED event only when a new char connection is opened by Amit Shah · 15 years ago
  45. b6b8df5 char: rename CHR_EVENT_RESET to CHR_EVENT_OPENED by Amit Shah · 15 years ago
  46. 69795d6 char: check for initial_reset_issued unnecessary by Amit Shah · 15 years ago
  47. 72cf2d4 Fix sys-queue.h conflict for good by Blue Swirl · 16 years ago
  48. 799f1f2 move mux focus field from CharDriverState to MuxDriver by Gerd Hoffmann · 16 years ago
  49. a7aec5d monitor: fix muxing by Gerd Hoffmann · 16 years ago
  50. c845f40 Allow -serial chardev:<name> by Gerd Hoffmann · 16 years ago
  51. 7e1b35b convert udp chardev to QemuOpts. by Gerd Hoffmann · 16 years ago
  52. 7591c5c convert mux chardev to QemuOpts. by Gerd Hoffmann · 16 years ago
  53. 6ea314d convert vc chardev to QemuOpts. by Gerd Hoffmann · 16 years ago
  54. 48b7649 convert tty + parport chardevs to QemuOpts. by Gerd Hoffmann · 16 years ago
  55. d6c983c convert windows console chardev to QemuOpts. by Gerd Hoffmann · 16 years ago
  56. dc1c21e convert braille chardev to QemuOpts. by Gerd Hoffmann · 16 years ago
  57. f0457e8 convert msmouse chardev to QemuOpts. by Gerd Hoffmann · 16 years ago
  58. 3c17aff convert stdio chardev to QemuOpts. by Gerd Hoffmann · 16 years ago
  59. 4490dad convert pty chardev to QemuOpts. by Gerd Hoffmann · 16 years ago
  60. aeb2c47 convert unix+tcp chardevs to QemuOpts. by Gerd Hoffmann · 16 years ago
  61. 7d31544 convert file+pipe chardevs to QemuOpts. by Gerd Hoffmann · 16 years ago
  62. 191bc01 switch chardev to QemuOpts: infrastructure, null device by Gerd Hoffmann · 16 years ago
  63. 793cbfb char: Emit 'CLOSED' events on char device close by Amit Shah · 16 years ago
  64. 7cba04f More NULL pointer fixes by Blue Swirl · 16 years ago
  65. 73bcc2a Fix typo WIN32 -> _WIN32 by Anthony Liguori · 16 years ago
  66. 71e72a1 rename HOST_BSD to CONFIG_BSD by Juan Quintela · 16 years ago
  67. 751c6a1 kill drives_table by Gerd Hoffmann · 16 years ago
  68. 7d17405 Add SCM_RIGHTS support to unix socket character devices by Mark McLoughlin · 16 years ago
  69. 9977c89 Make tcp_chr_read() use recvmsg() by Mark McLoughlin · 16 years ago
  70. 4ab312f mux-term: Fix timestamp association by Jan Kiszka · 16 years ago
  71. 2d22959 mux-term: Localize timestamps by Jan Kiszka · 16 years ago
  72. 7050326 Win32: Don't remove const attribute in type casts. by Stefan Weil · 16 years ago
  73. c5b76b3 Fix mingw32 build warnings by Blue Swirl · 16 years ago
  74. 993fbfd Refactor how display drivers are selected by Anthony Liguori · 16 years ago
  75. 3f4cb3d Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static' by blueswir1 · 16 years ago
  76. 819f56b char: Fix closing of various char devices (Jan Kiszka) by aliguori · 16 years ago
  77. 179a2c1 Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configure by blueswir1 · 16 years ago
  78. c5e9723 Support for DragonFly BSD (Hasso Tepper) by blueswir1 · 16 years ago
  79. cde76ee monitor: Introduce MONITOR_USE_READLINE flag (Jan Kiszka) by aliguori · 16 years ago
  80. 2724b18 monitor: Improve mux'ed console experience (Jan Kiszka) by aliguori · 16 years ago
  81. 731b036 monitor: Decouple terminals (Jan Kiszka) by aliguori · 16 years ago
  82. bb80604 monitor: Drop banner hiding (Jan Kiszka) by aliguori · 16 years ago
  83. 376253e monitor: Rework API (Jan Kiszka) by aliguori · 16 years ago
  84. a80bf99 char-mux: Use separate input buffers (Jan Kiszka) by aliguori · 16 years ago
  85. 2970a6c char: Fix initial reset (Jan Kiszka) by aliguori · 16 years ago
  86. 84694dd qemu_chr_open_tcp: allow ipv4 and ipv6 options by aurel32 · 16 years ago
  87. aa71cf8 QEMU Microsoft serial mouse emulation by aurel32 · 16 years ago
  88. b4abdfa fix use of host serial port by aurel32 · 16 years ago
  89. 1eec614 toplevel: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  90. a4bb1db monitor-mux: fix timestamp prefixes (Jan Kiszka) by aliguori · 16 years ago
  91. ceecf1d add an init function parameter to qemu_chr_open() by aurel32 · 16 years ago
  92. 2796dae Fix character devices after DisplayState refactoring by aliguori · 16 years ago
  93. 3023f33 graphical_console_init change (Stefano Stabellini) by aliguori · 16 years ago
  94. 00766a4 Make OpenBSD sparc-softmmu compile warning free by blueswir1 · 16 years ago
  95. f9487cb Fix warning from sparse by aurel32 · 16 years ago
  96. 6972f93 Native FreeBSD parallel port (Juergen Lock) by blueswir1 · 16 years ago
  97. c3b972c fix some variable initizalization issues (Stefano Stabellini) by aliguori · 16 years ago
  98. f07b600 sockets: switch over tcp/telnet/unix serial line to new helper functions (Gerd Hoffman) by aliguori · 16 years ago
  99. d247d25 sockets: helper functions for qemu (Gerd Hoffman) by aliguori · 16 years ago
  100. 24646c7 Fix some build issues for BSD. by blueswir1 · 16 years ago