KVM: MMU: Remove global pte tracking
authorAvi Kivity <avi@qumranet.com>
Tue, 20 Mar 2007 12:34:28 +0000 (14:34 +0200)
committerAvi Kivity <avi@qumranet.com>
Thu, 3 May 2007 07:52:25 +0000 (10:52 +0300)
commitaac012245a59d78372dc66d292ba567367d86b60
tree4faf7564b746b4efd6be91ca83b475cfd9d446e7
parentca5aac1f96c18b5e4dcfea253d7ab607b5dcd5c9
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>
drivers/kvm/kvm.h
drivers/kvm/mmu.c