[Qemu-devel] [PATCH 11/12] Threadlets: Add functionality to create private queues.
This patch allows subsystems to create their own private queues with associated pools of threads. Signed-off-by: Arun R Bharadwaj Reviewed-by: Stefan Hajnoczi --- qemu-threadlet.c | 85 +- qemu-threadlet.h |4 +++ 2 files changed, 63 ins
[Qemu-devel] [PATCH 11/12] Threadlets: Add functionality to create private queues.
This patch allows subsystems to create their own private queues with associated pools of threads. Signed-off-by: Arun R Bharadwaj --- qemu-threadlets.c | 75 ++--- qemu-threadlets.h |4 +++ 2 files changed, 58 insertions(+), 21 deletions(-)