]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: VMX: fix read/write sizes of VMCS fields in dump_vmcs
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 3 Dec 2015 14:51:00 +0000 (15:51 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 16 Dec 2015 17:49:47 +0000 (18:49 +0100)
commit081b773984b2177b8f19a62faa65c2818b79088f
tree5b9898d0d29793862685b887429ad6a35569fc59
parent1ead0512137b97167a02436c55018302afd3b7b5
KVM: VMX: fix read/write sizes of VMCS fields in dump_vmcs

This was not printing the high parts of several 64-bit fields on
32-bit kernels.  Separate from the previous one to make the patches
easier to review.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx.c