From 3c02270db980007424d797506301826310ce2db4 Mon Sep 17 00:00:00 2001 From: Chegu Vinod Date: Mon, 24 Jun 2013 03:49:41 -0600 Subject: Introduce async_run_on_cpu() Introduce an asynchronous version of run_on_cpu() i.e. the caller doesn't have to block till the call back routine finishes execution on the target vcpu. Signed-off-by: Chegu Vinod Reviewed-by: Paolo Bonzini Signed-off-by: Juan Quintela --- include/qemu-common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/qemu-common.h') diff --git a/include/qemu-common.h b/include/qemu-common.h index f4397388f5..6948bb9177 100644 --- a/include/qemu-common.h +++ b/include/qemu-common.h @@ -293,6 +293,7 @@ struct qemu_work_item { void (*func)(void *data); void *data; int done; + bool free; }; -- cgit v1.2.1