1. ce6ffea hw/usb/uhci: Replace container_of() by UHCI_GET_CLASS() QOM macro by Philippe Mathieu-Daudé · 2 years, 1 month ago
  2. ef177ee hw/usb/uhci: Declare QOM macros using OBJECT_DECLARE_TYPE() by Philippe Mathieu-Daudé · 2 years, 2 months ago
  3. f071209 hw/usb/hcd-uhci: Introduce TYPE_ defines for device models by Bernhard Beschow · 2 years, 2 months ago
  4. e4f5b93 usb/uhci: Replace pci_set_irq with qemu_set_irq by BALATON Zoltan · 3 years, 4 months ago
  5. ece29df usb/uhci: Disallow user creating a vt82c686-uhci-pci device by BALATON Zoltan · 3 years, 4 months ago
  6. d3647ef usb/uhci: Misc clean up by BALATON Zoltan · 3 years, 4 months ago
  7. 6f2bcd5 hw/usb: Extract VT82C686 UHCI PCI function into a new unit by Philippe Mathieu-Daudé · 4 years ago
  8. 9a4e12a hw/usb/hcd-uhci: Expose generic prototypes to local header by Philippe Mathieu-Daudé · 4 years ago
  9. 729cc68 Remove superfluous timer_del() calls by Peter Maydell · 4 years, 3 months ago
  10. 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 6 months ago
  11. db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 6 months ago
  12. 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
  13. a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
  14. 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 6 years ago
  15. d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
  16. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  17. ff66853 uhci: check device is not NULL before calling usb_ep_get() by Liam Merwick · 6 years ago
  18. 72e21db remove space-tab sequences by Paolo Bonzini · 6 years ago
  19. eae3eb3 qemu/queue.h: simplify reverse access to QTAILQ by Paolo Bonzini · 6 years ago
  20. fd3b02c pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices by Eduardo Habkost · 7 years ago
  21. d2164ad vmstate: error hint for failed equal checks by Halil Pasic · 8 years ago
  22. f419a62 usb/uhci: move pid check by Gerd Hoffmann · 9 years ago
  23. 73bcb24 Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND by Rutuja Shah · 9 years ago
  24. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  25. 5f77e06 usb: add pid check at the first of uhci_handle_td() by Gonglei · 9 years ago
  26. e532b2e usb: Clean up includes by Peter Maydell · 9 years ago
  27. ca5a21c uhci: controller is halted after reset by Gerd Hoffmann · 10 years ago
  28. 49184b6 uhci: QOMify by Gonglei · 10 years ago
  29. 537e572 uhci: fix segfault when hot-unplugging uhci controller by Gonglei · 10 years ago
  30. 63216dc uhci: Convert to realize by Markus Armbruster · 10 years ago
  31. f4bbaaf usb: Propagate errors through usb_register_companion() by Markus Armbruster · 10 years ago
  32. e720677 vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR* by Paolo Bonzini · 10 years ago
  33. a65e4ef uhci: remove useless DEBUG by Gonglei · 10 years ago
  34. 638ca93 usb: tag standalone uhci as hotpluggable by Gerd Hoffmann · 11 years ago
  35. d733f74 usb: add usb host adapters exit trace by Gonglei · 11 years ago
  36. 3a3464b usb-uhci: clean up uhci resource when pci-uhci exit by Gonglei · 11 years ago
  37. 469b046 memory: remove memory_region_destroy by Paolo Bonzini · 11 years ago
  38. 9a1d111 usb: move uhci register defines to header file by Gerd Hoffmann · 11 years ago
  39. 6e3d652 savevm: Remove all the unneeded version_minimum_id_old (usb) by Juan Quintela · 11 years ago
  40. c348e48 uhci: invalidate queue on device address changes by Gerd Hoffmann · 11 years ago
  41. 2897ae0 qdev:pci: refactor PCIDevice to use generic "hotpluggable" property by Igor Mammedov · 11 years ago
  42. 9e64f8a hw: set interrupts using pci irq wrappers by Marcel Apfelbaum · 11 years ago
  43. c889b3a usb: Pass size to usb_bus_new() by Andreas Färber · 12 years ago
  44. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 12 years ago
  45. 6a1751b aio / timers: Untangle include files by Alex Bligh · 12 years ago
  46. 9f0f1a0 uhci: egsm fix by Gerd Hoffmann · 12 years ago
  47. 125ee0e devices: Associate devices to their logical category by Marcel Apfelbaum · 12 years ago
  48. 22fc860 hw/[u-x]*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  49. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  50. 9822261 uhci: Use an intermediate buffer for usb packet data by Hans de Goede · 12 years ago
  51. 8550a02 usb-core: usb3 streams by Gerd Hoffmann · 12 years ago
  52. 89eb147 uhci: stop using portio lists by Gerd Hoffmann · 12 years ago
  53. f79738b usb: Add an usb_device_ep_stopped USBDevice method by Hans de Goede · 12 years ago
  54. 9fdf702 uhci: Maximize how many frames we catch up when behind by Hans de Goede · 12 years ago
  55. f8f48b6 uhci: Limit amount of frames processed in one go by Hans de Goede · 12 years ago
  56. 475443c uhci: Add a QH_VALID define by Hans de Goede · 12 years ago
  57. ecfdc15 uhci: Fix pending interrupts getting lost on migration by Hans de Goede · 12 years ago
  58. 719c130 uhci: Fix 1 ms delay in interrupt reporting to the guest by Hans de Goede · 12 years ago
  59. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  60. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  61. a2cb15b pci: update all users to look in pci/ by Michael S. Tsirkin · 12 years ago
  62. 6c2d1c3 usb: tag usb host adapters as not hotpluggable. by Gerd Hoffmann · 12 years ago
  63. 71d2c9c uhci: Fix double unlink by Hans de Goede · 12 years ago
  64. 1cbdde9 uhci: Don't allow the guest to set port-enabled when there is no dev connected by Hans de Goede · 12 years ago
  65. 8879381 uhci: Add a completions_only flag for async completions by Hans de Goede · 12 years ago
  66. 9a77a0f usb: split packet result into actual_length + status by Hans de Goede · 12 years ago
  67. 7f102eb uhci: Don't crash on device disconnect by Hans de Goede · 12 years ago
  68. faccca0 uhci: Add a uhci_handle_td_error() helper function by Hans de Goede · 12 years ago
  69. 74625ea uhci: add ich9 00:1a.* variants by Gerd Hoffmann · 12 years ago
  70. 8f3f90b uhci: stick irq routing info into UHCIInfo too. by Gerd Hoffmann · 12 years ago
  71. 2c2e852 uhci: dynamic type generation by Gerd Hoffmann · 12 years ago
  72. 6fe3091 uhci: Use only one queue for ctrl endpoints by Hans de Goede · 12 years ago
  73. 8928c9c uhci: Retry to fill the queue while waiting for td completion by Hans de Goede · 12 years ago
  74. 3905097 uhci: Always mark a queue valid when we encounter it by Hans de Goede · 12 years ago
  75. 420ca98 uhci: When the guest marks a pending td non-active, cancel the queue by Hans de Goede · 12 years ago
  76. 8c75a89 uhci: Detect guest td re-use by Hans de Goede · 12 years ago
  77. 66a08cb uhci: Verify queue has not been changed by guest by Hans de Goede · 12 years ago
  78. 5ad23e8 uhci: Immediately free queues on device disconnect by Hans de Goede · 12 years ago
  79. 11d15e4 uhci: Store ep in UHCIQueue by Hans de Goede · 12 years ago
  80. a4f30cd uhci: Make uhci_fill_queue() actually operate on an UHCIQueue by Hans de Goede · 12 years ago
  81. 963a68b uhci: Add uhci_read_td() helper function by Hans de Goede · 12 years ago
  82. 1f250cc uhci: Rename UHCIAsync->td to UHCIAsync->td_addr by Hans de Goede · 12 years ago
  83. 4050737 uhci: Move emptying of the queue's asyncs' queue to uhci_queue_free by Hans de Goede · 12 years ago
  84. 3c87c76 uhci: Drop unnecessary forward declaration of some static functions by Hans de Goede · 12 years ago
  85. a89e255 uhci: Don't retry on error by Hans de Goede · 12 years ago
  86. 2f2ee26 uhci: cleanup: Add an unlink call to uhci_async_cancel() by Hans de Goede · 12 years ago
  87. 5b352ed uhci: No need to handle async completion of isoc packets by Hans de Goede · 12 years ago
  88. a6fb2dd usb: Add an int_req flag to USBPacket by Hans de Goede · 12 years ago
  89. 6ba43f1 usb: Move short-not-ok handling to the core by Hans de Goede · 12 years ago
  90. 0cae7b1 usb: Move clearing of queue on halt to the core by Hans de Goede · 12 years ago
  91. 36dfe32 usb: Add USB_RET_ADD_TO_QUEUE packet result code by Hans de Goede · 12 years ago
  92. 7c2eaca uhci: Move checks to continue queuing to uhci_fill_queue() by Hans de Goede · 12 years ago
  93. 00a0770 uhci: Properly unmap packets on cancel / invalid pid by Hans de Goede · 12 years ago
  94. 883bca7 uhci: Raise interrupt when requested even for non active tds by Hans de Goede · 12 years ago
  95. 72a04d0 uhci: Don't queue up packets after one with the SPD flag set by Hans de Goede · 12 years ago
  96. 45b339b usb: controllers do not need to check for babble themselves by Hans de Goede · 13 years ago
  97. e983395 usb: unique packet ids by Gerd Hoffmann · 13 years ago
  98. 0132b4b usb: Halt ep queue en cancel pending packets on a packet error by Hans de Goede · 13 years ago
  99. 5e59b02 Merge branch pci into master by Michael S. Tsirkin · 13 years ago
  100. 75f151c uhci: initialize expire_time when loading v1 vmstate by Gerd Hoffmann · 13 years ago