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

KVM: MMU: Remove global pte tracking



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: default avatarAvi Kivity <avi@qumranet.com>
parent ca5aac1f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment