• A
    KVM: MMU: Remove global pte tracking · aac01224
    Avi Kivity 提交于
    The initial, noncaching, version of the kvm mmu flushed the all nonglobal
    shadow page table translations (much like a native tlb flush).  The new
    implementation flushes translations only when they change, rendering global
    pte tracking superfluous.
    
    This removes the unused tracking mechanism and storage space.
    Signed-off-by: NAvi Kivity <avi@qumranet.com>
    aac01224
mmu.c 35.0 KB