1. 963a7be dev-serial: store flow control and xon/xoff characters by Mark Cave-Ayland · 4 years, 4 months ago
  2. a79f86c dev-serial: add support for setting data_bits in QEMUSerialSetParams by Mark Cave-Ayland · 4 years, 4 months ago
  3. 66007a9 dev-serial: add always-plugged property to ensure USB device is always attached by Mark Cave-Ayland · 4 years, 4 months ago
  4. 687dfe6 dev-serial: replace DeviceOutVendor/DeviceInVendor with equivalent macros from usb.h by Mark Cave-Ayland · 4 years, 4 months ago
  5. 655ec80 dev-serial: add trace-events for baud rate and data parameters by Mark Cave-Ayland · 4 years, 4 months ago
  6. ebb1132 dev-serial: convert from DPRINTF to trace-events by Mark Cave-Ayland · 4 years, 4 months ago
  7. 8a0e4ee dev-serial: use USB_SERIAL QOM macro for USBSerialState assignments by Mark Cave-Ayland · 4 years, 4 months ago
  8. adab8d4 dev-serial: style changes to improve readability and checkpatch fixes by Mark Cave-Ayland · 4 years, 4 months ago
  9. 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 6 months ago
  10. bdd5f27 usb: Rename USB_SERIAL_DEV to USB_SERIAL by Eduardo Habkost · 4 years, 6 months ago
  11. 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 6 months ago
  12. db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 6 months ago
  13. 590ce74 usb: Convert uses of usb_create() by Markus Armbruster · 4 years, 9 months ago
  14. 647ee98 usb-serial: Fix timeout closing the device by Jason Andryuk · 5 years ago
  15. 30ad5fd usb-serial: Increase receive buffer to 496 by Jason Andryuk · 5 years ago
  16. 87db78f usb-serial: chunk data to wMaxPacketSize by Jason Andryuk · 5 years ago
  17. 2bcf4e9 usb-serial: Move USB_TOKEN_IN into a helper function by Jason Andryuk · 5 years ago
  18. 5843b6b usb-serial: wakeup device on input by Jason Andryuk · 5 years ago
  19. 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
  20. 083b266 chardev: Use QEMUChrEvent enum in IOEventHandler typedef by Philippe Mathieu-Daudé · 5 years ago
  21. c263158 hw/usb/dev-serial: Explicit we ignore few QEMUChrEvent in IOEventHandler by Philippe Mathieu-Daudé · 5 years ago
  22. a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
  23. d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
  24. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  25. 4ad6f6c char: allow specifying a GMainContext at opening time by Paolo Bonzini · 6 years ago
  26. 463581a usb: use local path for local headers by Michael S. Tsirkin · 7 years ago
  27. 9976117 usb: Remove legacy -usbdevice options (host, serial, disk and net) by Thomas Huth · 7 years ago
  28. 3065070 char: avoid chardevice direct access by Anton Nefedov · 8 years ago
  29. 81517ba char: add backend hotswap handler by Anton Nefedov · 8 years ago
  30. 4d43a60 char: move CharBackend handling in char-fe unit by Marc-André Lureau · 8 years ago
  31. 7566c6e chardev: serial & parallel declaration to own headers by Marc-André Lureau · 8 years ago
  32. 8228e35 chardev: move headers to include/chardev by Marc-André Lureau · 8 years ago
  33. e14935d usb: Simplify the parameter parsing of the legacy usb serial device by Thomas Huth · 8 years ago
  34. aa612b3 hw/usb/dev-serial: Do not try to set vendorid or productid properties by Thomas Huth · 8 years ago
  35. 0ec7b3e char: rename CharDriverState Chardev by Marc-André Lureau · 8 years ago
  36. 8cd3566 char: remove unused CHR_EVENT_FOCUS by Marc-André Lureau · 8 years ago
  37. 39ab61c char: remove explicit_fe_open, use a set_handlers argument by Marc-André Lureau · 8 years ago
  38. 5345fdb char: use qemu_chr_fe* functions with CharBackend argument by Marc-André Lureau · 8 years ago
  39. becdfa0 char: replace PROP_CHR with CharBackend by Marc-André Lureau · 8 years ago
  40. b4948be char: remove init callback by Marc-André Lureau · 8 years ago
  41. 6ab3fc3 hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_all by Daniel P. Berrange · 8 years ago
  42. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  43. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  44. e532b2e usb: Clean up includes by Peter Maydell · 9 years ago
  45. a0b1a66 Include monitor/monitor.h exactly where needed by Markus Armbruster · 10 years ago
  46. d49b683 qerror: Move #include out of qerror.h by Markus Armbruster · 10 years ago
  47. cdf0d76 usb: usb-serial QOMify by Gonglei · 10 years ago
  48. 3bc36a4 usb: Improve -usbdevice error reporting a bit by Markus Armbruster · 10 years ago
  49. 4806ec9 usb: usb_create() can't fail, drop useless error handling by Markus Armbruster · 10 years ago
  50. 7334d65 usb-serial: only check speed once at realize time by Gonglei · 10 years ago
  51. 38fff2c dev-serial: convert init to realize by Gonglei · 10 years ago
  52. 7d553f2 usb-bus: convert USBDeviceClass init to realize by Gonglei · 10 years ago
  53. bd93976 usb: Remove magic constants from device bmAttributes by Pantelis Koukousoulas · 11 years ago
  54. 125ee0e devices: Associate devices to their logical category by Marcel Apfelbaum · 12 years ago
  55. 7598b41 usb-serial: Remove double call to qemu_chr_add_handlers( NULL ) by Hans de Goede · 12 years ago
  56. dccfcd0 sysemu: avoid proliferation of include/ subdirectories by Paolo Bonzini · 12 years ago
  57. 16665b9 qemu-char: Rename opened to be_open by Hans de Goede · 12 years ago
  58. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  59. 927d487 softmmu: move remaining include files to include/ subdirectories by Paolo Bonzini · 12 years ago
  60. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  61. 9a77a0f usb: split packet result into actual_length + status by Hans de Goede · 12 years ago
  62. da124e6 usb-serial: only expose device in guest when the chardev is open by Gerd Hoffmann · 12 years ago
  63. 70330fb usb-serial: don't magically zap chardev on umplug by Gerd Hoffmann · 12 years ago
  64. 2964cd9 Better name usb braille device by Samuel Thibault · 13 years ago
  65. 93bfef4 Allow machines to configure the QEMU_VERSION that's exposed via hardware by Crístian Viana · 13 years ago
  66. 9d55d1a usb: add serial number generator by Gerd Hoffmann · 13 years ago
  67. f1ae32a usb: the big rename by Gerd Hoffmann · 13 years ago[Renamed (99%) from hw/usb-serial.c]
  68. 3741715 usb: Resolve warnings about unassigned bus on usb device creation by Jan Kiszka · 13 years ago
  69. 7718564 Merge remote-tracking branch 'kraxel/usb.38' into staging by Anthony Liguori · 13 years ago
  70. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  71. 079d0b7 usb: Set USBEndpoint in usb_packet_setup(). by Gerd Hoffmann · 13 years ago
  72. 7f74a56 usb: kill handle_packet callback by Gerd Hoffmann · 13 years ago
  73. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  74. ba02430 usb: separate out legacy usb registration from type registration by Anthony Liguori · 13 years ago
  75. 62aed76 usb: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  76. 1de14d4 usb: track altsetting in USBDevice by Gerd Hoffmann · 14 years ago
  77. 70f24fb char: rename qemu_chr_close() -> qemu_chr_delete() by Anthony Liguori · 14 years ago
  78. 27143a4 char: rename qemu_chr_open() -> qemu_chr_new() by Anthony Liguori · 14 years ago
  79. 41084f1 char: qemu_chr_ioctl() -> qemu_chr_fe_ioctl() by Anthony Liguori · 14 years ago
  80. 2cc6e0a char: rename qemu_chr_write() -> qemu_chr_fe_write() by Anthony Liguori · 14 years ago
  81. 9440b7e usb-serial: iovec support by Gerd Hoffmann · 14 years ago
  82. 4f4321c usb: use iovecs in USBPacket by Gerd Hoffmann · 14 years ago
  83. e374560 Merge remote-tracking branch 'kraxel/migration.2' into staging by Anthony Liguori · 14 years ago
  84. 8e31bf3 Correct spelling of licensed by Matthew Fernandez · 14 years ago
  85. 98e51ec usb-serial doesn't support migration by Gerd Hoffmann · 14 years ago
  86. 007fd62 usb: Pass the packet to the device's handle_control callback by Hans de Goede · 14 years ago
  87. add7508 usb: update config descriptors to identify number of interfaces by Brad Hards · 14 years ago
  88. ed5a83d usb: move remote wakeup handling to common code by Gerd Hoffmann · 14 years ago
  89. a980a06 usb: move USB_REQ_{GET,SET}_CONFIGURATION handling to common code by Gerd Hoffmann · 14 years ago
  90. 41c6abb usb: move USB_REQ_SET_ADDRESS handling to common code by Gerd Hoffmann · 14 years ago
  91. f29783f usb serial: use new descriptor infrastructure. by Gerd Hoffmann · 14 years ago
  92. 81bf96d usb-serial: Fail instead of crash when chardev is missing by Markus Armbruster · 15 years ago
  93. d4c4e6f usb: remove dead assignments, spotted by clang analyzer by Blue Swirl · 15 years ago
  94. 1ecda02 error: Replace qemu_error() by error_report() by Markus Armbruster · 15 years ago
  95. 2f79201 error: Move qemu_error & friends into their own header by Markus Armbruster · 15 years ago
  96. d44168f Fix -usbdevice crash by Paul Brook · 15 years ago
  97. 4ab4183 segfault due to buffer overrun in usb-serial by David S. Ahern · 15 years ago
  98. beb6f0d Fix QEMU_WARN_UNUSED_RESULT by Kevin Wolf · 15 years ago
  99. 556cd09 qdev: Replace device names containing whitespace by Markus Armbruster · 15 years ago
  100. 0638469 qdev: Separate USB product description from qdev name by Markus Armbruster · 15 years ago