summaryrefslogtreecommitdiffstats
path: root/hw/usb
Commit message (Expand)AuthorAgeFilesLines
...
* 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/+0Star
* 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/+1Star
|/
* os-posix: include sys/mman.hPaolo Bonzini2016-06-161-1/+0Star
* Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160614-tag' into...Peter Maydell2016-06-141-4/+1Star
|\
| * xen: Clean up includesPeter Maydell2016-06-141-4/+1Star
* | hw/usb/dev-network.c: Use ldl_le_p() and stl_le_p()Peter Maydell2016-06-131-33/+30Star
* | 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
* usb: Support compilation without poll.hStefan Weil2016-05-111-1/+12
* usb-mtp: fix usb_mtp_get_device_info so that libmtp on the guest doesn't comp...Isaac Lozano2016-05-111-2/+2
* usb:xhci: no DMA on HC resetRoman Kagan2016-05-111-1/+4
* usb/uhci: move pid checkGerd Hoffmann2016-04-251-13/+13
* event-notifier: Add "is_external" parameterFam Zheng2016-04-221-1/+1
* Revert "ehci: make idt processing more robust"Gerd Hoffmann2016-04-191-3/+2Star
* ehci: apply limit to iTD/sidt descriptorsGerd Hoffmann2016-04-191-1/+5
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-03-2415-14/+33
|\
| * util: move declarations out of qemu-common.hVeronia Bahaa2016-03-224-0/+4
| * Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2016-03-225-14/+15
| * include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-2213-0/+14
* | usb: ehci: add capability mmio write functionPrasad J Pandit2016-03-181-0/+6
* | hw/usb/dev-mtp: Guard inotify usage with CONFIG_INOTIFY1Matthew Fortune2016-03-181-10/+10
* | usb: fix unbound stack warning for inotify_watchfnPeter Xu2016-03-181-3/+2Star
* | usb: fix unbound stack usage for usb_mtp_add_strPeter Xu2016-03-181-1/+3
* | usb: fix unbounded stack warning for xhci_dma_write_u32sPeter Xu2016-03-181-2/+4
* | usb: Fix compilation for WindowsStefan Weil2016-03-181-1/+3
|/