]> git.karo-electronics.de Git - linux-beck.git/commit
KVM: MTRR: do not split 64 bits MSR content
authorXiao Guangrong <guangrong.xiao@linux.intel.com>
Mon, 15 Jun 2015 08:55:27 +0000 (16:55 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 19 Jun 2015 15:16:27 +0000 (17:16 +0200)
commit86fd52701cfae760711fb02a03c1ab8c80ea72f3
tree047bb01476d773dc1b7fb992754898ca9bf5c63f
parent10fac2dc2b3b549d371d67f57193362b6bcc6dfd
KVM: MTRR: do not split 64 bits MSR content

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.xiao@linux.intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/mtrr.c