Re: [PATCH v4 16/17] KVM: arm64: Drop perf.c and fold its tiny bits of code into arm.c

2021-11-11 Thread Marc Zyngier
On Thu, 11 Nov 2021 02:07:37 +, Sean Christopherson wrote: > > Call KVM's (un)register perf callbacks helpers directly from arm.c and > delete perf.c > > No functional change intended. > > Signed-off-by: Sean Christopherson Reviewed-by: Marc Zyngier M. -- Without deviation fro

[PATCH v4 16/17] KVM: arm64: Drop perf.c and fold its tiny bits of code into arm.c

2021-11-10 Thread Sean Christopherson
Call KVM's (un)register perf callbacks helpers directly from arm.c and delete perf.c No functional change intended. Signed-off-by: Sean Christopherson --- arch/arm64/include/asm/kvm_host.h | 3 --- arch/arm64/kvm/Makefile | 2 +- arch/arm64/kvm/arm.c | 5 +++-- arch/ar