linux/drivers/kvm
Avi Kivity 4c981b43d7 KVM: Fix removal of nx capability from guest cpuid
Testing the wrong bit caused kvm not to disable nx on the guest when it is
disabled on the host (an mmu optimization relies on the nx bits being the
same in the guest and host).

This allows Windows to boot when nx is disabled on te host (e.g. when
host pae is disabled).

Signed-off-by: Avi Kivity <avi@qumranet.com>
2007-07-25 14:31:13 +03:00
..
Kconfig KVM: Require CONFIG_ANON_INODES 2007-07-22 11:13:59 -07:00
kvm_main.c KVM: Fix removal of nx capability from guest cpuid 2007-07-25 14:31:13 +03:00
kvm_svm.h
kvm.h KVM: x86 emulator: implement rdmsr and wrmsr 2007-07-20 20:16:29 +03:00
Makefile
mmu.c KVM: MMU: Fix cleaning up the shadow page allocation cache 2007-07-20 23:48:47 -07:00
paging_tmpl.h KVM: MMU: Store nx bit for large page shadows 2007-07-20 20:16:29 +03:00
segment_descriptor.h
svm.c KVM: Clean up #includes 2007-07-16 12:05:49 +03:00
svm.h
vmx.c KVM: Clean up #includes 2007-07-16 12:05:49 +03:00
vmx.h
x86_emulate.c KVM: x86 emulator: implement rdmsr and wrmsr 2007-07-20 20:16:29 +03:00
x86_emulate.h