summaryrefslogtreecommitdiffstats
path: root/hw/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170228a'...Peter Maydell2017-03-021-19/+0Star
|\
| * migrate: Introduce a 'dc->vmsd' check to avoid segfault for --only-migratableAshijeet Acharya2017-02-281-19/+0Star
* | Merge remote-tracking branch 'remotes/elmarco/tags/leak-pull-request' into st...Peter Maydell2017-03-022-0/+18
|\ \
| * | usb: release the created busesMarc-André Lureau2017-03-012-0/+18
| |/
* / hw/block: Request permissionsKevin Wolf2017-02-281-1/+5
|/
* xhci: properties cleanupGerd Hoffmann2017-02-231-3/+26
* usb: ohci: fix error return code in servicing tdLi Qiang2017-02-231-1/+1
* usb: replace handle_destroy with unrealizeMarc-André Lureau2017-02-2311-24/+25
* usb-ccid: add check message size checksGerd Hoffmann2017-02-211-3/+10
* usb-ccid: move header size checkGerd Hoffmann2017-02-211-7/+6Star
* usb-ccid: better bulk_out error handlingGerd Hoffmann2017-02-211-55/+61
* xhci: drop via vendor command handlingGerd Hoffmann2017-02-211-31/+0Star
* xhci: fix nec vendor quirk handlingGerd Hoffmann2017-02-211-15/+29
* xhci: add qemu xhci controllerGerd Hoffmann2017-02-211-4/+36
* xhci: drop ER_FULL_HACK workaroundGerd Hoffmann2017-02-211-106/+11Star
* xhci: apply limits to loopsGerd Hoffmann2017-02-212-1/+15
* usb: ohci: limit the number of link edsLi Qiang2017-02-211-1/+8
* usb: ohci: fix error return code in servicing iso tdLi Qiang2017-02-211-1/+1
* usb: ehci: fix memory leak in ehciLi Qiang2017-02-213-0/+15
* xhci: fix event queue IRQ handlingGerd Hoffmann2017-02-061-0/+13
* usb: ccid: check ccid apdu lengthPrasad J Pandit2017-02-061-1/+1
* xhci: guard xhci_kick_epctx against recursive callsGerd Hoffmann2017-02-061-0/+7
* xhci: don't kick in xhci_submit and xhci_fire_ctl_transferGerd Hoffmann2017-02-061-8/+0Star
* xhci: rename xhci_complete_packet to xhci_try_complete_packetGerd Hoffmann2017-02-061-6/+6
* xhci: only free completed transfersGerd Hoffmann2017-02-061-1/+3
* usb: accept usb3 control requestsGerd Hoffmann2017-02-061-0/+7
* usb/uas: more verbose error messageGerd Hoffmann2017-02-061-1/+2
* hw/usb/dev-hid: Improve guest compatibility of usb-tabletPhil Dennis-Jordan2017-02-061-3/+3
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170202' into...Peter Maydell2017-02-022-0/+34
|\
| * hw/ppc/spapr: Fix boot path of usb-host storage devicesThomas Huth2017-01-312-0/+34
* | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2017-02-021-1/+0Star
|\ \
| * | trace: clean up trace-events filesStefan Hajnoczi2017-01-311-1/+0Star
| |/
* | pci: Convert msix_init() to Error and fix callersCao jin2017-02-011-2/+2
* | hcd-xhci: check & correct param before using itCao jin2017-02-011-19/+18Star
|/
* char: rename CharDriverState ChardevMarc-André Lureau2017-01-273-6/+6
* Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell2017-01-251-1/+3
|\
| * usb: Set category and description of the MTP deviceThomas Huth2017-01-241-0/+2
| * hw: Fix typos found by codespellStefan Weil2017-01-241-1/+1
* | PCI/migration merge vmstate_pci_device and vmstate_pcie_deviceDr. David Alan Gilbert2017-01-241-1/+1
* | migration: Allow "device add" options to only add migratable devicesAshijeet Acharya2017-01-241-0/+19
* | migration: extend VMStateInfoJianjun Duan2017-01-241-7/+19
|/
* event_notifier: cleanups around event_notifier_set_handlerPaolo Bonzini2017-01-161-1/+1
* xen: attach pvusb usb bus to backend qdevJuergen Gross2016-11-221-13/+10Star
* usbredir: free vm_change_state_handler in usbredir destroy dispatchLi Qiang2016-11-101-1/+4
* usb: ehci: fix memory leak in ehci_init_transferLi Qiang2016-11-101-0/+1
* Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20161028-tag' into...Peter Maydell2016-10-311-23/+23
|\
| * xen: Rename xen_be_send_notifyEmil Condrea2016-10-291-3/+3
| * xen: Rename xen_be_unbind_evtchnEmil Condrea2016-10-291-1/+1
| * xen: Rename xen_be_printf to xen_pv_printfEmil Condrea2016-10-291-19/+19
* | clean-up: removed duplicate #includesAnand J2016-10-281-1/+0Star