From: Joerg Roedel Date: Fri, 19 Feb 2010 15:23:05 +0000 (+0100) Subject: KVM: SVM: Fix nested msr intercept handling X-Git-Tag: v2.6.35-rc1~436^2~259 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c7da8cb43c09e71a405b5aeaa58a1dbac3c39e9;p=pandora-kernel.git KVM: SVM: Fix nested msr intercept handling The nested_svm_exit_handled_msr() function maps only one page of the guests msr permission bitmap. This patch changes the code to use kvm_read_guest to fix the bug. Cc: stable@kernel.org Signed-off-by: Joerg Roedel Signed-off-by: Avi Kivity --- Reading git-diff-tree failed