Age | Commit message (Expand) | Author |
2017-02-21 | block: explicitly acquire aiocontext in bottom halves that need it | Paolo Bonzini |
2017-02-21 | block: explicitly acquire aiocontext in callbacks that need it | Paolo Bonzini |
2017-02-21 | block: explicitly acquire aiocontext in timers that need it | Paolo Bonzini |
2017-02-21 | aio: push aio_context_acquire/release down to dispatching | Paolo Bonzini |
2017-02-21 | qed: introduce qed_aio_start_io and qed_aio_next_io_cb | Paolo Bonzini |
2017-02-21 | blkdebug: reschedule coroutine on the AioContext it is running on | Paolo Bonzini |
2017-02-21 | coroutine-lock: reschedule coroutine on the AioContext it was running on | Paolo Bonzini |
2017-02-21 | nbd: convert to use qio_channel_yield | Paolo Bonzini |
2017-02-21 | io: make qio_channel_yield aware of AioContexts | Paolo Bonzini |
2017-02-21 | io: add methods to set I/O handlers on AioContext | Paolo Bonzini |
2017-02-21 | test-thread-pool: use generic AioContext infrastructure | Paolo Bonzini |
2017-02-21 | block-backend: allow blk_prw from coroutine context | Paolo Bonzini |
2017-02-21 | aio: introduce aio_co_schedule and aio_co_wake | Paolo Bonzini |
2017-02-21 | block: move AioContext, QEMUTimer, main-loop to libqemuutil | Paolo Bonzini |
2017-02-20 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-02-20' into ... | Peter Maydell |
2017-02-20 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20170220-1' into st... | Peter Maydell |
2017-02-20 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20170220-1' into... | Peter Maydell |
2017-02-20 | Makefile: Put VERSION info into version.texi rather than using -D | Peter Maydell |
2017-02-20 | qapi2texi: replace quotation by bold section name | Marc-André Lureau |
2017-02-20 | Merge remote-tracking branch 'remotes/huth/tags/coldfire-20170219' into staging | Peter Maydell |
2017-02-20 | egl-helpers: Support newer MESA versions | Frediano Ziglio |
2017-02-20 | spice: allow to specify drm rendernode | Marc-André Lureau |
2017-02-20 | Add wctablet device | Anatoli Huseu1 |
2017-02-20 | ps2: fix mouse mappings for right/middle button | Fabian Lesniak |
2017-02-20 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2017-02-18 | MAINTAINERS: Add odd fixer for the ColdFire boards | Thomas Huth |
2017-02-18 | hw/m68k: QOMify the ColdFire interrupt controller | Thomas Huth |
2017-02-18 | hw/m68k: Remove dummy machine | Thomas Huth |
2017-02-17 | intel_iommu: vtd_slpt_level_shift check level | Peter Xu |
2017-02-17 | intel_iommu: convert dbg macros to trace for trans | Peter Xu |
2017-02-17 | intel_iommu: convert dbg macros to traces for inv | Peter Xu |
2017-02-17 | intel_iommu: renaming gpa to iova where proper | Peter Xu |
2017-02-17 | intel_iommu: simplify irq region translation | Peter Xu |
2017-02-17 | intel_iommu: add "caching-mode" option | Aviv Ben-David |
2017-02-17 | vfio: allow to notify unmap for very large region | Peter Xu |
2017-02-17 | vfio: introduce vfio_get_vaddr() | Peter Xu |
2017-02-17 | vfio: trace map/unmap for notify as well | Peter Xu |
2017-02-17 | pcie: simplify pcie_add_capability() | Peter Xu |
2017-02-17 | virtio: Fix no interrupt when not creating msi controller | Michael S. Tsirkin |
2017-02-17 | virtio: use VRingMemoryRegionCaches for avail and used rings | Paolo Bonzini |
2017-02-17 | virtio: check for vring setup in virtio_queue_update_used_idx | Paolo Bonzini |
2017-02-17 | virtio: use VRingMemoryRegionCaches for descriptor ring | Paolo Bonzini |
2017-02-17 | virtio: add MemoryListener to cache ring translations | Paolo Bonzini |
2017-02-17 | virtio: use MemoryRegionCache to access descriptors | Paolo Bonzini |
2017-02-17 | exec: make address_space_cache_destroy idempotent | Paolo Bonzini |
2017-02-17 | virtio: use address_space_map/unmap to access descriptors | Paolo Bonzini |
2017-02-17 | virtio: add virtio_*_phys_cached | Paolo Bonzini |
2017-02-17 | memory: make memory_listener_unregister idempotent | Paolo Bonzini |
2017-02-17 | docs: add document to explain the usage of vNVDIMM | Haozhong Zhang |
2017-02-17 | virtio: Report real progress in VQ aio poll handler | Fam Zheng |