On Wed, May 19, 2021 at 10:22:43PM +0200, Alexander Graf wrote:
> 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
> ---
> accel/hvf/hvf-accel-ops.c | 6 +++---
> accel/hvf/hvf-accel-ops.h | 3
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
---
accel/hvf/hvf-accel-ops.c | 6 +++---
accel/hvf/hvf-accel-ops.h | 3 ---
2 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/accel/hvf