summaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-12xhci: limit the number of link trbs we are willing to processGerd Hoffmann1-0/+10
2016-10-08usb: ehci: fix memory leak in ehci_process_itdLi Qiang1-0/+1
2016-09-15Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160914-1' into s...Peter Maydell3-9/+204
2016-09-14usb-mtp: added object propertiesIsaac Lozano1-0/+177
2016-09-14usb-mtp: fix sending files larger than 4gbIsaac Lozano1-5/+15
2016-09-13hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_allDaniel P. Berrange2-3/+8
2016-09-13usb:xhci:fix memory leak in usb_xhci_exitLi Qiang1-2/+1
2016-09-13usb-host: fix streams detection in usb_host_speed_compatGerd Hoffmann1-2/+5
2016-09-13xhci: Fix remainder field for TR_SETUP completion event.Hans Petter Selasky1-0/+6
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier1-1/+1
2016-08-08usb: free leaking pathMarc-André Lureau1-0/+1
2016-08-08usb: free USBDevice.stringsMarc-André Lureau1-0/+7
2016-08-03xen: drain submit queue in xen-usb before removing deviceJuergen Gross1-33/+63
2016-08-02ehci: faster frame index calculation for skipped framesEvgeny Yakovlev1-16/+15
2016-08-02wxx: Fix compilation of host-libusb.cStefan Weil1-3/+4
2016-08-02wxx: Fix compiler warning for host-libusb.cStefan Weil1-1/+2
2016-07-20Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160720-1' into s...Peter Maydell2-2/+8
2016-07-20usbredir: add streams propertyGerd Hoffmann1-1/+5
2016-07-20xhci: Fix possible side effect from assert()Alexey Kardashevskiy1-1/+3
2016-07-19net: Use correct type for bool flagEric Blake1-1/+1
2016-07-19qapi: Change Netdev into a flat unionEric Blake1-1/+1
2016-07-13block/qdev: Allow configuring WCE with qdev propertiesKevin Wolf1-0/+1
2016-07-13block/qdev: Allow node name for drive propertiesKevin Wolf1-1/+4
2016-07-12Clean up header guards that don't match their file nameMarkus Armbruster1-2/+3
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster1-1/+1
2016-07-12xen-usb: Fix 32bit buildAnthony PERARD1-1/+2
2016-07-12nec-usb-xhci: set the device state to USB_STATE_DEFAULTZhang Shuaiyi1-1/+2
2016-07-05pci: Convert msi_init() to Error and fix callers to check itCao jin1-4/+19
2016-07-05usb xhci: change msi/msix property typeCao jin1-7/+9
2016-06-22usb-uas: hotplug supportGerd Hoffmann1-0/+5
2016-06-22usb-bot: hotplug supportGerd Hoffmann1-2/+6
2016-06-22usb: Add QOM property "attached".Gerd Hoffmann1-0/+43
2016-06-22usb: make USBDevice->attached boolGerd Hoffmann1-4/+4
2016-06-22usb-storage: qcow2 encryption support is finally gone, zap dead codeGerd Hoffmann1-34/+0
2016-06-20Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell1-0/+268
2016-06-20trace: split out trace events for hw/usb/ directoryDaniel P. Berrange1-0/+268
2016-06-20error: Remove NULL checks on error_propagate() callsEduardo Habkost1-3/+1
2016-06-16os-posix: include sys/mman.hPaolo Bonzini1-1/+0
2016-06-14Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160614-tag' into...Peter Maydell1-4/+1
2016-06-14xen: Clean up includesPeter Maydell1-4/+1