aboutsummaryrefslogtreecommitdiff
path: root/accel/hvf/hvf-accel-ops.h
diff options
context:
space:
mode:
authorAlexander Graf <agraf@csgraf.de>2021-06-03 14:09:33 +0100
committerPeter Maydell <peter.maydell@linaro.org>2021-06-03 16:43:27 +0100
commit36464fafcb34c1599b6cd22e409a3de600974944 (patch)
tree8819c2320e8f42b39b5a235c76e7efcef6de099b /accel/hvf/hvf-accel-ops.h
parent65c725b5204f22987950b4368ab7db67bcc87f54 (diff)
hvf: Make synchronize functions static
The hvf accel synchronize functions are only used as input for local callback functions, so we can make them static. Signed-off-by: Alexander Graf <agraf@csgraf.de> Reviewed-by: Sergio Lopez <slp@redhat.com> Message-id: 20210519202253.76782-10-agraf@csgraf.de Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'accel/hvf/hvf-accel-ops.h')
-rw-r--r--accel/hvf/hvf-accel-ops.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/accel/hvf/hvf-accel-ops.h b/accel/hvf/hvf-accel-ops.h
index f6192b56f0..018a4e22f6 100644
--- a/accel/hvf/hvf-accel-ops.h
+++ b/accel/hvf/hvf-accel-ops.h
@@ -13,8 +13,5 @@
#include "sysemu/cpus.h"
int hvf_vcpu_exec(CPUState *);
-void hvf_cpu_synchronize_post_reset(CPUState *);
-void hvf_cpu_synchronize_post_init(CPUState *);
-void hvf_cpu_synchronize_pre_loadvm(CPUState *);
#endif /* HVF_CPUS_H */