Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x86: reduce Meltdown band-aid IPI overhead
In case we can detect single-threaded guest processes (by checking whether we can account for all root page table uses locally on the vCPU that's running), there's no point in issuing a sync IPI upon an L4 entry update, as no other vCPU of the guest will have that page table loaded. Signed-off-by: Jan Beulich <[email protected]> Acked-by: George Dunlap <[email protected]> Acked-by: Andrew Cooper <[email protected]>
- Loading branch information