KVM: vmx: print more APICv fields in dump_vmcs
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 15 Apr 2019 13:14:32 +0000 (15:14 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 16 Apr 2019 13:39:00 +0000 (15:39 +0200)
commit9d609649bb29a882e7e6bf502adb45dcac178fe5
treedd0f3d9203de203c65729c3a585373a722c786e2
parent7a223e06b1a411cef6c4cd7a9b9a33c8d225b10e
KVM: vmx: print more APICv fields in dump_vmcs

The SVI, RVI, virtual-APIC page address and APIC-access page address fields
were left out of dump_vmcs.  Add them.

KERN_CONT technically isn't SMP safe, but it's okay to use it here since
the whole of dump_vmcs() is a single huge multi-line piece of output
that isn't SMP-safe.

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