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)
commit845c5b4054635f98eb6f1c783c0cc14b28772cb0
tree5b9898d0d29793862685b887429ad6a35569fc59
parentf35310546399eb77f03d37e760320e021f9a8568
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