Re: [Qemu-devel] [PATCH v8 1/3] Introduce async_run_on_cpu()

2013-07-13 Thread Orit Wasserman
On 06/24/2013 12:49 PM, Chegu Vinod wrote: > 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 > --- > cpus.c|

Re: [Qemu-devel] [PATCH v8 1/3] Introduce async_run_on_cpu()

2013-07-12 Thread Juan Quintela
Chegu Vinod wrote: > 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 Reviewed-by: Juan Quintela

[Qemu-devel] [PATCH v8 1/3] Introduce async_run_on_cpu()

2013-06-24 Thread Chegu Vinod
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 --- cpus.c| 29 + include/qemu-common.h |