KVM: MMU: Don't track nested fault info in error-code
authorJoerg Roedel <joerg.roedel@amd.com>
Tue, 14 Sep 2010 15:46:12 +0000 (17:46 +0200)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:52:55 +0000 (10:52 +0200)
commit0959ffacf39b1ae7f56072b0c64429ee528100ca
tree4144335ba89e62522430b04f8436f98958834e7d
parent625831a3f40d330c611fe37cf501d80d611921f9
KVM: MMU: Don't track nested fault info in error-code

This patch moves the detection whether a page-fault was
nested or not out of the error code and moves it into a
separate variable in the fault struct.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/mmu.h
arch/x86/kvm/x86.c