1. 88dd1b8 ohci: fix resource cleanup leak by Gonglei · 10 years ago
  2. 87581fe ohci: Complete conversion to realize by Markus Armbruster · 10 years ago
  3. f4bbaaf usb: Propagate errors through usb_register_companion() by Markus Armbruster · 10 years ago
  4. e720677 vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR* by Paolo Bonzini · 10 years ago
  5. bc0d104 ohci: drop computed flags from trace events by Alex Bennée · 10 years ago
  6. 3af8f17 ohci: Split long traces to smaller ones by Alexey Kardashevskiy · 10 years ago
  7. dc1f598 ohci: Convert fprint/DPRINTF/print to traces by Alexey Kardashevskiy · 10 years ago
  8. 07832c3 usb-ohci: add exit function by Gonglei · 11 years ago
  9. 80be63d usb-ohci: Fix memory leak for ohci timer by Gonglei · 11 years ago
  10. cae7f29 Fix OHCI ISO TD state never being written back. by Jack Un · 11 years ago
  11. b9b45b4 hw/usb: Add missing 'static' attribute by Stefan Weil · 11 years ago
  12. 25feab2 migration: Remove unneeded minimum_version_id_old by Juan Quintela · 11 years ago
  13. 69e25d2 usb-ohci: Add vmstate descriptor by Alexey Kardashevskiy · 11 years ago
  14. 00b0179 hw/usb/hcd-ohci.c: Avoid shifting left into sign bit by Peter Maydell · 11 years ago
  15. 2897ae0 qdev:pci: refactor PCIDevice to use generic "hotpluggable" property by Igor Mammedov · 11 years ago
  16. b0eb759 Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 11 years ago
  17. 9e64f8a hw: set interrupts using pci irq wrappers by Marcel Apfelbaum · 11 years ago
  18. 4b351a0 pci-ohci: Add missing 'break' in ohci_service_td by Ján Veselý · 11 years ago
  19. c889b3a usb: Pass size to usb_bus_new() by Andreas Färber · 12 years ago
  20. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 12 years ago
  21. cf66ee8 hcd-ohci: add dma error handling by Alexey Kardashevskiy · 12 years ago
  22. 125ee0e devices: Associate devices to their logical category by Marcel Apfelbaum · 12 years ago
  23. 457215e ohci: Use QOM realize for OHCI by Hu Tao · 12 years ago
  24. 1aa0c0c ohci: QOM'ify some more by Hu Tao · 12 years ago
  25. 22fc860 hw/[u-x]*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  26. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  27. df32fd1 dma: eliminate DMAContext by Paolo Bonzini · 12 years ago
  28. 8550a02 usb-core: usb3 streams by Gerd Hoffmann · 12 years ago
  29. 7fa96d7 ohci: add missing break by Gerd Hoffmann · 12 years ago
  30. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  31. f79738b usb: Add an usb_device_ep_stopped USBDevice method by Hans de Goede · 12 years ago
  32. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  33. a2cb15b pci: update all users to look in pci/ by Michael S. Tsirkin · 12 years ago
  34. 6c2d1c3 usb: tag usb host adapters as not hotpluggable. by Gerd Hoffmann · 12 years ago
  35. 5f580e9 Merge remote-tracking branch 'bonzini/scsi-next' into staging by Anthony Liguori · 12 years ago
  36. 9e11908 dma: Define dma_context_memory and use in sysbus-ohci by Peter Maydell · 12 years ago
  37. 9a77a0f usb: split packet result into actual_length + status by Hans de Goede · 12 years ago
  38. a6fb2dd usb: Add an int_req flag to USBPacket by Hans de Goede · 12 years ago
  39. 6ba43f1 usb: Move short-not-ok handling 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. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  42. 4d5b97d cleanup useless return sentence by Amos Kong · 12 years ago
  43. e983395 usb: unique packet ids by Gerd Hoffmann · 13 years ago
  44. 9ac6a21 usb-ohci: Use universal DMA helper functions by David Gibson · 13 years ago
  45. 86e18ca usb-ohci: DMA writeback bug fixes by Wei Yang · 13 years ago
  46. afb9a60 usb: zap hw/ush-{ohic,uhci}.h + init wrappers by Gerd Hoffmann · 13 years ago
  47. f1ae32a usb: the big rename by Gerd Hoffmann · 13 years ago[Renamed (99%) from hw/usb-ohci.c]
  48. d61000a usb: add USB_RET_IOERROR by Hans de Goede · 13 years ago
  49. 7718564 Merge remote-tracking branch 'kraxel/usb.38' into staging by Anthony Liguori · 13 years ago
  50. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  51. 079d0b7 usb: Set USBEndpoint in usb_packet_setup(). by Gerd Hoffmann · 13 years ago
  52. f53c398 usb: USBPacket: add status, rename owner -> ep by Gerd Hoffmann · 13 years ago
  53. 993048b usb-ohci: switch to usb_find_device() by Gerd Hoffmann · 13 years ago
  54. d28f4e2 usb: kill USB_MSG_RESET by Gerd Hoffmann · 13 years ago
  55. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  56. 999e12b sysbus: apic: ioapic: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  57. 40021f0 pci: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  58. f79f2bf qdev: don't access name through info by Anthony Liguori · 13 years ago
  59. 30fbb9f qdev: move qdev->info to class by Anthony Liguori · 13 years ago
  60. 25d5de7 usb: link packets to endpoints not devices by Gerd Hoffmann · 13 years ago
  61. fd891c9 usb-ohci: td.cbp incorrectly updated near page end by Andriy Gapon · 13 years ago
  62. 750ecd4 sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() by Avi Kivity · 13 years ago
  63. 905fb03 hw/usb-ohci: Honour endpoint maximum packet size by Peter Maydell · 13 years ago
  64. 8d11b78 hw/usb-ohci: Fix OHCI_TD_T1 bit position definition by Peter Maydell · 13 years ago
  65. e0b8e72 usb: fix port reset by Gerd Hoffmann · 13 years ago
  66. 817e0b6 pci: interrupt pin documentation update by Michael S. Tsirkin · 13 years ago
  67. 891fb2c usb: claim port at device initialization time. by Gerd Hoffmann · 14 years ago
  68. e824b2c pci: rename pci_register_bar_region() to pci_register_bar() by Avi Kivity · 14 years ago
  69. 4f4321c usb: use iovecs in USBPacket by Gerd Hoffmann · 14 years ago
  70. 6da4831 usb-ohci: convert to MemoryRegion by Avi Kivity · 14 years ago
  71. 3dc345d usb-ohci: raise interrupt on attach by Gerd Hoffmann · 14 years ago
  72. 9c9fc33 usb-ohci: Add support for being a companion controller by Hans de Goede · 14 years ago
  73. 4706ab6 usb: Replace device_destroy bus op with a child_detach port op by Hans de Goede · 14 years ago
  74. d47e59b usb: Make port wakeup and complete ops take a USBPort instead of a Device by Hans de Goede · 14 years ago
  75. 3631e6c usb: Move (initial) call of usb_port_location to usb_fill_port by Hans de Goede · 14 years ago
  76. f3dc005 hw/usb-ohci.c: Fix handling of remote wakeup corner cases by Peter Maydell · 14 years ago
  77. fdba959 Merge remote-tracking branch 'mst/for_anthony' into staging by Anthony Liguori · 14 years ago
  78. befeac4 Merge remote-tracking branch 'origin/master' into pci by Michael S. Tsirkin · 14 years ago
  79. 9bba1eb hw/usb-ohci.c: Implement remote wakeup by Peter Maydell · 14 years ago
  80. 4b0315d hw/usb-ohci.c: Ignore writes to HcPeriodCurrentED register by Peter Maydell · 14 years ago
  81. 07771f6 usb: cancel async packets on unplug by Gerd Hoffmann · 14 years ago
  82. a8eae58 hw/usb-ohci.c: convert to PCIDeviceInfo to initialize ids by Isaku Yamahata · 14 years ago
  83. 53aa8c0 usb: add usb_handle_packet by Gerd Hoffmann · 14 years ago
  84. 3964f53 Merge remote-tracking branch 'mst/for_anthony' into staging by Anthony Liguori · 14 years ago
  85. 5300f1a Merge remote branch 'origin/master' into pci by Michael S. Tsirkin · 14 years ago
  86. 13a9a0d usb: move complete callback to port ops by Gerd Hoffmann · 14 years ago
  87. 9066df1 ohci: get ohci state via container_of() by Gerd Hoffmann · 14 years ago
  88. 54f7b4a Replace cpu_physical_memory_rw were possible by Stefan Weil · 14 years ago
  89. 6e964de usb-ohci: convert to pci_register_bar_simple() by Avi Kivity · 14 years ago
  90. 7447545 change all other clock references to use nanosecond resolution accessors by Paolo Bonzini · 14 years ago
  91. ace1318 usb: zap pdev from usbport by Gerd Hoffmann · 14 years ago
  92. c7a2196 usb: keep track of physical port address. by Gerd Hoffmann · 14 years ago
  93. 843d4e0 usb: add speed mask to ports by Gerd Hoffmann · 14 years ago
  94. 618c169 usb: rework attach/detach workflow by Gerd Hoffmann · 14 years ago
  95. 0d86d2b usb: create USBPortOps, move attach there. by Gerd Hoffmann · 14 years ago
  96. ab28ccc Record which USBDevice USBPort belongs too. by Gleb Natapov · 14 years ago
  97. 3455749 usb_ohci: Always use little endian by Alexander Graf · 14 years ago
  98. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  99. b90c73c pci: Replace unneeded type casts in calls of pci_register_bar by Stefan Weil · 14 years ago
  100. 0956457 OHCI address decoding fix by Paul Brook · 15 years ago