summaryrefslogtreecommitdiffstats
path: root/include/qemu/coroutine.h
Commit message (Expand)AuthorAgeFilesLines
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-1/+1
* coroutine: Add qemu_co_mutex_assert_locked()Kevin Wolf2019-10-251-0/+15
* qemu-coroutine-sleep: introduce qemu_co_sleep_wakeVladimir Sementsov-Ogievskiy2019-10-221-2/+21
* block: Add missing locking in bdrv_co_drain_bh_cb()Kevin Wolf2018-09-251-0/+5
* coroutine-lock: make qemu_co_enter_next thread-safePaolo Bonzini2018-02-081-6/+13
* coroutine-lock: convert CoQueue to use QemuLockablePaolo Bonzini2018-02-081-1/+5
* lockable: add QemuLockablePaolo Bonzini2018-02-081-2/+2
* coroutine: simplify co_aio_sleep_ns() prototypeStefan Hajnoczi2017-12-191-5/+1Star
* coroutine-lock: add qemu_co_rwlock_downgrade and qemu_co_rwlock_upgradePaolo Bonzini2017-07-171-0/+18
* coroutine: Extract qemu_aio_coroutine_enterFam Zheng2017-04-111-0/+5
* coroutine-lock: make CoRwlock thread-safe and fairPaolo Bonzini2017-02-211-1/+2
* coroutine-lock: add mutex argument to CoQueue APIsPaolo Bonzini2017-02-211-3/+5
* coroutine-lock: place CoMutex before CoQueue in headerPaolo Bonzini2017-02-211-45/+44Star
* coroutine-lock: add limited spinning to CoMutexPaolo Bonzini2017-02-211-0/+5
* coroutine-lock: make CoMutex thread-safePaolo Bonzini2017-02-211-2/+15
* coroutine: Introduce qemu_coroutine_enter_if_inactive()Kevin Wolf2017-01-091-0/+6
* coroutine: add qemu_coroutine_entered() functionStefan Hajnoczi2016-09-281-0/+13
* coroutine: Let CoMutex remember who holds itKevin Wolf2016-09-051-0/+1
* coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini2016-07-131-5/+3Star
* coroutine: use QSIMPLEQ instead of QTAILQPaolo Bonzini2016-07-131-1/+1
* Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster2016-03-221-1/+0Star
* include: Clean up includesPeter Maydell2016-02-231-1/+0Star
* coroutine: move into libqemuutil.a libraryDaniel P. Berrange2015-10-201-0/+219
Riku Voipio2016-02-231-1/+1 * linux-user: sync syscall numbers with kernelRiku Voipio2016-02-231-0/+13 * build: [linux-user] Rename "syscall.h" to "target_syscall.h" in target direct...LluĂ­s Vilanova2016-02-231-0/+5 * linux-user: Support target-to-host translation of mlockall argumentTom Musta2014-08-221-0/+2 * linux-user: Minimum Sig Handler Stack Size for PPC64 ELF V2Tom Musta2014-08-221-0/+1 * linux-user: set minimum kernel version to 2.6.32Riku Voipio2014-03-101-0/+1 * linux-user: sync syscall numbers upto 3.13Riku Voipio2014-02-181-0/+7 * linux-user: create target_structs header to place ipc_perm and shmid_dsPetar Jovanovic2013-11-291-0/+58 * linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-userPeter Maydell2013-07-091-0/+1 * Fix spelling in comments, documentation and messagesStefan Weil2011-12-141-1/+1 * linux-user: Add syscall numbers from kernel 2.6.39.2Peter Maydell2011-07-11