aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-21block: explicitly acquire aiocontext in timers that need itPaolo Bonzini10-7/+35
2017-02-21aio: push aio_context_acquire/release down to dispatchingPaolo Bonzini3-22/+20
2017-02-21qed: introduce qed_aio_start_io and qed_aio_next_io_cbPaolo Bonzini1-14/+25
2017-02-21blkdebug: reschedule coroutine on the AioContext it is running onPaolo Bonzini1-8/+1
2017-02-21coroutine-lock: reschedule coroutine on the AioContext it was running onPaolo Bonzini2-4/+2
2017-02-21nbd: convert to use qio_channel_yieldPaolo Bonzini5-141/+83
2017-02-21io: make qio_channel_yield aware of AioContextsPaolo Bonzini2-24/+109
2017-02-21io: add methods to set I/O handlers on AioContextPaolo Bonzini7-5/+89
2017-02-21test-thread-pool: use generic AioContext infrastructurePaolo Bonzini1-9/+3
2017-02-21block-backend: allow blk_prw from coroutine contextPaolo Bonzini1-4/+8
2017-02-21aio: introduce aio_co_schedule and aio_co_wakePaolo Bonzini9-4/+453
2017-02-21block: move AioContext, QEMUTimer, main-loop to libqemuutilPaolo Bonzini17-64/+114
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
2017-02-17pci/pcie: don't assume cap id 0 is reservedMichael S. Tsirkin1-4/+7
2017-02-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell33-253/+711