On 01.11.2021 16:20, Juergen Gross wrote:
> The hypercall names need some update.
>
> Signed-off-by: Juergen Gross <jgross@suse.com>
In the context of reviewing v1 of this series I came to make an
almost identical patch (sole difference being that I took the
opportunity and also switched the table itself to "static const
char *const"), so
Reviewed-by: Jan Beulich <jbeulich@suse.com>
> --- a/tools/misc/xenperf.c
> +++ b/tools/misc/xenperf.c
> @@ -57,6 +57,11 @@ const char *hypercall_name_table[64] =
> X(sysctl),
> X(domctl),
> X(kexec_op),
> + X(tmem_op),
> + X(argo_op),
> + X(xenpmu_op),
> + X(dm_op),
> + X(hypfs_op),
> X(arch_0),
> X(arch_1),
> X(arch_2),
>