Re: [Qemu-devel] [PATCH v2 1/3] Make thread pool implementation modular

2013-11-11 Thread Kevin Wolf
Am 04.11.2013 um 11:28 hat Matthias Brugger geschrieben: This patch introduces function pointers for the thread pool, so that it's implementation can be set at run-time. Signed-off-by: Matthias Brugger matthias@gmail.com Like Stefan said, this can really only be given a meaningful review

[Qemu-devel] [PATCH v2 1/3] Make thread pool implementation modular

2013-11-04 Thread Matthias Brugger
This patch introduces function pointers for the thread pool, so that it's implementation can be set at run-time. Signed-off-by: Matthias Brugger matthias@gmail.com --- include/block/thread-pool.h | 11 +++ thread-pool.c | 33 + 2 files