commit | e3267cbbbfbcbe9c18833e89b10beabb1117cb55 | [log] [tgz] |
---|---|---|
author | Glauber Costa <glommer@redhat.com> | Tue Oct 06 13:24:50 2009 -0400 |
committer | Avi Kivity <avi@redhat.com> | Thu Dec 03 09:32:14 2009 +0200 |
tree | 8d9ffc473a0a32fb7c0454069a30ac85a9a41e62 | |
parent | 91586a3b7d79432772a3cdcb81473cd08a237c79 [diff] |
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 <glommer@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>