Re: [PATCH v8 09/19] hvf: Make synchronize functions static

2021-05-27 Thread Sergio Lopez
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

[PATCH v8 09/19] hvf: Make synchronize functions static

2021-05-19 Thread Alexander Graf
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