Re: [PATCH] KVM: ARM: count remote TLB flushes

2021-08-02 Thread Marc Zyngier
On Tue, 27 Jul 2021 12:32:51 +0200, Paolo Bonzini wrote: > KVM/ARM has an architecture-specific implementation of > kvm_flush_remote_tlbs; however, unlike the generic one, > it does not count the flushes in kvm->stat.remote_tlb_flush, > so that it inexorably remained stuck to zero. Applied to

Re: [PATCH] KVM: ARM: count remote TLB flushes

2021-07-28 Thread Oliver Upton
On Tue, Jul 27, 2021 at 3:33 AM Paolo Bonzini wrote: > > KVM/ARM has an architecture-specific implementation of > kvm_flush_remote_tlbs; however, unlike the generic one, > it does not count the flushes in kvm->stat.remote_tlb_flush, > so that it inexorably remained stuck to zero. > >

[PATCH] KVM: ARM: count remote TLB flushes

2021-07-27 Thread Paolo Bonzini
KVM/ARM has an architecture-specific implementation of kvm_flush_remote_tlbs; however, unlike the generic one, it does not count the flushes in kvm->stat.remote_tlb_flush, so that it inexorably remained stuck to zero. Signed-off-by: Paolo Bonzini --- arch/arm64/kvm/mmu.c | 1 + 1 file changed,