index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
thread-pool.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
coroutine: move into libqemuutil.a library
Daniel P. Berrange
2015-10-20
1
-1
/
+1
*
thread-pool: clean up thread_pool_completion_bh()
Stefan Hajnoczi
2015-04-28
1
-8
/
+6
*
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
Markus Armbruster
2014-10-20
1
-1
/
+1
*
block: Rename BlockDriverAIOCB* to BlockAIOCB*
Markus Armbruster
2014-10-20
1
-4
/
+4
*
block: Rename qemu_aio_release -> qemu_aio_unref
Fam Zheng
2014-09-22
1
-2
/
+2
*
thread-pool: Convert thread_pool_aiocb_info.cancel to cancel_async
Fam Zheng
2014-09-22
1
-18
/
+14
*
thread-pool: Drop unnecessary includes
Markus Armbruster
2014-09-10
1
-1
/
+0
*
thread-pool: avoid deadlock in nested aio_poll() calls
Stefan Hajnoczi
2014-08-15
1
-0
/
+6
*
thread-pool: avoid per-thread-pool EventNotifier
Stefan Hajnoczi
2014-08-15
1
-13
/
+8
*
aio: Fix use-after-free in cancellation path
Fam Zheng
2014-05-28
1
-0
/
+1
*
Add a 'name' parameter to qemu_thread_create
Dr. David Alan Gilbert
2014-03-09
1
-1
/
+1
*
aio / timers: Untangle include files
Alex Bligh
2013-08-22
1
-0
/
+1
*
aio: drop io_flush argument
Stefan Hajnoczi
2013-08-19
1
-3
/
+2
*
thread-pool: drop thread_pool_active()
Stefan Hajnoczi
2013-08-19
1
-7
/
+1
*
threadpool: drop global thread pool
Stefan Hajnoczi
2013-03-15
1
-16
/
+7
*
threadpool: add thread_pool_new() and thread_pool_free()
Stefan Hajnoczi
2013-03-15
1
-4
/
+48
*
threadpool: move globals into struct ThreadPool
Stefan Hajnoczi
2013-03-15
1
-80
/
+110
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-4
/
+4
*
block: move include files to include/block/
Paolo Bonzini
2012-12-19
1
-3
/
+3
*
aio: rename AIOPool to AIOCBInfo
Stefan Hajnoczi
2012-11-14
1
-2
/
+2
*
threadpool: do not take lock in event_notifier_ready
Paolo Bonzini
2012-10-31
1
-6
/
+13
*
aio: add generic thread-pool facility
Paolo Bonzini
2012-10-31
1
-0
/
+282