commit | 84e0cefa8ddd5d5018d3b582e1e90585ed551757 | [log] [tgz] |
---|---|---|
author | Jes Sorensen <Jes.Sorensen@redhat.com> | Wed Sep 01 11:42:04 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:51:55 2010 +0200 |
tree | 4faa04c04b8fc555584cc806acd7e31c4d879d42 | |
parent | 9ed049c3b6230b68985da31f8243d4bec95e0b3a [diff] |
KVM: Fix guest kernel crash on MSR_K7_CLK_CTL MSR_K7_CLK_CTL is a no longer documented MSR, which is only relevant on said old AMD CPU models. This change returns the expected value, which the Linux kernel is expecting to avoid writing back the MSR, plus it ignores all writes to the MSR. Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>