summaryrefslogtreecommitdiffstats
path: root/hw/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-10-243-34/+40
|\
| * char: remove unused CHR_EVENT_FOCUSMarc-André Lureau2016-10-242-4/+0Star
| * char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau2016-10-243-3/+3
| * char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinitMarc-André Lureau2016-10-242-1/+2
| * char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau2016-10-243-24/+31
| * char: replace PROP_CHR with CharBackendMarc-André Lureau2016-10-243-25/+27
| * char: remove init callbackMarc-André Lureau2016-10-241-2/+2
* | xen-usb: do not reference PAGE_SIZEStefano Stabellini2016-10-211-2/+2
|/
* usb-redir: allocate buffers before waking up the host adapterHans de Goede2016-10-121-3/+7
* usb: Fix incorrect default DMA offset.Vijay Kumar B2016-10-121-1/+1
* usb: fix serial generatorGerd Hoffmann2016-10-121-6/+6
* xhci: make xhci_epid_to_usbep accept XHCIEPContextGerd Hoffmann2016-10-121-14/+15
* xhci: drop XHCITransfer->{slotid,epid}Gerd Hoffmann2016-10-121-9/+7Star
* xhci: add & use xhci_kick_epctx()Gerd Hoffmann2016-10-121-17/+26
* xhci: drop XHCITransfer->xhciGerd Hoffmann2016-10-121-13/+9Star
* xhci: use linked list for transfersGerd Hoffmann2016-10-121-54/+68
* xhci: drop unused comp_xfer fieldGerd Hoffmann2016-10-121-1/+0Star
* xhci: decouple EV_QUEUE from TD_QUEUEGerd Hoffmann2016-10-121-1/+1
* xhci: limit the number of link trbs we are willing to processGerd Hoffmann2016-10-121-0/+10
* usb: ehci: fix memory leak in ehci_process_itdLi Qiang2016-10-081-0/+1
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160914-1' into s...Peter Maydell2016-09-153-9/+204
|\
| * usb-mtp: added object propertiesIsaac Lozano2016-09-141-0/+177
| * usb-mtp: fix sending files larger than 4gbIsaac Lozano2016-09-141-5/+15
| * usb:xhci:fix memory leak in usb_xhci_exitLi Qiang2016-09-131-2/+1Star
| * usb-host: fix streams detection in usb_host_speed_compatGerd Hoffmann2016-09-131-2/+5
| * xhci: Fix remainder field for TR_SETUP completion event.Hans Petter Selasky2016-09-131-0/+6
* | hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_allDaniel P. Berrange2016-09-132-3/+8
|/
* trace-events: fix first line comment in trace-eventsLaurent Vivier2016-08-121-1/+1
* usb: free leaking pathMarc-André Lureau2016-08-071-0/+1
* usb: free USBDevice.stringsMarc-André Lureau2016-08-071-0/+7
* xen: drain submit queue in xen-usb before removing deviceJuergen Gross2016-08-031-33/+63
* ehci: faster frame index calculation for skipped framesEvgeny Yakovlev2016-08-021-16/+15Star
* wxx: Fix compilation of host-libusb.cStefan Weil2016-08-021-3/+4
* wxx: Fix compiler warning for host-libusb.cStefan Weil2016-08-021-1/+2
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160720-1' into s...Peter Maydell2016-07-202-2/+8
|\
| * usbredir: add streams propertyGerd Hoffmann2016-07-201-1/+5
| * xhci: Fix possible side effect from assert()Alexey Kardashevskiy2016-07-201-1/+3
* | net: Use correct type for bool flagEric Blake2016-07-191-1/+1
* | qapi: Change Netdev into a flat unionEric Blake2016-07-191-1/+1
|/
* block/qdev: Allow configuring WCE with qdev propertiesKevin Wolf2016-07-131-0/+1
* block/qdev: Allow node name for drive propertiesKevin Wolf2016-07-131-1/+4
* Clean up header guards that don't match their file nameMarkus Armbruster2016-07-121-2/+3
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-121-1/+1
* xen-usb: Fix 32bit buildAnthony PERARD2016-07-121-1/+2
* nec-usb-xhci: set the device state to USB_STATE_DEFAULTZhang Shuaiyi2016-07-121-1/+2
* pci: Convert msi_init() to Error and fix callers to check itCao jin2016-07-051-4/+19
* usb xhci: change msi/msix property typeCao jin2016-07-051-7/+9
* usb-uas: hotplug supportGerd Hoffmann2016-06-221-0/+5
* usb-bot: hotplug supportGerd Hoffmann2016-06-221-2/+6
* usb: Add QOM property "attached".Gerd Hoffmann2016-06-221-0/+43