1. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  2. 7c12fd9 Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 12 years ago
  3. 993d46c Fix spelling in comments and documentation by Stefan Weil · 12 years ago
  4. 386ab48 usb: Allow overriding of usb_desc at the device level by Hans de Goede · 12 years ago
  5. be41efd usb: Don't allow USB_RET_ASYNC for interrupt packets by Hans de Goede · 12 years ago
  6. 9a77a0f usb: split packet result into actual_length + status by Hans de Goede · 12 years ago
  7. a552a96 usb: Add packet combining functions by Hans de Goede · 12 years ago
  8. bb4d2b2 usb/ehci-pci: add helper to create ich9 usb controllers by Gerd Hoffmann · 12 years ago
  9. a6fb2dd usb: Add an int_req flag to USBPacket by Hans de Goede · 12 years ago
  10. 6ba43f1 usb: Move short-not-ok handling to the core by Hans de Goede · 12 years ago
  11. 0cae7b1 usb: Move clearing of queue on halt to the core by Hans de Goede · 12 years ago
  12. 36dfe32 usb: Add USB_RET_ADD_TO_QUEUE packet result code by Hans de Goede · 12 years ago
  13. d0ff81b usb: Rename __usb_packet_complete to usb_packet_complete_one by Hans de Goede · 12 years ago
  14. 2077469 usb3: bos decriptor by Gerd Hoffmann · 13 years ago
  15. b43a285 usb3: superspeed endpoint companion by Gerd Hoffmann · 13 years ago
  16. c13a9e6 usb-core: Add a usb_ep_find_packet_by_id() helper function by Hans de Goede · 13 years ago
  17. e983395 usb: unique packet ids by Gerd Hoffmann · 13 years ago
  18. 0132b4b usb: Halt ep queue en cancel pending packets on a packet error by Hans de Goede · 13 years ago
  19. 31e404f hw/block-common: Move BlockConf & friends from block.h by Markus Armbruster · 13 years ago
  20. 7c37e6a usb: fix interface initialization by Gerd Hoffmann · 13 years ago
  21. 19deaa0 usb: split endpoint init and reset by Gerd Hoffmann · 13 years ago
  22. e2f8992 usb: Convert usb_packet_{map, unmap} to universal DMA helpers by David Gibson · 13 years ago
  23. 0d93692 qdev: Convert busses to QEMU Object Model by Anthony Liguori · 13 years ago
  24. eeb0cf9 usb/vmstate: add parent dev path by Gerd Hoffmann · 14 years ago
  25. 5ac2731 usb: improve packet state sanity checks by Gerd Hoffmann · 13 years ago
  26. 1b4b29a usb: add shortcut for control transfers by Gerd Hoffmann · 13 years ago
  27. 7936e0f usb: add pipelining option to usb endpoints by Gerd Hoffmann · 13 years ago
  28. d61000a usb: add USB_RET_IOERROR by Hans de Goede · 13 years ago
  29. 3741715 usb: Resolve warnings about unassigned bus on usb device creation by Jan Kiszka · 13 years ago
  30. 37f32f0 usb: add USBBusOps->wakeup_endpoint by Gerd Hoffmann · 13 years ago
  31. 7567b51 usb: pass USBEndpoint to usb_wakeup by Gerd Hoffmann · 13 years ago
  32. db4be87 usb: maintain async packet list per endpoint by Gerd Hoffmann · 13 years ago
  33. 079d0b7 usb: Set USBEndpoint in usb_packet_setup(). by Gerd Hoffmann · 13 years ago
  34. 63095ab usb: add USBEndpoint->{nr,pid} by Gerd Hoffmann · 13 years ago
  35. f53c398 usb: USBPacket: add status, rename owner -> ep by Gerd Hoffmann · 13 years ago
  36. 7f74a56 usb: kill handle_packet callback by Gerd Hoffmann · 13 years ago
  37. 73796fe usb: add usb_find_device() by Gerd Hoffmann · 13 years ago
  38. 70fc20d usb: kill usb_send_msg by Gerd Hoffmann · 13 years ago
  39. d28f4e2 usb: kill USB_MSG_RESET by Gerd Hoffmann · 13 years ago
  40. d1f8b53 usb: kill USB_MSG_{ATTACH,DETACH} by Gerd Hoffmann · 13 years ago
  41. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  42. ba02430 usb: separate out legacy usb registration from type registration by Anthony Liguori · 13 years ago
  43. 62aed76 usb: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  44. 9ca2140 Merge remote-tracking branch 'kraxel/usb.37' into staging by Anthony Liguori · 13 years ago
  45. 25d5de7 usb: link packets to endpoints not devices by Gerd Hoffmann · 13 years ago
  46. f003397 usb: add max_packet_size to USBEndpoint by Gerd Hoffmann · 14 years ago
  47. 5b6780d usb/debug: add usb_ep_dump by Gerd Hoffmann · 14 years ago
  48. 82f02fe usb: add ifnum to USBEndpoint by Gerd Hoffmann · 14 years ago
  49. d8e17ef usb: add USBEndpoint by Gerd Hoffmann · 14 years ago
  50. 701a8f7 vmstate: extract declarations out of hw/hw.h by Paolo Bonzini · 13 years ago
  51. b870472 usb: add audio device model by H. Peter Anvin · 15 years ago
  52. 1de14d4 usb: track altsetting in USBDevice by Gerd Hoffmann · 14 years ago
  53. 6536051 usb: track configuration and interface count in USBDevice. by Gerd Hoffmann · 14 years ago
  54. e0b8e72 usb: fix port reset by Gerd Hoffmann · 14 years ago
  55. 5b1cdb4 usb-musb: Add reset function by Juha Riihimäki · 14 years ago
  56. 406c207 usb-musb: Take a DeviceState* in init function by Peter Maydell · 14 years ago
  57. 9147b75 usb: Remove leading underscores from __musb_irq_max by Peter Maydell · 14 years ago
  58. 891fb2c usb: claim port at device initialization time. by Gerd Hoffmann · 14 years ago
  59. f3aaaa2 usb-hid: remove usb_hid_datain_cb by Gerd Hoffmann · 14 years ago
  60. 4f4321c usb: use iovecs in USBPacket by Gerd Hoffmann · 14 years ago
  61. 4706ab6 usb: Replace device_destroy bus op with a child_detach port op by Hans de Goede · 14 years ago
  62. d47e59b usb: Make port wakeup and complete ops take a USBPort instead of a Device by Hans de Goede · 14 years ago
  63. ae60fea usb: Add a register_companion USB bus op. by Hans de Goede · 14 years ago
  64. a7fb71d usb: ignore USB_DT_DEBUG by Gerd Hoffmann · 14 years ago
  65. ba3f9bf usb: Add a speedmask to devices by Hans de Goede · 14 years ago
  66. 8e25781 usb: Add defines for USB Serial Bus Release Number register by Brad Hards · 14 years ago
  67. 07771f6 usb: cancel async packets on unplug by Gerd Hoffmann · 14 years ago
  68. eb5e680 usb: move cancel callback to USBDeviceInfo by Gerd Hoffmann · 14 years ago
  69. 4ff658f usb: keep track of packet owner. by Gerd Hoffmann · 14 years ago
  70. 53aa8c0 usb: add usb_handle_packet by Gerd Hoffmann · 14 years ago
  71. 50b7963 usb-linux: use usb_generic_handle_packet() by Hans de Goede · 14 years ago
  72. 007fd62 usb: Pass the packet to the device's handle_control callback by Hans de Goede · 14 years ago
  73. 6e625fc usb: add support for "grouped" interfaces and the Interface Association Descriptor by Brad Hards · 14 years ago
  74. c6d3ad0 usb: Add Interface Association Descriptor descriptor type by Brad Hards · 14 years ago
  75. 13a9a0d usb: move complete callback to port ops by Gerd Hoffmann · 14 years ago
  76. 19f3322 usb: control buffer fixes by Hans de Goede · 14 years ago
  77. c1ecb40 usb core: add migration support by Gerd Hoffmann · 14 years ago
  78. ace1318 usb: zap pdev from usbport by Gerd Hoffmann · 14 years ago
  79. 5f69076 usb: add port property. by Gerd Hoffmann · 14 years ago
  80. c7a2196 usb: keep track of physical port address. by Gerd Hoffmann · 14 years ago
  81. 25620cb usb: add device qualifier support by Gerd Hoffmann · 14 years ago
  82. b6f77fb usb: add attach callback by Gerd Hoffmann · 14 years ago
  83. 843d4e0 usb: add speed mask to ports by Gerd Hoffmann · 14 years ago
  84. 01eacab usb: add usb_wakeup() + wakeup callback to port ops by Gerd Hoffmann · 14 years ago
  85. 618c169 usb: rework attach/detach workflow by Gerd Hoffmann · 14 years ago
  86. 0d86d2b usb: create USBPortOps, move attach there. by Gerd Hoffmann · 14 years ago
  87. a980a06 usb: move USB_REQ_{GET,SET}_CONFIGURATION handling to common code by Gerd Hoffmann · 14 years ago
  88. 132a3f5 usb descriptors: add settable strings. by Gerd Hoffmann · 14 years ago
  89. 37fb59d usb: data structs and helpers for usb descriptors. by Gerd Hoffmann · 14 years ago
  90. ab28ccc Record which USBDevice USBPort belongs too. by Gleb Natapov · 14 years ago
  91. f3571b1 usb: class specific interface requests by Max Reitz · 15 years ago
  92. 42be86c usb-net: use qdev for -usbdevice by Gerd Hoffmann · 15 years ago
  93. 0638469 qdev: Separate USB product description from qdev name by Markus Armbruster · 15 years ago
  94. 0fe6d12 qdev: Rename USBDevice member devname to product_desc by Markus Armbruster · 15 years ago
  95. b3e461d usb-storage: use qdev for -usbdevice by Gerd Hoffmann · 15 years ago
  96. 61e094c usb: make attach optional. by Gerd Hoffmann · 15 years ago
  97. 2b0efdc usb-serial and braille: use qdev for -usbdevice by Gerd Hoffmann · 15 years ago
  98. 0958b4c usb core: use qdev for -usbdevice by Gerd Hoffmann · 15 years ago
  99. a8e662b usb: hook unplug into qdev, cleanups + fixes. by Gerd Hoffmann · 16 years ago
  100. b231783 switch usb bus to inplace allocation. by Gerd Hoffmann · 16 years ago