From: Gleb Natapov Date: Wed, 25 Sep 2013 09:51:36 +0000 (+0300) Subject: KVM: nVMX: Do not generate #DF if #PF happens during exception delivery into L2 X-Git-Tag: v3.13-rc1~80^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=feaf0c7dc473fefa1f263d88788f57e39b4b007e;p=pandora-kernel.git KVM: nVMX: Do not generate #DF if #PF happens during exception delivery into L2 If #PF happens during delivery of an exception into L2 and L1 also do not have the page mapped in its shadow page table then L0 needs to generate vmexit to L2 with original event in IDT_VECTORING_INFO, but current code combines both exception and generates #DF instead. Fix that by providing nVMX specific function to handle page faults during page table walk that handles this case correctly. Signed-off-by: Gleb Natapov Reviewed-by: Paolo Bonzini Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed