Re: [PATCH v1 2/7] spapr_hcall.c: make do_client_architecture_support static

2021-01-14 Thread David Gibson
On Thu, Jan 14, 2021 at 03:06:23PM -0300, Daniel Henrique Barboza wrote: > The function is called only inside spapr_hcall.c. > > Signed-off-by: Daniel Henrique Barboza Nice catch - that's a hangover from an earlier version where it was called elswhere. Applied to ppc-for-6.0. > --- > hw/ppc/s

[PATCH v1 2/7] spapr_hcall.c: make do_client_architecture_support static

2021-01-14 Thread Daniel Henrique Barboza
The function is called only inside spapr_hcall.c. Signed-off-by: Daniel Henrique Barboza --- hw/ppc/spapr_hcall.c | 1 + include/hw/ppc/spapr.h | 5 - 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/hw/ppc/spapr_hcall.c b/hw/ppc/spapr_hcall.c index e5dfc1ba7a..7b5cd3553c 1006