1. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  2. 6b10e57 char: move char devices to chardev/ by Marc-André Lureau · 8 years ago[Renamed from backends/msmouse.c]
  3. 8228e35 chardev: move headers to include/chardev by Marc-André Lureau · 8 years ago
  4. 0b663b7 char: remove class kind field by Marc-André Lureau · 8 years ago
  5. 88cace9 char: get rid of CharDriver by Marc-André Lureau · 8 years ago
  6. 8955e89 msmouse: convert to finalize by Marc-André Lureau · 8 years ago
  7. 777357d chardev: qom-ify by Marc-André Lureau · 8 years ago
  8. 0ec7b3e char: rename CharDriverState Chardev by Marc-André Lureau · 8 years ago
  9. 41ac54b char: allocate CharDriverState as a single object by Marc-André Lureau · 8 years ago
  10. b68e956 char: move callbacks in CharDriver by Marc-André Lureau · 8 years ago
  11. 0b812f3 char: use a const CharDriver by Marc-André Lureau · 8 years ago
  12. 82878da char: remove explicit_be_open from CharDriverState by Marc-André Lureau · 8 years ago
  13. 72ac876 char: rename chr_close/chr_free by Marc-André Lureau · 8 years ago
  14. 9e14037 msmouse: Fix segfault caused by free the chr before chardev cleanup. by Lin Ma · 8 years ago
  15. 71200fb qemu-char: avoid segfault if user lacks of permisson of a given logfile by Lin Ma · 8 years ago
  16. d7b7f526 msmouse: send short messages if possible. by Gerd Hoffmann · 9 years ago
  17. 96d7c07 msmouse: switch to new input interface by Gerd Hoffmann · 9 years ago
  18. 57a4e3b msmouse: fix buffer handling by Gerd Hoffmann · 9 years ago
  19. cde8dcb msmouse: add MouseState, unregister handler on close by Gerd Hoffmann · 9 years ago
  20. 32bafa8 qapi: Don't special-case simple union wrappers by Eric Blake · 9 years ago
  21. b1918fb chardev: Drop useless ChardevDummy type by Eric Blake · 9 years ago
  22. 9c05833 backends: Clean up includes by Peter Maydell · 9 years ago
  23. d0d7708 qemu-char: add logfile facility to all chardev backends by Daniel P. Berrange · 9 years ago
  24. 96d885b qemu-char: convert msmouse backend to data-driven creation by Paolo Bonzini · 9 years ago
  25. 4ca1728 qemu-char: add create to register_char_driver by Paolo Bonzini · 9 years ago
  26. e4d50d4 qemu-char: Rename register_char_driver_qapi() to register_char_driver() by Peter Maydell · 10 years ago
  27. db39fcf qemu-char: introduce qemu_chr_alloc by Paolo Bonzini · 11 years ago
  28. bd5c51e qemu-char: don't issue CHR_EVENT_OPEN in a BH by Michael Roth · 12 years ago
  29. dccfcd0 sysemu: avoid proliferation of include/ subdirectories by Paolo Bonzini · 12 years ago
  30. f5a51ca chardev: add msmouse support to qapi by Gerd Hoffmann · 12 years ago
  31. 6e72a00 Merge remote-tracking branch 'bonzini/hw-dirs' into staging by Anthony Liguori · 12 years ago
  32. 159b6e9 hw: move char backends to backends/ by Paolo Bonzini · 12 years ago[Renamed (98%) from hw/msmouse.c]
  33. 927d487 softmmu: move remaining include files to include/ subdirectories by Paolo Bonzini · 12 years ago
  34. 28ecbae ui: move files to ui/ and include/ui/ by Paolo Bonzini · 12 years ago
  35. 1f51470 Revert "qemu-char: Print strerror message on failure" and deps by Markus Armbruster · 13 years ago
  36. fa5efcc char: rename qemu_chr_read() -> qemu_chr_be_write() by Anthony Liguori · 14 years ago
  37. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  38. 6e1db57 qemu-char: Print strerror message on failure by Kevin Wolf · 14 years ago
  39. f0457e8 convert msmouse chardev to QemuOpts. by Gerd Hoffmann · 15 years ago
  40. aa71cf8 QEMU Microsoft serial mouse emulation by aurel32 · 16 years ago