From: Radim Krčmář Date: Mon, 27 Apr 2015 13:11:25 +0000 (+0200) Subject: KVM: x86: fix initial PAT value X-Git-Tag: omap-for-v4.2/fixes-rc1^2~138^2~94 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74545705cb2e398efc3cd751628c58f021323434;p=pandora-kernel.git KVM: x86: fix initial PAT value PAT should be 0007_0406_0007_0406h on RESET and not modified on INIT. VMX used a wrong value (host's PAT) and while SVM used the right one, it never got to arch.pat. This is not an issue with QEMU as it will force the correct value. Signed-off-by: Radim Krčmář Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed