Re: [Qemu-devel] [RFC PATCH v5 1/3] Introduce async_run_on_cpu()
Il 09/05/2013 21:43, Chegu Vinod ha scritto: > 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 > --- > cpus.c| 29
[Qemu-devel] [RFC PATCH v5 1/3] 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 --- cpus.c| 29 + include/qemu-common.h |1 + include/qom/cpu.