]> bbs.cooldavid.org Git - net-next-2.6.git/commit - arch/x86/kvm/svm.c
KVM: Enable MTRR for EPT
authorSheng Yang <sheng@linux.intel.com>
Thu, 9 Oct 2008 08:01:57 +0000 (16:01 +0800)
committerAvi Kivity <avi@redhat.com>
Wed, 31 Dec 2008 14:51:45 +0000 (16:51 +0200)
commit64d4d521757117aa5c1cfe79d3baa6cf57703f81
treec12f1615e794408edd2930bd220722b6d5323938
parent74be52e3e6285fc6e872a2a7baea544106f399ea
KVM: Enable MTRR for EPT

The effective memory type of EPT is the mixture of MSR_IA32_CR_PAT and memory
type field of EPT entry.

Signed-off-by: Sheng Yang <sheng@linux.intel.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/mmu.c
arch/x86/kvm/svm.c
arch/x86/kvm/vmx.c
arch/x86/kvm/x86.c