summaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)Author
2017-02-23xhci: properties cleanupGerd Hoffmann
2017-02-23usb: ohci: fix error return code in servicing tdLi Qiang
2017-02-23usb: replace handle_destroy with unrealizeMarc-André Lureau
2017-02-21usb-ccid: add check message size checksGerd Hoffmann
2017-02-21usb-ccid: move header size checkGerd Hoffmann
2017-02-21usb-ccid: better bulk_out error handlingGerd Hoffmann
2017-02-21xhci: drop via vendor command handlingGerd Hoffmann
2017-02-21xhci: fix nec vendor quirk handlingGerd Hoffmann
2017-02-21xhci: add qemu xhci controllerGerd Hoffmann
2017-02-21xhci: drop ER_FULL_HACK workaroundGerd Hoffmann
2017-02-21xhci: apply limits to loopsGerd Hoffmann
2017-02-21usb: ohci: limit the number of link edsLi Qiang
2017-02-21usb: ohci: fix error return code in servicing iso tdLi Qiang
2017-02-21usb: ehci: fix memory leak in ehciLi Qiang
2017-02-06xhci: fix event queue IRQ handlingGerd Hoffmann
2017-02-06usb: ccid: check ccid apdu lengthPrasad J Pandit
2017-02-06xhci: guard xhci_kick_epctx against recursive callsGerd Hoffmann
2017-02-06xhci: don't kick in xhci_submit and xhci_fire_ctl_transferGerd Hoffmann
2017-02-06xhci: rename xhci_complete_packet to xhci_try_complete_packetGerd Hoffmann
2017-02-06xhci: only free completed transfersGerd Hoffmann
2017-02-06usb: accept usb3 control requestsGerd Hoffmann
2017-02-06usb/uas: more verbose error messageGerd Hoffmann
2017-02-06hw/usb/dev-hid: Improve guest compatibility of usb-tabletPhil Dennis-Jordan
2017-02-02Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170202' into...Peter Maydell
2017-02-02Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2017-02-01pci: Convert msix_init() to Error and fix callersCao jin
2017-02-01hcd-xhci: check & correct param before using itCao jin
2017-01-31trace: clean up trace-events filesStefan Hajnoczi
2017-01-31hw/ppc/spapr: Fix boot path of usb-host storage devicesThomas Huth
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau
2017-01-25Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell
2017-01-24usb: Set category and description of the MTP deviceThomas Huth
2017-01-24hw: Fix typos found by codespellStefan Weil
2017-01-24PCI/migration merge vmstate_pci_device and vmstate_pcie_deviceDr. David Alan Gilbert
2017-01-24migration: Allow "device add" options to only add migratable devicesAshijeet Acharya
2017-01-24migration: extend VMStateInfoJianjun Duan
2017-01-16event_notifier: cleanups around event_notifier_set_handlerPaolo Bonzini
2016-11-22xen: attach pvusb usb bus to backend qdevJuergen Gross
2016-11-10usbredir: free vm_change_state_handler in usbredir destroy dispatchLi Qiang
2016-11-10usb: ehci: fix memory leak in ehci_init_transferLi Qiang
2016-10-31Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20161028-tag' into...Peter Maydell
2016-10-28xen: Rename xen_be_send_notifyEmil Condrea
2016-10-28xen: Rename xen_be_unbind_evtchnEmil Condrea
2016-10-28xen: Rename xen_be_printf to xen_pv_printfEmil Condrea
2016-10-28clean-up: removed duplicate #includesAnand J
2016-10-28usb: Change *_exitfn return type from int to voidAkanksha Srivastava
2016-10-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-10-24char: remove unused CHR_EVENT_FOCUSMarc-André Lureau
2016-10-24char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau
2016-10-24char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinitMarc-André Lureau