aboutsummaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)Author
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
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau
2016-10-24char: replace PROP_CHR with CharBackendMarc-André Lureau
2016-10-24char: remove init callbackMarc-André Lureau
2016-10-21xen-usb: do not reference PAGE_SIZEStefano Stabellini
2016-10-12usb-redir: allocate buffers before waking up the host adapterHans de Goede
2016-10-12usb: Fix incorrect default DMA offset.Vijay Kumar B
2016-10-12usb: fix serial generatorGerd Hoffmann
2016-10-12xhci: make xhci_epid_to_usbep accept XHCIEPContextGerd Hoffmann
2016-10-12xhci: drop XHCITransfer->{slotid,epid}Gerd Hoffmann
2016-10-12xhci: add & use xhci_kick_epctx()Gerd Hoffmann
2016-10-12xhci: drop XHCITransfer->xhciGerd Hoffmann
2016-10-12xhci: use linked list for transfersGerd Hoffmann
2016-10-12xhci: drop unused comp_xfer fieldGerd Hoffmann
2016-10-12xhci: decouple EV_QUEUE from TD_QUEUEGerd Hoffmann