Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |