Skip to content
Commit 9d609649 authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

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: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent 7a223e06
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment