]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] KVM: MMU: Load the pae pdptrs on cr3 change like the processor does
authorAvi Kivity <avi@qumranet.com>
Sat, 6 Jan 2007 00:36:39 +0000 (16:36 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Sat, 6 Jan 2007 07:55:24 +0000 (23:55 -0800)
commite0b8f9e1894f3a0f5e0c7ccce3d79bd7b952d362
treefefac89864ed7b34b466237e5c02fc783242b80e
parentd0dea9476e3df6f5562859fe78a5615f35fafaf3
[PATCH] KVM: MMU: Load the pae pdptrs on cr3 change like the processor does

In pae mode, a load of cr3 loads the four third-level page table entries in
addition to cr3 itself.

Signed-off-by: Avi Kivity <avi@qumranet.com>
Acked-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/kvm/kvm.h
drivers/kvm/kvm_main.c