1. daf015e include/qemu/iov.h: Don't include qemu-common.h by Markus Armbruster · 9 years ago
  2. ec29ea1 usb: Remove unused functions by Thomas Huth · 10 years ago
  3. f4bbaaf usb: Propagate errors through usb_register_companion() by Markus Armbruster · 10 years ago
  4. 1ce6be2 hmp: Name HMP info handler functions hmp_info_SUBCOMMAND() by Markus Armbruster · 10 years ago
  5. 594a536 usb-bus: introduce a wrapper function to check speed by Gonglei · 10 years ago
  6. bd2ba27 usb-bus: remove "init" from USBDeviceClass struct by Gonglei · 10 years ago
  7. 7d553f2 usb-bus: convert USBDeviceClass init to realize by Gonglei · 10 years ago
  8. e5a9bec usb: add usb_bus_release function by Gonglei · 11 years ago
  9. f13bef9 hw/timer: Move extern declaration from .c to .h file by Stefan Weil · 11 years ago
  10. b791c3b usb: add usb_pick_speed by Gerd Hoffmann · 11 years ago
  11. bd93976 usb: Remove magic constants from device bmAttributes by Pantelis Koukousoulas · 11 years ago
  12. 5319dc7 usb: add support for microsoft os descriptors by Gerd Hoffmann · 11 years ago
  13. 2b81ba5 usb: add vendor request defines by Gerd Hoffmann · 11 years ago
  14. 3b444ea usb: Add usb_device_alloc/free_streams by Hans de Goede · 11 years ago
  15. 04b300f usb: Add max_streams attribute to endpoint info by Hans de Goede · 11 years ago
  16. 615fe4d Remove dev-bluetooth.c dependency from vl.c by Miroslav Rezanina · 12 years ago
  17. c889b3a usb: Pass size to usb_bus_new() by Andreas Färber · 12 years ago
  18. 71938a0 usb: add serial bus property by Gerd Hoffmann · 12 years ago
  19. 47b5264 Merge remote-tracking branch 'bonzini/hw-dirs' into staging by Anthony Liguori · 12 years ago
  20. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago[Renamed from hw/usb.h]
  21. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  22. 8550a02 usb-core: usb3 streams by Gerd Hoffmann · 12 years ago
  23. 6a98d1c usb: make usb_packet_copy operate on combined packets by Gerd Hoffmann · 12 years ago
  24. e382d96 usb: add usb_ep_set_halted by Gerd Hoffmann · 12 years ago
  25. 1a3973b usb-host: remove usb_host_device_close by Gerd Hoffmann · 12 years ago
  26. 84f2d0e HMP: add QDict to info callback handler by Wenchao Xia · 12 years ago
  27. b2d1fe6 usbredir: Add support for buffered bulk input (v2) by Hans de Goede · 12 years ago
  28. f79738b usb: Add an usb_device_ep_stopped USBDevice method by Hans de Goede · 12 years ago
  29. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  30. 7c12fd9 Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 12 years ago
  31. 993d46c Fix spelling in comments and documentation by Stefan Weil · 12 years ago
  32. 386ab48 usb: Allow overriding of usb_desc at the device level by Hans de Goede · 12 years ago
  33. be41efd usb: Don't allow USB_RET_ASYNC for interrupt packets by Hans de Goede · 12 years ago
  34. 9a77a0f usb: split packet result into actual_length + status by Hans de Goede · 12 years ago
  35. a552a96 usb: Add packet combining functions by Hans de Goede · 12 years ago
  36. bb4d2b2 usb/ehci-pci: add helper to create ich9 usb controllers by Gerd Hoffmann · 12 years ago
  37. a6fb2dd usb: Add an int_req flag to USBPacket by Hans de Goede · 12 years ago
  38. 6ba43f1 usb: Move short-not-ok handling to the core by Hans de Goede · 12 years ago
  39. 0cae7b1 usb: Move clearing of queue on halt to the core by Hans de Goede · 12 years ago
  40. 36dfe32 usb: Add USB_RET_ADD_TO_QUEUE packet result code by Hans de Goede · 12 years ago
  41. d0ff81b usb: Rename __usb_packet_complete to usb_packet_complete_one by Hans de Goede · 12 years ago
  42. 2077469 usb3: bos decriptor by Gerd Hoffmann · 13 years ago
  43. b43a285 usb3: superspeed endpoint companion by Gerd Hoffmann · 13 years ago
  44. c13a9e6 usb-core: Add a usb_ep_find_packet_by_id() helper function by Hans de Goede · 13 years ago
  45. e983395 usb: unique packet ids by Gerd Hoffmann · 13 years ago
  46. 0132b4b usb: Halt ep queue en cancel pending packets on a packet error by Hans de Goede · 13 years ago
  47. 31e404f hw/block-common: Move BlockConf & friends from block.h by Markus Armbruster · 13 years ago
  48. 7c37e6a usb: fix interface initialization by Gerd Hoffmann · 13 years ago
  49. 19deaa0 usb: split endpoint init and reset by Gerd Hoffmann · 13 years ago
  50. e2f8992 usb: Convert usb_packet_{map, unmap} to universal DMA helpers by David Gibson · 13 years ago
  51. 0d93692 qdev: Convert busses to QEMU Object Model by Anthony Liguori · 13 years ago
  52. eeb0cf9 usb/vmstate: add parent dev path by Gerd Hoffmann · 14 years ago
  53. 5ac2731 usb: improve packet state sanity checks by Gerd Hoffmann · 13 years ago
  54. 1b4b29a usb: add shortcut for control transfers by Gerd Hoffmann · 13 years ago
  55. 7936e0f usb: add pipelining option to usb endpoints by Gerd Hoffmann · 13 years ago
  56. d61000a usb: add USB_RET_IOERROR by Hans de Goede · 13 years ago
  57. 3741715 usb: Resolve warnings about unassigned bus on usb device creation by Jan Kiszka · 13 years ago
  58. 37f32f0 usb: add USBBusOps->wakeup_endpoint by Gerd Hoffmann · 13 years ago
  59. 7567b51 usb: pass USBEndpoint to usb_wakeup by Gerd Hoffmann · 13 years ago
  60. db4be87 usb: maintain async packet list per endpoint by Gerd Hoffmann · 13 years ago
  61. 079d0b7 usb: Set USBEndpoint in usb_packet_setup(). by Gerd Hoffmann · 13 years ago
  62. 63095ab usb: add USBEndpoint->{nr,pid} by Gerd Hoffmann · 13 years ago
  63. f53c398 usb: USBPacket: add status, rename owner -> ep by Gerd Hoffmann · 13 years ago
  64. 7f74a56 usb: kill handle_packet callback by Gerd Hoffmann · 13 years ago
  65. 73796fe usb: add usb_find_device() by Gerd Hoffmann · 13 years ago
  66. 70fc20d usb: kill usb_send_msg by Gerd Hoffmann · 13 years ago
  67. d28f4e2 usb: kill USB_MSG_RESET by Gerd Hoffmann · 13 years ago
  68. d1f8b53 usb: kill USB_MSG_{ATTACH,DETACH} by Gerd Hoffmann · 13 years ago
  69. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  70. ba02430 usb: separate out legacy usb registration from type registration by Anthony Liguori · 13 years ago
  71. 62aed76 usb: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  72. 9ca2140 Merge remote-tracking branch 'kraxel/usb.37' into staging by Anthony Liguori · 13 years ago
  73. 25d5de7 usb: link packets to endpoints not devices by Gerd Hoffmann · 13 years ago
  74. f003397 usb: add max_packet_size to USBEndpoint by Gerd Hoffmann · 14 years ago
  75. 5b6780d usb/debug: add usb_ep_dump by Gerd Hoffmann · 14 years ago
  76. 82f02fe usb: add ifnum to USBEndpoint by Gerd Hoffmann · 14 years ago
  77. d8e17ef usb: add USBEndpoint by Gerd Hoffmann · 14 years ago
  78. 701a8f7 vmstate: extract declarations out of hw/hw.h by Paolo Bonzini · 13 years ago
  79. b870472 usb: add audio device model by H. Peter Anvin · 14 years ago
  80. 1de14d4 usb: track altsetting in USBDevice by Gerd Hoffmann · 14 years ago
  81. 6536051 usb: track configuration and interface count in USBDevice. by Gerd Hoffmann · 14 years ago
  82. e0b8e72 usb: fix port reset by Gerd Hoffmann · 13 years ago
  83. 5b1cdb4 usb-musb: Add reset function by Juha Riihimäki · 14 years ago
  84. 406c207 usb-musb: Take a DeviceState* in init function by Peter Maydell · 14 years ago
  85. 9147b75 usb: Remove leading underscores from __musb_irq_max by Peter Maydell · 14 years ago
  86. 891fb2c usb: claim port at device initialization time. by Gerd Hoffmann · 14 years ago
  87. f3aaaa2 usb-hid: remove usb_hid_datain_cb by Gerd Hoffmann · 14 years ago
  88. 4f4321c usb: use iovecs in USBPacket by Gerd Hoffmann · 14 years ago
  89. 4706ab6 usb: Replace device_destroy bus op with a child_detach port op by Hans de Goede · 14 years ago
  90. d47e59b usb: Make port wakeup and complete ops take a USBPort instead of a Device by Hans de Goede · 14 years ago
  91. ae60fea usb: Add a register_companion USB bus op. by Hans de Goede · 14 years ago
  92. a7fb71d usb: ignore USB_DT_DEBUG by Gerd Hoffmann · 14 years ago
  93. ba3f9bf usb: Add a speedmask to devices by Hans de Goede · 14 years ago
  94. 8e25781 usb: Add defines for USB Serial Bus Release Number register by Brad Hards · 14 years ago
  95. 07771f6 usb: cancel async packets on unplug by Gerd Hoffmann · 14 years ago
  96. eb5e680 usb: move cancel callback to USBDeviceInfo by Gerd Hoffmann · 14 years ago
  97. 4ff658f usb: keep track of packet owner. by Gerd Hoffmann · 14 years ago
  98. 53aa8c0 usb: add usb_handle_packet by Gerd Hoffmann · 14 years ago
  99. 50b7963 usb-linux: use usb_generic_handle_packet() by Hans de Goede · 14 years ago
  100. 007fd62 usb: Pass the packet to the device's handle_control callback by Hans de Goede · 14 years ago