From: Glauber Costa Date: Tue, 6 Oct 2009 17:24:50 +0000 (-0400) Subject: KVM: x86: include pvclock MSRs in msrs_to_save X-Git-Tag: v2.6.33-rc1~387^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3267cbbbfbcbe9c18833e89b10beabb1117cb55;p=pandora-kernel.git KVM: x86: include pvclock MSRs in msrs_to_save For a while now, we are issuing a rdmsr instruction to find out which msrs in our save list are really supported by the underlying machine. However, it fails to account for kvm-specific msrs, such as the pvclock ones. This patch moves then to the beginning of the list, and skip testing them. Cc: stable@kernel.org Signed-off-by: Glauber Costa Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed