summary refs log tree commit diff stats
path: root/hw/usb (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* xhci: use linked list for transfersGerd Hoffmann2016-10-121-54/+68
* xhci: drop unused comp_xfer fieldGerd Hoffmann2016-10-121-1/+0
* 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/+1
| * 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-081-0/+1
* usb: free USBDevice.stringsMarc-André Lureau2016-08-081-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/+15
* 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
* usb: make USBDevice->attached boolGerd Hoffmann2016-06-221-4/+4
* usb-storage: qcow2 encryption support is finally gone, zap dead codeGerd Hoffmann2016-06-221-34/+0
* Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2016-06-201-0/+268
|\
| * trace: split out trace events for hw/usb/ directoryDaniel P. Berrange2016-06-201-0/+268
* | error: Remove NULL checks on error_propagate() callsEduardo Habkost2016-06-201-3/+1
|/
* os-posix: include sys/mman.hPaolo Bonzini2016-06-161-1/+0
* Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160614-tag' into...Peter Maydell2016-06-141-4/+1
|\
| * xen: Clean up includesPeter Maydell2016-06-141-4/+1
* | hw/usb/dev-network.c: Use ldl_le_p() and stl_le_p()Peter Maydell2016-06-131-33/+30
* | usb-host: add special case for bus+addrGerd Hoffmann2016-06-131-4/+52
|/
* usb: Use DIV_ROUND_UPLaurent Vivier2016-06-071-3/+3
* remove useless muldiv64()Laurent Vivier2016-06-071-1/+1
* The only 64bit parameter of muldiv64() is the first one.Laurent Vivier2016-06-071-1/+1
* usb/ohci: Fix crash with when specifying too many num-portsThomas Huth2016-05-231-0/+6
* xen: add pvUSB backendJuergen Gross2016-05-232-0/+1084