On 09/23/2016 12:31 AM, Paolo Bonzini wrote:
async_run_on_cpu is only called from the I/O thread, not from CPU threads, so it doesn't make any difference. It will make a difference however for async_safe_run_on_cpu.Reviewed-by: Alex Bennée <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]> --- cpus-common.c | 5 ----- 1 file changed, 5 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
