commit | 405a353a0e20d09090ad96147da6afad9b0ce056 | [log] [tgz] |
---|---|---|
author | Ladi Prosek <lprosek@redhat.com> | Thu Apr 06 15:22:20 2017 +0200 |
committer | Radim Krčmář <rkrcmar@redhat.com> | Wed Apr 12 21:09:24 2017 +0200 |
tree | 9eeb49f6102545d202c290c9364861bc140833e9 | |
parent | 5a48a622718cbd2d26d449f38ba40a2b5f7212cf [diff] |
KVM: x86: Add MSR_AMD64_DC_CFG to the list of ignored MSRs Hyper-V writes 0x800000000000 to MSR_AMD64_DC_CFG when running on AMD CPUs as recommended in erratum 383, analogous to our svm_init_erratum_383. By ignoring the MSR, this patch enables running Hyper-V in L1 on AMD. Signed-off-by: Ladi Prosek <lprosek@redhat.com> Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>