Re: [PATCH] KVM: PPC: Book3S HV: tracing: Add missing hcall names

2022-07-09 Thread Michael Ellerman
On Tue, 14 Jun 2022 13:52:04 -0300, Fabiano Rosas wrote: > The kvm_trace_symbol_hcall macro is missing several of the hypercalls > defined in hvcall.h. > > Add the most common ones that are issued during guest lifetime, > including the ones that are only used by QEMU and SLOF. > > > [...] Appli

[PATCH] KVM: PPC: Book3S HV: tracing: Add missing hcall names

2022-06-14 Thread Fabiano Rosas
The kvm_trace_symbol_hcall macro is missing several of the hypercalls defined in hvcall.h. Add the most common ones that are issued during guest lifetime, including the ones that are only used by QEMU and SLOF. Signed-off-by: Fabiano Rosas --- arch/powerpc/include/asm/hvcall.h | 8 ar