Skip to content
Commit 439e218a authored by Avi Kivity's avatar Avi Kivity
Browse files

KVM: MMU: Fix is_dirty_pte()



is_dirty_pte() is used on guest ptes, not shadow ptes, so it needs to avoid
shadow_dirty_mask and use PT_DIRTY_MASK instead.

Misdetecting dirty pages could lead to unnecessarily setting the dirty bit
under EPT.

Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent 7ffd92c5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment