summaryrefslogtreecommitdiffstats
path: root/hw/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-03-092-8/+4
|\
| * pci: Trivial device model conversions to realizeMarkus Armbruster2015-02-262-8/+4
* | Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20150303-1' into s...Peter Maydell2015-03-081-3/+12
|\ \
| * | xhci: generate a Transfer Event for each Transfer TRB with the IOC bit setLaszlo Ersek2015-03-031-3/+12
| |/
* | QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix useMarkus Armbruster2015-02-262-5/+5
|/
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into...Peter Maydell2015-02-263-6/+3
|\
| * error: Use error_report_err() where appropriateMarkus Armbruster2015-02-183-6/+3
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-02-18' in...Peter Maydell2015-02-253-3/+3
|\ \
| * | hmp: Name HMP info handler functions hmp_info_SUBCOMMAND()Markus Armbruster2015-02-183-3/+3
| |/
* | Make sysbus EHCI devices ARM only by defaultDavid Gibson2015-02-181-1/+2
* | usb: Change usb_create_simple() to abort on failureMarkus Armbruster2015-02-181-8/+1
* | usb: Suppress bogus error when automatic usb-hub creation failsMarkus Armbruster2015-02-181-7/+28
* | usb: Do not prefix error_setg() messages with "Error: "Markus Armbruster2015-02-181-2/+2
* | usb: Improve -usbdevice error reporting a bitMarkus Armbruster2015-02-186-17/+19
* | usb: usb_create() can't fail, drop useless error handlingMarkus Armbruster2015-02-185-18/+1
|/
* usb: Pair g_malloc() with g_free(), not free()Markus Armbruster2015-02-101-1/+1
* vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini2015-01-265-5/+5
* usb: delete redundant brackets in usb_host_handle_control()lijun2014-12-101-1/+1
* hcd-musb: fix dereference null return valuePaolo Bonzini2014-11-171-2/+6
* usb-host: fix usb_host_speed_compat tyopsGerd Hoffmann2014-11-121-3/+3
* xhci: add sanity checks to xhci_lookup_uportGerd Hoffmann2014-11-111-0/+9
* Provide the missing LIBUSB_LOG_LEVEL_* for older libusb or FreeBSD. Providing...Chris Johns2014-11-111-0/+6
* uhci: remove useless DEBUGGonglei2014-10-281-3/+0
* xhci: add property to turn on/off streams supportGerd Hoffmann2014-10-281-3/+12
* 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
OpenPOWER on IntegriCloud