aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-21coroutine-lock: add mutex argument to CoQueue APIsPaolo Bonzini9-16/+34
2017-02-21coroutine-lock: place CoMutex before CoQueue in headerPaolo Bonzini1-45/+44
2017-02-21test-aio-multithread: add performance comparison with thread-based mutexesPaolo Bonzini1-0/+164
2017-02-21coroutine-lock: add limited spinning to CoMutexPaolo Bonzini3-7/+51
2017-02-21coroutine-lock: make CoMutex thread-safePaolo Bonzini4-12/+245
2017-02-21block: document fields protected by AioContext lockPaolo Bonzini2-29/+49
2017-02-21async: remove unnecessary inc/dec pairsPaolo Bonzini3-15/+13
2017-02-21aio-posix: partially inline aio_dispatch into aio_pollPaolo Bonzini4-45/+20
2017-02-21block: explicitly acquire aiocontext in aio callbacks that need itPaolo Bonzini17-50/+72
2017-02-21block: explicitly acquire aiocontext in bottom halves that need itPaolo Bonzini17-28/+71
2017-02-21block: explicitly acquire aiocontext in callbacks that need itPaolo Bonzini11-55/+68
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