summaryrefslogtreecommitdiffstats
path: root/hw/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2014-10-221-8/+11
|\
| * hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-201-8/+9
| * block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster2014-10-201-1/+3
* | Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20141015-2' into s...Peter Maydell2014-10-222-26/+154
|\ \ | |/ |/|
| * xhci: remove dead codeGerd Hoffmann2014-10-151-6/+0
| * usb-hid: Add high speed keyboard configurationJan Vesely2014-10-151-1/+65
| * usb-hid: Add high speed mouse configurationJan Vesely2014-10-151-1/+70
| * usb-hid: Move descriptor decision to usb-hid initfnJan Vesely2014-10-151-20/+21
* | Merge remote-tracking branch 'remotes/kraxel/tags/pull-bootindex-20141015-1' ...Peter Maydell2014-10-164-5/+84
|\ \
| * | bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei2014-10-153-4/+0
| * | usb-storage: add bootindex to qom propertyGonglei2014-10-151-0/+52
| * | redirect: remove bootindex property from qdev to qomGonglei2014-10-151-1/+11
| * | host-libusb: remove bootindex property from qdev to qomGonglei2014-10-151-1/+11
| * | usb-net: add bootindex to qom propertyGonglei2014-10-151-0/+11
| |/
* | usb: Convert usb devices to hotplug handler APIIgor Mammedov2014-10-151-2/+7
* | usb: Convert usb-ccid to hotplug handler APIIgor Mammedov2014-10-151-1/+7
* | usb-storage: Drop not needed "allow_hotplug = 0"Igor Mammedov2014-10-151-1/+0
* | usb-bot: Drop not needed "allow_hotplug = 0"Igor Mammedov2014-10-151-1/+0
* | usb-bot: Mark device as non hotpluggableIgor Mammedov2014-10-151-0/+2
|/
* ohci: drop computed flags from trace eventsAlex Bennée2014-09-261-2/+1
* ohci: Split long traces to smaller onesAlexey Kardashevskiy2014-09-261-8/+12
* usb: tag standalone ehci as hotpluggableGerd Hoffmann2014-09-233-3/+18
* usb: tag standalone uhci as hotpluggableGerd Hoffmann2014-09-231-3/+13
* usb: tag xhci as hotpluggableGerd Hoffmann2014-09-231-1/+0
* usb-serial: only check speed once at realize timeGonglei2014-09-231-7/+9
* usb-bus: introduce a wrapper function to check speedGonglei2014-09-231-1/+13
* usb-bus: remove "init" from USBDeviceClass structGonglei2014-09-231-2/+0
* usb-mtp: convert init to realizeGonglei2014-09-231-3/+2
* usb-redir: convert init to realizeGonglei2014-09-231-8/+7
* usb-audio: convert init to realizeGonglei2014-09-231-3/+2
* dev-wacom: convert init to realizeGonglei2014-09-231-3/+2
* dev-hid: convert init to realizeGonglei2014-09-231-14/+13
* usb-ccid: convert init to realizeGonglei2014-09-231-3/+2
* dev-serial: convert init to realizeGonglei2014-09-231-12/+6
* dev-bluetooth: convert init to realizeGonglei2014-09-231-4/+2
* dev-uas: using error_report instead of fprintfGonglei2014-09-231-5/+6
* dev-uas: convert init to realizeGonglei2014-09-231-4/+2
* dev-storage: usring error_report instead of fprintf/printfGonglei2014-09-231-6/+6
* dev-storage: convert init to realizeGonglei2014-09-231-13/+8
* usb-hub: convert init to realizeGonglei2014-09-231-5/+4
* libusb: using error_report instead of fprintfGonglei2014-09-231-5/+4
* libusb: convert init to realizeGonglei2014-09-231-9/+8
* usb-net: convert init to realizeGonglei2014-09-231-5/+4
* usb-bus: convert USBDeviceClass init to realizeGonglei2014-09-235-48/+73
* ohci: Convert fprint/DPRINTF/print to tracesAlexey Kardashevskiy2014-09-231-123/+99
* usb-storage: fix possible memory leak and missing error messageGonglei2014-09-231-0/+2
* usb-storage: Fix how legacy init handles option ID clashMarkus Armbruster2014-09-221-2/+4
* xhci PCIe endpoint migration compatibility fixDr. David Alan Gilbert2014-09-101-1/+5
* usb: add usb host adapters exit traceGonglei2014-08-293-0/+6
* usb-xhci: add exit functionGonglei2014-08-291-0/+36
OpenPOWER on IntegriCloud