From: Joerg Roedel Date: Fri, 7 Aug 2009 09:49:34 +0000 (+0200) Subject: KVM: SVM: cache nested intercepts X-Git-Tag: v2.6.32-rc1~693^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aad42c641cfcda4f87abc4f6588329b9b3cc3364;p=pandora-kernel.git KVM: SVM: cache nested intercepts When the nested intercepts are cached we don't need to call get_user_pages and/or map the nested vmcb on every nested #vmexit to check who will handle the intercept. Further this patch aligns the emulated svm behavior better to real hardware. Signed-off-by: Joerg Roedel Signed-off-by: Avi Kivity --- Reading git-diff-tree failed