summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-21XXX call function dynamicallyvirgl-spiceFrediano Ziglio2-1/+10
2017-02-21pass EGL to spice-serverFrediano Ziglio2-5/+4
2017-02-21Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20170221-1' into s...Peter Maydell9-221/+191
2017-02-21usb-ccid: add check message size checksGerd Hoffmann1-3/+10
2017-02-21usb-ccid: move header size checkGerd Hoffmann1-7/+6
2017-02-21usb-ccid: better bulk_out error handlingGerd Hoffmann1-55/+61
2017-02-21xhci: drop via vendor command handlingGerd Hoffmann1-31/+0
2017-02-21xhci: fix nec vendor quirk handlingGerd Hoffmann1-15/+29
2017-02-21xhci: add qemu xhci controllerGerd Hoffmann3-4/+38
2017-02-21xhci: drop ER_FULL_HACK workaroundGerd Hoffmann1-106/+11
2017-02-21xhci: apply limits to loopsGerd Hoffmann2-1/+15
2017-02-21usb: ohci: limit the number of link edsLi Qiang1-1/+8
2017-02-21usb: ohci: fix error return code in servicing iso tdLi Qiang1-1/+1
2017-02-21usb: ehci: fix memory leak in ehciLi Qiang3-0/+15
2017-02-20Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-02-20' into ...Peter Maydell5-13/+19
2017-02-20Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20170220-1' into st...Peter Maydell4-7/+21
2017-02-20Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20170220-1' into...Peter Maydell8-5/+387
2017-02-20Makefile: Put VERSION info into version.texi rather than using -DPeter Maydell4-7/+15
2017-02-20qapi2texi: replace quotation by bold section nameMarc-André Lureau1-6/+4
2017-02-20Merge remote-tracking branch 'remotes/huth/tags/coldfire-20170219' into stagingPeter Maydell4-96/+49
2017-02-20egl-helpers: Support newer MESA versionsFrediano Ziglio1-0/+4
2017-02-20spice: allow to specify drm rendernodeMarc-André Lureau4-7/+17
2017-02-20Add wctablet deviceAnatoli Huseu17-3/+385
2017-02-20ps2: fix mouse mappings for right/middle buttonFabian Lesniak1-2/+2
2017-02-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell21-276/+702
2017-02-18MAINTAINERS: Add odd fixer for the ColdFire boardsThomas Huth1-2/+5
2017-02-18hw/m68k: QOMify the ColdFire interrupt controllerThomas Huth1-4/+44
2017-02-18hw/m68k: Remove dummy machineThomas Huth3-90/+0
2017-02-17intel_iommu: vtd_slpt_level_shift check levelPeter Xu1-0/+1
2017-02-17intel_iommu: convert dbg macros to trace for transPeter Xu2-45/+34
2017-02-17intel_iommu: convert dbg macros to traces for invPeter Xu2-57/+56
2017-02-17intel_iommu: renaming gpa to iova where properPeter Xu1-22/+22
2017-02-17intel_iommu: simplify irq region translationPeter Xu1-22/+6
2017-02-17intel_iommu: add "caching-mode" optionAviv Ben-David3-0/+8
2017-02-17vfio: allow to notify unmap for very large regionPeter Xu1-4/+3
2017-02-17vfio: introduce vfio_get_vaddr()Peter Xu1-20/+45
2017-02-17vfio: trace map/unmap for notify as wellPeter Xu2-2/+3
2017-02-17pcie: simplify pcie_add_capability()Peter Xu1-11/+3
2017-02-17virtio: Fix no interrupt when not creating msi controllerMichael S. Tsirkin1-3/+8
2017-02-17virtio: use VRingMemoryRegionCaches for avail and used ringsPaolo Bonzini2-37/+109
2017-02-17virtio: check for vring setup in virtio_queue_update_used_idxPaolo Bonzini1-1/+3
2017-02-17virtio: use VRingMemoryRegionCaches for descriptor ringPaolo Bonzini1-14/+12
2017-02-17virtio: add MemoryListener to cache ring translationsPaolo Bonzini2-3/+103
2017-02-17virtio: use MemoryRegionCache to access descriptorsPaolo Bonzini2-41/+41
2017-02-17exec: make address_space_cache_destroy idempotentPaolo Bonzini1-0/+1
2017-02-17virtio: use address_space_map/unmap to access descriptorsPaolo Bonzini1-28/+75
2017-02-17virtio: add virtio_*_phys_cachedPaolo Bonzini1-0/+52
2017-02-17memory: make memory_listener_unregister idempotentPaolo Bonzini1-0/+5
2017-02-17docs: add document to explain the usage of vNVDIMMHaozhong Zhang1-0/+124
2017-02-17virtio: Report real progress in VQ aio poll handlerFam Zheng8-26/+45