From: Paolo Bonzini Date: Fri, 18 Sep 2015 15:33:04 +0000 (+0200) Subject: KVM: x86: trap AMD MSRs for the TSeg base and mask X-Git-Tag: omap-for-v4.3/fixes-rc5~90^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3afb1121800128aae9f5722e50097fcf1a9d4d88;p=pandora-kernel.git KVM: x86: trap AMD MSRs for the TSeg base and mask These have roughly the same purpose as the SMRR, which we do not need to implement in KVM. However, Linux accesses MSR_K8_TSEG_ADDR at boot, which causes problems when running a Xen dom0 under KVM. Just return 0, meaning that processor protection of SMRAM is not in effect. Reported-by: M A Young Cc: stable@vger.kernel.org Acked-by: Borislav Petkov Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed