summaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-18usb: fix unbound stack warning for inotify_watchfnPeter Xu1-3/+2
2016-03-18usb: fix unbound stack usage for usb_mtp_add_strPeter Xu1-1/+3
2016-03-18usb: fix unbounded stack warning for xhci_dma_write_u32sPeter Xu1-2/+4
2016-03-18usb: Fix compilation for WindowsStefan Weil1-1/+3
2016-02-29usb-redirect: Avoid double free of dataFam Zheng1-3/+8
2016-02-23all: Clean up includesPeter Maydell1-1/+0
2016-02-23ohci: allocate timer only once.Gerd Hoffmann1-26/+8
2016-02-23usb: add pid check at the first of uhci_handle_td()Gonglei1-6/+16
2016-02-23usb: check RNDIS buffer offsets & lengthPrasad J Pandit1-3/+6
2016-02-23usb: check RNDIS message lengthPrasad J Pandit1-9/+9
2016-02-23tusb6010: move from hw/timer to hw/usbPeter Maydell2-0/+819
2016-02-23usb: check USB configuration descriptor objectPrasad J Pandit1-1/+2
2016-02-11Passthru CCID card: QOMifyCao jin1-6/+8
2016-02-11Emulated CCID card: QOMifyCao jin1-10/+13
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake1-4/+4
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake1-2/+2
2016-02-02ehci: update irq on resetGerd Hoffmann1-0/+1
2016-02-02usb: check page select value while processing iTDPrasad J Pandit1-4/+6
2016-01-29usb: Clean up includesPeter Maydell31-3/+31
2016-01-13error: Use error_prepend() where it makes obvious senseMarkus Armbruster1-3/+3
2016-01-13error: Use error_reportf_err() where it makes obvious senseMarkus Armbruster1-3/+2
2016-01-08ohci: clear pending SOF on suspendLaurent Vivier1-0/+3
2016-01-08ohci: delay first SOF interruptLaurent Vivier1-3/+13
2016-01-08usb-mtp: fix call to trace functionBandan Das1-1/+1
2016-01-08usb-mtp: use safe variant when cleaning events listBandan Das1-2/+2
2016-01-08ohci: fix command HostControllerResetHervé Poussineau1-1/+1
2016-01-08ohci: fix Host Controller USBRESETHervé Poussineau1-1/+1