From: Alexander Graf Date: Tue, 25 Nov 2008 19:17:08 +0000 (+0100) Subject: KVM: SVM: Add VMEXIT handler and intercepts X-Git-Tag: v2.6.30-rc1~664^2~105 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf74a78b229d07f77416d2fe1f029f183a8a31df;p=pandora-kernel.git KVM: SVM: Add VMEXIT handler and intercepts This adds the #VMEXIT intercept, so we return to the level 1 guest when something happens in the level 2 guest that should return to the level 1 guest. v2 implements HIF handling and cleans up exception interception v3 adds support for V_INTR_MASKING_MASK v4 uses the host page hsave v5 removes IOPM merging code v6 moves mmu code out of the atomic section Acked-by: Joerg Roedel Signed-off-by: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed