aboutsummaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)Author
2016-10-08usb: ehci: fix memory leak in ehci_process_itdLi Qiang
2016-09-15Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160914-1' into s...Peter Maydell
2016-09-14usb-mtp: added object propertiesIsaac Lozano
2016-09-14usb-mtp: fix sending files larger than 4gbIsaac Lozano
2016-09-13hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_allDaniel P. Berrange
2016-09-13usb:xhci:fix memory leak in usb_xhci_exitLi Qiang
2016-09-13usb-host: fix streams detection in usb_host_speed_compatGerd Hoffmann
2016-09-13xhci: Fix remainder field for TR_SETUP completion event.Hans Petter Selasky
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier
2016-08-08usb: free leaking pathMarc-André Lureau
2016-08-08usb: free USBDevice.stringsMarc-André Lureau
2016-08-03xen: drain submit queue in xen-usb before removing deviceJuergen Gross
2016-08-02ehci: faster frame index calculation for skipped framesEvgeny Yakovlev
2016-08-02wxx: Fix compilation of host-libusb.cStefan Weil
2016-08-02wxx: Fix compiler warning for host-libusb.cStefan Weil
2016-07-20Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160720-1' into s...Peter Maydell
2016-07-20usbredir: add streams propertyGerd Hoffmann
2016-07-20xhci: Fix possible side effect from assert()Alexey Kardashevskiy
2016-07-19net: Use correct type for bool flagEric Blake
2016-07-19qapi: Change Netdev into a flat unionEric Blake
2016-07-13block/qdev: Allow configuring WCE with qdev propertiesKevin Wolf
2016-07-13block/qdev: Allow node name for drive propertiesKevin Wolf
2016-07-12Clean up header guards that don't match their file nameMarkus Armbruster
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2016-07-12xen-usb: Fix 32bit buildAnthony PERARD
2016-07-12nec-usb-xhci: set the device state to USB_STATE_DEFAULTZhang Shuaiyi
2016-07-05pci: Convert msi_init() to Error and fix callers to check itCao jin
2016-07-05usb xhci: change msi/msix property typeCao jin
2016-06-22usb-uas: hotplug supportGerd Hoffmann
2016-06-22usb-bot: hotplug supportGerd Hoffmann
2016-06-22usb: Add QOM property "attached".Gerd Hoffmann
2016-06-22usb: make USBDevice->attached boolGerd Hoffmann
2016-06-22usb-storage: qcow2 encryption support is finally gone, zap dead codeGerd Hoffmann
2016-06-20Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2016-06-20trace: split out trace events for hw/usb/ directoryDaniel P. Berrange
2016-06-20error: Remove NULL checks on error_propagate() callsEduardo Habkost
2016-06-16os-posix: include sys/mman.hPaolo Bonzini
2016-06-14Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160614-tag' into...Peter Maydell
2016-06-14xen: Clean up includesPeter Maydell
2016-06-13hw/usb/dev-network.c: Use ldl_le_p() and stl_le_p()Peter Maydell
2016-06-13usb-host: add special case for bus+addrGerd Hoffmann
2016-06-07usb: Use DIV_ROUND_UPLaurent Vivier
2016-06-07remove useless muldiv64()Laurent Vivier
2016-06-07The only 64bit parameter of muldiv64() is the first one.Laurent Vivier
2016-05-23usb/ohci: Fix crash with when specifying too many num-portsThomas Huth
2016-05-23xen: add pvUSB backendJuergen Gross
2016-05-11usb: Support compilation without poll.hStefan Weil
2016-05-11usb-mtp: fix usb_mtp_get_device_info so that libmtp on the guest doesn't comp...Isaac Lozano
2016-05-11usb:xhci: no DMA on HC resetRoman Kagan
2016-04-25usb/uhci: move pid checkGerd Hoffmann