1. 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 6 months ago
  2. 7f46ed2 dev-smartcard-reader: Rename CCID_DEV_NAME to TYPE_USB_CCID_DEV by Eduardo Habkost · 4 years, 6 months ago
  3. 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 6 months ago
  4. db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 6 months ago
  5. 9bc6bfd qdev: Drop qbus_set_hotplug_handler() parameter @errp by Markus Armbruster · 4 years, 8 months ago
  6. b69c3c2 qdev: Unrealize must not fail by Markus Armbruster · 4 years, 10 months ago
  7. f7795e4 misc: Replace zero-length arrays with flexible array member (automatic) by Philippe Mathieu-Daudé · 5 years ago
  8. 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
  9. a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
  10. d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
  11. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  12. 94d1cc5 qdev: pass an Object * to qbus_set_hotplug_handler() by Michael Roth · 6 years ago
  13. 246e195 hw/usb: Use the IEC binary prefix definitions by Philippe Mathieu-Daudé · 7 years ago
  14. a1738cd Revert "usb-ccid: fix bus leak" by Marc-André Lureau · 7 years ago
  15. 719a307 Purge uses of banned g_assert_FOO() by Markus Armbruster · 7 years ago
  16. 410a096 usb-ccid: fix bus leak by Marc-André Lureau · 7 years ago
  17. 463581a usb: use local path for local headers by Michael S. Tsirkin · 7 years ago
  18. 8030dca hw/usb/dev-smartcard-reader: Handle 64 B USB packets by Jakub Jelen · 7 years ago
  19. 0ee86bb ccid: Fix dwProtocols advertisement of T=0 by Jason Andryuk · 7 years ago
  20. 80ae865 usb-ccid: convert CCIDCardClass::exitfn() -> unrealize() by Philippe Mathieu-Daudé · 7 years ago
  21. c751669 usb-ccid: inline ccid_card_initfn() in ccid_card_realize() by Philippe Mathieu-Daudé · 7 years ago
  22. cc847bf hw/usb/ccid: Make ccid_card_init() take an error parameter by Mao Zhongyi · 7 years ago
  23. 31bd59d usb-ccid: remove needless migration state code by Marc-André Lureau · 7 years ago
  24. 44b1ff3 migration: pre_save return int by Dr. David Alan Gilbert · 7 years ago
  25. 3dc6f86 Convert error_report() to warn_report() by Alistair Francis · 8 years ago
  26. 6b1de14 usb-ccid: make ccid_write_data_block() cope with null buffers by Philippe Mathieu-Daudé · 8 years ago
  27. c4fe970 usb: replace handle_destroy with unrealize by Marc-André Lureau · 8 years ago
  28. 31fb444 usb-ccid: add check message size checks by Gerd Hoffmann · 8 years ago
  29. 7569c54 usb-ccid: move header size check by Gerd Hoffmann · 8 years ago
  30. 0aeebc7 usb-ccid: better bulk_out error handling by Gerd Hoffmann · 8 years ago
  31. c7dfbf3 usb: ccid: check ccid apdu length by Prasad J Pandit · 8 years ago
  32. 73f7fd8 usb: Change *_exitfn return type from int to void by Akanksha Srivastava · 8 years ago
  33. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  34. e532b2e usb: Clean up includes by Peter Maydell · 9 years ago
  35. 86d7e21 usb-ccid: add missing wakeup calls by Gerd Hoffmann · 10 years ago
  36. cfda2ce usb-ccid: fix 61b4887b41b270bc837ead57bc502d904af023bb by Gerd Hoffmann · 10 years ago
  37. a0b1a66 Include monitor/monitor.h exactly where needed by Markus Armbruster · 10 years ago
  38. 61b4887 usb: usb-ccid QOMify by Gonglei · 10 years ago
  39. 138d587 usb: Convert usb-ccid to hotplug handler API by Igor Mammedov · 10 years ago
  40. 0b8b863 usb-ccid: convert init to realize by Gonglei · 10 years ago
  41. bd93976 usb: Remove magic constants from device bmAttributes by Pantelis Koukousoulas · 11 years ago
  42. fb17dfe qdev: Pass size to qbus_create_inplace() by Andreas Färber · 12 years ago
  43. 125ee0e devices: Associate devices to their logical category by Marcel Apfelbaum · 12 years ago
  44. 6783ecf hw: Avoid use of QOM type name macros in VMStateDescriptions by Peter Maydell · 12 years ago
  45. 58aeda1 dev-smartcard-reader: empty implementation for Mechanical (fail correctly) by Alon Levy · 12 years ago
  46. 2f8f916 dev-smartcard-reader: copy atr protocol to ccid parameters by Alon Levy · 12 years ago
  47. d7d218e dev-smartcard-reader: change default protocol to T=0 by Alon Levy · 12 years ago
  48. 4942d6c dev-smartcard-reader: define structs for CCID_Parameter internals by Alon Levy · 12 years ago
  49. b16352a ccid-card-passthru, dev-smartcard-reader: add debug environment variables by Alon Levy · 12 years ago
  50. 693e477 dev-smartcard-reader: reuse usb.h definitions by Alon Levy · 12 years ago
  51. c5cd7c8 dev-smartcard-reader: support windows guest by Alon Levy · 12 years ago
  52. 47bf53a dev-smartcard-reader: remove aborts (never triggered, but just in case) by Alon Levy · 12 years ago
  53. 7e1ac5a dev-smartcard-reader: nicer debug messages by Alon Levy · 12 years ago
  54. 4543d43 dev-smartcard-reader: white space fixes by Alon Levy · 12 years ago
  55. 47b43a1 hw: move private headers to hw/ subdirectories. by Paolo Bonzini · 12 years ago
  56. 8550a02 usb-core: usb3 streams by Gerd Hoffmann · 12 years ago
  57. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  58. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  59. 83c9089 monitor: move include files to include/monitor/ by Paolo Bonzini · 12 years ago
  60. c402074 usb-smartcard-reader: Properly NAK interrupt eps when we've no events by Hans de Goede · 12 years ago
  61. 9a77a0f usb: split packet result into actual_length + status by Hans de Goede · 12 years ago
  62. 93bfef4 Allow machines to configure the QEMU_VERSION that's exposed via hardware by Crístian Viana · 13 years ago
  63. 0d93692 qdev: Convert busses to QEMU Object Model by Anthony Liguori · 13 years ago
  64. bce5447 qdev: Move bus properties to abstract superclasses by Paolo Bonzini · 13 years ago
  65. 3cb75a7 qdev: Move bus properties to a separate global by Paolo Bonzini · 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-ccid.c]
  68. 93148aa Spelling fixes in comments (it's -> its) by Stefan Weil · 13 years ago
  69. cff1789 usb-ccid: advertise SELF_POWERED by Alon Levy · 13 years ago
  70. 7718564 Merge remote-tracking branch 'kraxel/usb.38' into staging by Anthony Liguori · 13 years ago
  71. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  72. 7567b51 usb: pass USBEndpoint to usb_wakeup by Gerd Hoffmann · 13 years ago
  73. 079d0b7 usb: Set USBEndpoint in usb_packet_setup(). by Gerd Hoffmann · 13 years ago
  74. 7f74a56 usb: kill handle_packet callback by Gerd Hoffmann · 13 years ago
  75. d307af7 qdev: kill off DeviceInfo by Anthony Liguori · 13 years ago
  76. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  77. ba02430 usb: separate out legacy usb registration from type registration by Anthony Liguori · 13 years ago
  78. ba7c052 ccid: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  79. 62aed76 usb: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  80. 30fbb9f qdev: move qdev->info to class by Anthony Liguori · 13 years ago
  81. 1de14d4 usb: track altsetting in USBDevice by Gerd Hoffmann · 14 years ago
  82. 7755260 usb-ccid: remote wakeup support by Gerd Hoffmann · 14 years ago
  83. 97237e0 usb-ccid: switch to USBDesc* by Gerd Hoffmann · 14 years ago
  84. 541dc0d Use new macro QEMU_PACKED for packed structures by Stefan Weil · 14 years ago
  85. 4f4321c usb: use iovecs in USBPacket by Gerd Hoffmann · 14 years ago
  86. 1cc2428 usb-ccid: Drop unused CCIDCardInfo callback print() by Markus Armbruster · 14 years ago
  87. 656acdd Merge remote-tracking branch 'kraxel/usb.17' into staging by Anthony Liguori · 14 years ago
  88. 6daf194 Strip trailing '\n' from error_report()'s first argument by Markus Armbruster · 14 years ago
  89. ba3f9bf usb: Add a speedmask to devices by Hans de Goede · 14 years ago
  90. 6df658f usb-ccid: Plug memory leak on qdev exit() by Markus Armbruster · 14 years ago
  91. 007fd62 usb: Pass the packet to the device's handle_control callback by Hans de Goede · 14 years ago
  92. 62a2ab6 usb-ccid: Spelling fixes by Brad Hards · 14 years ago
  93. c53c125 Fix non-portable format string in usb-ccid.c by David Gibson · 14 years ago
  94. 3670714 usb-ccid: add CCID bus by Alon Levy · 14 years ago