• A
    KVM: MMU: Fix is_dirty_pte() · 439e218a
    Avi Kivity 提交于
    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: NAvi Kivity <avi@redhat.com>
    439e218a
mmu.c 75.6 KB