summaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-13hw/usb/dev-network.c: Use ldl_le_p() and stl_le_p()Peter Maydell1-33/+30
2016-06-13usb-host: add special case for bus+addrGerd Hoffmann1-4/+52
2016-06-07usb: Use DIV_ROUND_UPLaurent Vivier1-3/+3
2016-06-07remove useless muldiv64()Laurent Vivier1-1/+1
2016-06-07The only 64bit parameter of muldiv64() is the first one.Laurent Vivier1-1/+1
2016-05-23usb/ohci: Fix crash with when specifying too many num-portsThomas Huth1-0/+6
2016-05-23xen: add pvUSB backendJuergen Gross2-0/+1084
2016-05-11usb: Support compilation without poll.hStefan Weil1-1/+12
2016-05-11usb-mtp: fix usb_mtp_get_device_info so that libmtp on the guest doesn't comp...Isaac Lozano1-2/+2
2016-05-11usb:xhci: no DMA on HC resetRoman Kagan1-1/+4
2016-04-25usb/uhci: move pid checkGerd Hoffmann1-13/+13
2016-04-22event-notifier: Add "is_external" parameterFam Zheng1-1/+1
2016-04-19Revert "ehci: make idt processing more robust"Gerd Hoffmann1-3/+2
2016-04-19ehci: apply limit to iTD/sidt descriptorsGerd Hoffmann1-1/+5
2016-03-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell15-14/+33
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa4-0/+4
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah5-14/+15
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster13-0/+14
2016-03-18usb: ehci: add capability mmio write functionPrasad J Pandit1-0/+6
2016-03-18hw/usb/dev-mtp: Guard inotify usage with CONFIG_INOTIFY1Matthew Fortune1-10/+10