On 01/27/2017 02:39 AM, Alex Bennée wrote:
This converts the remaining TLB flush routines to use async work when detecting a cross-vCPU flush. The only minor complication is having to serialise the var_list of MMU indexes into a form that can be punted to an asynchronous job.The pending_tlb_flush field on QOM's CPU structure also becomes a bitfield rather than a boolean. Signed-off-by: Alex Bennée <[email protected]>
Reviewed-by: Richard Henderson <[email protected]> r~
