From: Wanpeng Li Date: Tue, 19 Aug 2014 09:04:39 +0000 (+0800) Subject: KVM: x86: fix check legal type of Variable Range MTRRs X-Git-Tag: fixes-for-v3.18-merge-window~23^2~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adfb5d2746bfbe692324bd26a6de05a3a036b38e;p=pandora-kernel.git KVM: x86: fix check legal type of Variable Range MTRRs The first entry in each pair(IA32_MTRR_PHYSBASEn) defines the base address and memory type for the range; the second entry(IA32_MTRR_PHYSMASKn) contains a mask used to determine the address range. The legal values for the type field of IA32_MTRR_PHYSBASEn are 0,1,4,5, and 6. However, IA32_MTRR_PHYSMASKn don't have type field. This patch avoid check if the type field is legal for IA32_MTRR_PHYSMASKn. Signed-off-by: Wanpeng Li Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed