From: Michael Riepe Date: Fri, 22 Dec 2006 09:05:36 +0000 (-0800) Subject: [PATCH] KVM: Do not export unsupported msrs to userspace X-Git-Tag: v2.6.20-rc2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf591b24d07126143356058966d79423661f491f;p=pandora-kernel.git [PATCH] KVM: Do not export unsupported msrs to userspace Some msrs, such as MSR_STAR, are not available on all processors. Exporting them causes qemu to try to fetch them, which will fail. So, check all msrs for validity at module load time. Signed-off-by: Michael Riepe Signed-off-by: Avi Kivity Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed