Skip to content
Commit 25e23432 authored by Avi Kivity's avatar Avi Kivity
Browse files

KVM: MMU: Don't treat a global pte as such if cr4.pge is cleared



The pte.g bit is meaningless if global pages are disabled; deferring
mmu page synchronization on these ptes will lead to the guest using stale
shadow ptes.

Fixes Vista x86 smp bootloader failure.

Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent fe634fd4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment