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 <alex.ben...@linaro.org> Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> --- cpus-common.c | 5 ----- 1 file changed, 5 deletions(-)
Reviewed-by: Richard Henderson <r...@twiddle.net> r~