summaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)AuthorFilesLines
2014-10-15redirect: remove bootindex property from qdev to qomGonglei1-1/+11
2014-10-15host-libusb: remove bootindex property from qdev to qomGonglei1-1/+11
2014-10-15usb-net: add bootindex to qom propertyGonglei1-0/+11
2014-09-26ohci: drop computed flags from trace eventsAlex Bennée1-2/+1
2014-09-26ohci: Split long traces to smaller onesAlexey Kardashevskiy1-8/+12
2014-09-23usb: tag standalone ehci as hotpluggableGerd Hoffmann3-3/+18
2014-09-23usb: tag standalone uhci as hotpluggableGerd Hoffmann1-3/+13
2014-09-23usb: tag xhci as hotpluggableGerd Hoffmann1-1/+0
2014-09-23usb-serial: only check speed once at realize timeGonglei1-7/+9
2014-09-23usb-bus: introduce a wrapper function to check speedGonglei1-1/+13
2014-09-23usb-bus: remove "init" from USBDeviceClass structGonglei1-2/+0
2014-09-23usb-mtp: convert init to realizeGonglei1-3/+2
2014-09-23usb-redir: convert init to realizeGonglei1-8/+7
2014-09-23usb-audio: convert init to realizeGonglei1-3/+2
2014-09-23dev-wacom: convert init to realizeGonglei1-3/+2
2014-09-23dev-hid: convert init to realizeGonglei1-14/+13
2014-09-23usb-ccid: convert init to realizeGonglei1-3/+2
2014-09-23dev-serial: convert init to realizeGonglei1-12/+6
2014-09-23dev-bluetooth: convert init to realizeGonglei1-4/+2
2014-09-23dev-uas: using error_report instead of fprintfGonglei1-5/+6
2014-09-23dev-uas: convert init to realizeGonglei1-4/+2
2014-09-23dev-storage: usring error_report instead of fprintf/printfGonglei1-6/+6
2014-09-23dev-storage: convert init to realizeGonglei1-13/+8
2014-09-23usb-hub: convert init to realizeGonglei1-5/+4
2014-09-23libusb: using error_report instead of fprintfGonglei1-5/+4
2014-09-23libusb: convert init to realizeGonglei1-9/+8
2014-09-23usb-net: convert init to realizeGonglei1-5/+4
2014-09-23usb-bus: convert USBDeviceClass init to realizeGonglei5-48/+73
2014-09-23ohci: Convert fprint/DPRINTF/print to tracesAlexey Kardashevskiy1-123/+99
2014-09-23usb-storage: fix possible memory leak and missing error messageGonglei1-0/+2
2014-09-22usb-storage: Fix how legacy init handles option ID clashMarkus Armbruster1-2/+4
2014-09-10xhci PCIe endpoint migration compatibility fixDr. David Alan Gilbert1-1/+5
2014-08-29usb: add usb host adapters exit traceGonglei3-0/+6
2014-08-29usb-xhci: add exit functionGonglei1-0/+36
2014-08-29usb-ehci: add ehci-pci device exit functionGonglei1-0/+14
2014-08-29usb-ehci: add ehci unrealize funcitonGonglei2-0/+26
2014-08-29usb-ehci: add vmstate properity for EHCIStateGonglei2-1/+2
2014-08-29usb-uhci: clean up uhci resource when pci-uhci exitGonglei1-0/+22
2014-08-29usb-ohci: add exit functionGonglei1-0/+19
2014-08-29usb-ohci: Fix memory leak for ohci timerGonglei1-1/+3
2014-08-29usb: add usb_bus_release functionGonglei1-0/+7
2014-08-29Revert "xhci: Fix number of streams allocated when using streams"Gerd Hoffmann1-1/+1
2014-08-29xhci: use (1u << i)Gerd Hoffmann1-2/+2
2014-08-29Fix OHCI ISO TD state never being written back.Jack Un1-2/+2
2014-08-29xhci: fix debug print compiling errorGonglei1-3/+3
2014-08-29usb: Fix bootindex for portnr > 9Markus Armbruster1-2/+2
2014-08-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-8/+0
2014-08-18memory: remove memory_region_destroyPaolo Bonzini1-8/+0
2014-08-15usb: don't use 'Yoda conditions'Gonglei3-4/+4
2014-07-23usb: mtp: tag root property as experimentalGerd Hoffmann1-1/+1