]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit62b0e6b54ac52385b3ad021981c8f566a7bec7ec
tree4144335ba89e62522430b04f8436f98958834e7d
parent27455a07a0c4019c1b24eff0be48df3a15e178a3
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