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)
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>

No differences found