summaryrefslogtreecommitdiffstats
path: root/hw
diff options
context:
space:
mode:
authorDaniel Henrique Barboza2021-01-14 19:06:23 +0100
committerDavid Gibson2021-01-19 00:20:29 +0100
commiteb72b639886001c19d91b34840641bdd2f46646d (patch)
treed3ec8bc55287e082258aec3818d344ee716c8add /hw
parentspapr.h: fix trailing whitespace in phb_placement (diff)
downloadqemu-eb72b639886001c19d91b34840641bdd2f46646d.tar.gz
qemu-eb72b639886001c19d91b34840641bdd2f46646d.tar.xz
qemu-eb72b639886001c19d91b34840641bdd2f46646d.zip
spapr_hcall.c: make do_client_architecture_support static
The function is called only inside spapr_hcall.c. Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com> Message-Id: <20210114180628.1675603-3-danielhb413@gmail.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'hw')
-rw-r--r--hw/ppc/spapr_hcall.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/ppc/spapr_hcall.c b/hw/ppc/spapr_hcall.c
index e5dfc1ba7a..7b5cd3553c 100644
--- a/hw/ppc/spapr_hcall.c
+++ b/hw/ppc/spapr_hcall.c
@@ -1632,6 +1632,7 @@ static uint32_t cas_check_pvr(PowerPCCPU *cpu, uint32_t max_compat,
return best_compat;
}
+static
target_ulong do_client_architecture_support(PowerPCCPU *cpu,
SpaprMachineState *spapr,
target_ulong vec,