aboutsummaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)AuthorFilesLines
2017-02-06xhci: fix event queue IRQ handlingGerd Hoffmann1-0/+13
2017-02-06usb: ccid: check ccid apdu lengthPrasad J Pandit1-1/+1
2017-02-06xhci: guard xhci_kick_epctx against recursive callsGerd Hoffmann1-0/+7
2017-02-06xhci: don't kick in xhci_submit and xhci_fire_ctl_transferGerd Hoffmann1-8/+0
2017-02-06xhci: rename xhci_complete_packet to xhci_try_complete_packetGerd Hoffmann1-6/+6
2017-02-06xhci: only free completed transfersGerd Hoffmann1-1/+3
2017-02-06usb: accept usb3 control requestsGerd Hoffmann1-0/+7
2017-02-06usb/uas: more verbose error messageGerd Hoffmann1-1/+2
2017-02-06hw/usb/dev-hid: Improve guest compatibility of usb-tabletPhil Dennis-Jordan1-3/+3
2017-02-02Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170202' into...Peter Maydell2-0/+34
2017-02-02Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell1-1/+0
2017-02-01pci: Convert msix_init() to Error and fix callersCao jin1-2/+2
2017-02-01hcd-xhci: check & correct param before using itCao jin1-19/+18
2017-01-31trace: clean up trace-events filesStefan Hajnoczi1-1/+0
2017-01-31hw/ppc/spapr: Fix boot path of usb-host storage devicesThomas Huth2-0/+34
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau3-6/+6
2017-01-25Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell1-1/+3
2017-01-24usb: Set category and description of the MTP deviceThomas Huth1-0/+2
2017-01-24hw: Fix typos found by codespellStefan Weil1-1/+1
2017-01-24PCI/migration merge vmstate_pci_device and vmstate_pcie_deviceDr. David Alan Gilbert1-1/+1
2017-01-24migration: Allow "device add" options to only add migratable devicesAshijeet Acharya1-0/+19
2017-01-24migration: extend VMStateInfoJianjun Duan1-7/+19
2017-01-16event_notifier: cleanups around event_notifier_set_handlerPaolo Bonzini1-1/+1
2016-11-22xen: attach pvusb usb bus to backend qdevJuergen Gross1-13/+10
2016-11-10usbredir: free vm_change_state_handler in usbredir destroy dispatchLi Qiang1-1/+4
2016-11-10usb: ehci: fix memory leak in ehci_init_transferLi Qiang1-0/+1
2016-10-31Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20161028-tag' into...Peter Maydell1-23/+23
2016-10-28xen: Rename xen_be_send_notifyEmil Condrea1-3/+3
2016-10-28xen: Rename xen_be_unbind_evtchnEmil Condrea1-1/+1
2016-10-28xen: Rename xen_be_printf to xen_pv_printfEmil Condrea1-19/+19
2016-10-28clean-up: removed duplicate #includesAnand J1-1/+0
2016-10-28usb: Change *_exitfn return type from int to voidAkanksha Srivastava4-15/+7
2016-10-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell3-34/+40
2016-10-24char: remove unused CHR_EVENT_FOCUSMarc-André Lureau2-4/+0
2016-10-24char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau3-3/+3
2016-10-24char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinitMarc-André Lureau2-1/+2
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau3-24/+31
2016-10-24char: replace PROP_CHR with CharBackendMarc-André Lureau3-25/+27
2016-10-24char: remove init callbackMarc-André Lureau1-2/+2
2016-10-21xen-usb: do not reference PAGE_SIZEStefano Stabellini1-2/+2
2016-10-12usb-redir: allocate buffers before waking up the host adapterHans de Goede1-3/+7
2016-10-12usb: Fix incorrect default DMA offset.Vijay Kumar B1-1/+1
2016-10-12usb: fix serial generatorGerd Hoffmann1-6/+6
2016-10-12xhci: make xhci_epid_to_usbep accept XHCIEPContextGerd Hoffmann1-14/+15
2016-10-12xhci: drop XHCITransfer->{slotid,epid}Gerd Hoffmann1-9/+7
2016-10-12xhci: add & use xhci_kick_epctx()Gerd Hoffmann1-17/+26
2016-10-12xhci: drop XHCITransfer->xhciGerd Hoffmann1-13/+9
2016-10-12xhci: use linked list for transfersGerd Hoffmann1-54/+68
2016-10-12xhci: drop unused comp_xfer fieldGerd Hoffmann1-1/+0
2016-10-12xhci: decouple EV_QUEUE from TD_QUEUEGerd Hoffmann1-1/+1