Re: [PATCH] KVM: vmx: print more APICv fields in dump_vmcs

2019-04-16 Thread Krish Sadhukhan
On 04/15/2019 06:35 AM, Paolo Bonzini wrote: The SVI, RVI, virtual-APIC page address and APIC-access page address fields were left out of dump_vmcs. Add them. Signed-off-by: Paolo Bonzini --- arch/x86/kvm/vmx/vmx.c | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) dif

Re: [PATCH] KVM: vmx: print more APICv fields in dump_vmcs

2019-04-16 Thread Paolo Bonzini
On 15/04/19 20:39, Sean Christopherson wrote: > On Mon, Apr 15, 2019 at 03:35:32PM +0200, Paolo Bonzini wrote: >> The SVI, RVI, virtual-APIC page address and APIC-access page address fields >> were left out of dump_vmcs. Add them. >> >> Signed-off-by: Paolo Bonzini >> --- >> arch/x86/kvm/vmx/vmx

Re: [PATCH] KVM: vmx: print more APICv fields in dump_vmcs

2019-04-15 Thread Sean Christopherson
On Mon, Apr 15, 2019 at 03:35:32PM +0200, Paolo Bonzini wrote: > The SVI, RVI, virtual-APIC page address and APIC-access page address fields > were left out of dump_vmcs. Add them. > > Signed-off-by: Paolo Bonzini > --- > arch/x86/kvm/vmx/vmx.c | 13 +++-- > 1 file changed, 11 insertion