]> 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)
commited5e054ec536319c86ce934e82bb43e6bc3d4e8e
tree5b9898d0d29793862685b887429ad6a35569fc59
parent543b973b7625e0035a6e841a1babe382357bc6cb
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