From: Wanpeng Li Date: Tue, 19 Aug 2014 09:04:40 +0000 (+0800) Subject: KVM: x86: #GP when attempts to write reserved bits of Variable Range MTRRs X-Git-Tag: fixes-for-v3.18-merge-window~23^2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7a2a246a1b5;p=pandora-kernel.git KVM: x86: #GP when attempts to write reserved bits of Variable Range MTRRs Section 11.11.2.3 of the SDM mentions "All other bits in the IA32_MTRR_PHYSBASEn and IA32_MTRR_PHYSMASKn registers are reserved; the processor generates a general-protection exception(#GP) if software attempts to write to them". This patch do it in kvm. Signed-off-by: Wanpeng Li Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed