[PATCH v2 07/15] KVM: MTRR: do not split 64 bits MSR content

2015-06-15 Thread Xiao Guangrong
Variable MTRR MSRs are 64 bits which are directly accessed with full length, no reason to split them to two 32 bits Signed-off-by: Xiao Guangrong --- arch/x86/include/asm/kvm_host.h | 7 ++- arch/x86/kvm/mtrr.c | 32 ++-- 2 files changed, 16

[PATCH v2 07/15] KVM: MTRR: do not split 64 bits MSR content

2015-06-15 Thread Xiao Guangrong
Variable MTRR MSRs are 64 bits which are directly accessed with full length, no reason to split them to two 32 bits Signed-off-by: Xiao Guangrong guangrong.x...@linux.intel.com --- arch/x86/include/asm/kvm_host.h | 7 ++- arch/x86/kvm/mtrr.c | 32 ++--