1. afc535a Do not ignore error, if open file failed (-serial /dev/tty) by Evgeniy Dushistov · 15 years ago
  2. 3b9d7e6 char: Remove redundant qemu_chr_generic_open() call. by Kusanagi Kouichi · 15 years ago
  3. 588b383 char: Convert qemu_chr_info() to QObject by Luiz Capitulino · 15 years ago
  4. 3352163 un-static qemu_chr_parse_compat() by Gerd Hoffmann · 15 years ago
  5. 40ff6d7 Don't leak file descriptors by Kevin Wolf · 15 years ago
  6. bbe813a Fix commit a167ba50851cdac2fa36633587e98c5956cd6b18 by Aurelien Jarno · 15 years ago
  7. a167ba5 Add support for GNU/kFreeBSD by Aurelien Jarno · 15 years ago
  8. 127338e char: rename qemu_chr_reset to qemu_chr_generic_open by Amit Shah · 15 years ago
  9. 57e073a char: Remove special init_reset handling by Amit Shah · 15 years ago
  10. 9bd7854 char: don't limit data sent to backends to 1k per buffer by Amit Shah · 15 years ago
  11. 45eea13 serial: Support additional serial speed values by Stefan Weil · 15 years ago
  12. f7cbc08 Revert "char: emit the OPENED event only when a new char connection is opened" by Anthony Liguori · 15 years ago
  13. 1abb817 net: remove unused includes of if_tun.h and if_tap.h by Mark McLoughlin · 15 years ago
  14. 5989020 Add chardev option to disable signal. by Kusanagi Kouichi · 15 years ago
  15. 6cfa64d char: emit the OPENED event only when a new char connection is opened by Amit Shah · 15 years ago
  16. b6b8df5 char: rename CHR_EVENT_RESET to CHR_EVENT_OPENED by Amit Shah · 15 years ago
  17. 69795d6 char: check for initial_reset_issued unnecessary by Amit Shah · 15 years ago
  18. 72cf2d4 Fix sys-queue.h conflict for good by Blue Swirl · 15 years ago
  19. 799f1f2 move mux focus field from CharDriverState to MuxDriver by Gerd Hoffmann · 15 years ago
  20. a7aec5d monitor: fix muxing by Gerd Hoffmann · 15 years ago
  21. c845f40 Allow -serial chardev:<name> by Gerd Hoffmann · 15 years ago
  22. 7e1b35b convert udp chardev to QemuOpts. by Gerd Hoffmann · 15 years ago
  23. 7591c5c convert mux chardev to QemuOpts. by Gerd Hoffmann · 15 years ago
  24. 6ea314d convert vc chardev to QemuOpts. by Gerd Hoffmann · 15 years ago
  25. 48b7649 convert tty + parport chardevs to QemuOpts. by Gerd Hoffmann · 15 years ago
  26. d6c983c convert windows console chardev to QemuOpts. by Gerd Hoffmann · 15 years ago
  27. dc1c21e convert braille chardev to QemuOpts. by Gerd Hoffmann · 15 years ago
  28. f0457e8 convert msmouse chardev to QemuOpts. by Gerd Hoffmann · 15 years ago
  29. 3c17aff convert stdio chardev to QemuOpts. by Gerd Hoffmann · 15 years ago
  30. 4490dad convert pty chardev to QemuOpts. by Gerd Hoffmann · 15 years ago
  31. aeb2c47 convert unix+tcp chardevs to QemuOpts. by Gerd Hoffmann · 15 years ago
  32. 7d31544 convert file+pipe chardevs to QemuOpts. by Gerd Hoffmann · 15 years ago
  33. 191bc01 switch chardev to QemuOpts: infrastructure, null device by Gerd Hoffmann · 15 years ago
  34. 793cbfb char: Emit 'CLOSED' events on char device close by Amit Shah · 15 years ago
  35. 7cba04f More NULL pointer fixes by Blue Swirl · 15 years ago
  36. 73bcc2a Fix typo WIN32 -> _WIN32 by Anthony Liguori · 15 years ago
  37. 71e72a1 rename HOST_BSD to CONFIG_BSD by Juan Quintela · 15 years ago
  38. 751c6a1 kill drives_table by Gerd Hoffmann · 15 years ago
  39. 7d17405 Add SCM_RIGHTS support to unix socket character devices by Mark McLoughlin · 15 years ago
  40. 9977c89 Make tcp_chr_read() use recvmsg() by Mark McLoughlin · 15 years ago
  41. 4ab312f mux-term: Fix timestamp association by Jan Kiszka · 15 years ago
  42. 2d22959 mux-term: Localize timestamps by Jan Kiszka · 15 years ago
  43. 7050326 Win32: Don't remove const attribute in type casts. by Stefan Weil · 15 years ago
  44. c5b76b3 Fix mingw32 build warnings by Blue Swirl · 15 years ago
  45. 993fbfd Refactor how display drivers are selected by Anthony Liguori · 15 years ago
  46. 3f4cb3d Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static' by blueswir1 · 15 years ago
  47. 819f56b char: Fix closing of various char devices (Jan Kiszka) by aliguori · 16 years ago
  48. 179a2c1 Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configure by blueswir1 · 16 years ago
  49. c5e9723 Support for DragonFly BSD (Hasso Tepper) by blueswir1 · 16 years ago
  50. cde76ee monitor: Introduce MONITOR_USE_READLINE flag (Jan Kiszka) by aliguori · 16 years ago
  51. 2724b18 monitor: Improve mux'ed console experience (Jan Kiszka) by aliguori · 16 years ago
  52. 731b036 monitor: Decouple terminals (Jan Kiszka) by aliguori · 16 years ago
  53. bb80604 monitor: Drop banner hiding (Jan Kiszka) by aliguori · 16 years ago
  54. 376253e monitor: Rework API (Jan Kiszka) by aliguori · 16 years ago
  55. a80bf99 char-mux: Use separate input buffers (Jan Kiszka) by aliguori · 16 years ago
  56. 2970a6c char: Fix initial reset (Jan Kiszka) by aliguori · 16 years ago
  57. 84694dd qemu_chr_open_tcp: allow ipv4 and ipv6 options by aurel32 · 16 years ago
  58. aa71cf8 QEMU Microsoft serial mouse emulation by aurel32 · 16 years ago
  59. b4abdfa fix use of host serial port by aurel32 · 16 years ago
  60. 1eec614 toplevel: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  61. a4bb1db monitor-mux: fix timestamp prefixes (Jan Kiszka) by aliguori · 16 years ago
  62. ceecf1d add an init function parameter to qemu_chr_open() by aurel32 · 16 years ago
  63. 2796dae Fix character devices after DisplayState refactoring by aliguori · 16 years ago
  64. 3023f332 graphical_console_init change (Stefano Stabellini) by aliguori · 16 years ago
  65. 00766a4 Make OpenBSD sparc-softmmu compile warning free by blueswir1 · 16 years ago
  66. f9487cb Fix warning from sparse by aurel32 · 16 years ago
  67. 6972f93 Native FreeBSD parallel port (Juergen Lock) by blueswir1 · 16 years ago
  68. c3b972c fix some variable initizalization issues (Stefano Stabellini) by aliguori · 16 years ago
  69. f07b600 sockets: switch over tcp/telnet/unix serial line to new helper functions (Gerd Hoffman) by aliguori · 16 years ago
  70. d247d25 sockets: helper functions for qemu (Gerd Hoffman) by aliguori · 16 years ago
  71. 24646c7 Fix some build issues for BSD. by blueswir1 · 16 years ago
  72. cf3ebac qemu-char: include hw/baum.h by aurel32 · 16 years ago
  73. b643146 Remove extraneous inline keyword. by aliguori · 16 years ago
  74. 6f97dba Move CharDriverState code out of vl.c by aliguori · 16 years ago