index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
/
qemu-coroutine-lock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
coroutine-lock: qemu_co_queue_restart_all is a coroutine-only qemu_co_enter_all
Paolo Bonzini
2022-05-12
1
-15
/
+6
*
coroutine-lock: introduce qemu_co_queue_enter_all
Paolo Bonzini
2022-05-12
1
-0
/
+7
*
coroutine-lock: qemu_co_queue_next is a coroutine-only qemu_co_enter_next
Paolo Bonzini
2022-05-12
1
-14
/
+7
*
coroutine-lock: Reimplement CoRwlock to fix downgrade bug
Paolo Bonzini
2021-03-31
1
-52
/
+96
*
coroutine-lock: Store the coroutine in the CoWaitRecord only once
David Edmondson
2021-03-31
1
-1
/
+0
*
coroutine: let CoQueue wake up outside a coroutine
Marc-André Lureau
2020-11-04
1
-4
/
+2
*
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2020-09-23
1
-9
/
+9
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
1
-1
/
+0
*
coroutine: avoid co_queue_wakeup recursion
Stefan Hajnoczi
2018-03-27
1
-34
/
+0
*
misc: fix spelling
Marc-André Lureau
2018-02-15
1
-1
/
+1
*
coroutine-lock: make qemu_co_enter_next thread-safe
Paolo Bonzini
2018-02-08
1
-2
/
+8
*
coroutine-lock: convert CoQueue to use QemuLockable
Paolo Bonzini
2018-02-08
1
-5
/
+7
*
coroutine-lock: add qemu_co_rwlock_downgrade and qemu_co_rwlock_upgrade
Paolo Bonzini
2017-07-17
1
-0
/
+35
*
coroutine-lock: do not touch coroutine after another one has been entered
Roman Pen
2017-06-07
1
-2
/
+17
*
coroutine-lock: make CoRwlock thread-safe and fair
Paolo Bonzini
2017-02-21
1
-11
/
+24
*
coroutine-lock: add mutex argument to CoQueue APIs
Paolo Bonzini
2017-02-21
1
-3
/
+21
*
coroutine-lock: add limited spinning to CoMutex
Paolo Bonzini
2017-02-21
1
-6
/
+45
*
coroutine-lock: make CoMutex thread-safe
Paolo Bonzini
2017-02-21
1
-10
/
+143
*
coroutine-lock: reschedule coroutine on the AioContext it was running on
Paolo Bonzini
2017-02-21
1
-3
/
+2
*
coroutine: Assert that no locks are held on termination
Kevin Wolf
2016-09-05
1
-0
/
+11
*
coroutine: Let CoMutex remember who holds it
Kevin Wolf
2016-09-05
1
-0
/
+3
*
coroutine: move entry argument to qemu_coroutine_create
Paolo Bonzini
2016-07-13
1
-2
/
+2
*
coroutine: use QSIMPLEQ instead of QTAILQ
Paolo Bonzini
2016-07-13
1
-11
/
+11
*
util: Clean up includes
Peter Maydell
2016-02-04
1
-0
/
+1
*
coroutine: move into libqemuutil.a library
Daniel P. Berrange
2015-10-20
1
-0
/
+186