commit | aac012245a59d78372dc66d292ba567367d86b60 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Tue Mar 20 14:34:28 2007 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Thu May 03 10:52:25 2007 +0300 |
tree | 4faf7564b746b4efd6be91ca83b475cfd9d446e7 | |
parent | ca5aac1f96c18b5e4dcfea253d7ab607b5dcd5c9 [diff] |
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: Avi Kivity <avi@qumranet.com>