Re: [PATCH v8 05/19] hvf: Make hvf_set_phys_mem() static

2021-05-27 Thread Sergio Lopez
On Wed, May 19, 2021 at 10:22:39PM +0200, Alexander Graf wrote: > The hvf_set_phys_mem() function is only called within the same file. > Make it static. > > Signed-off-by: Alexander Graf > --- > accel/hvf/hvf-accel-ops.c | 2 +- > include/sysemu/hvf_int.h | 1 - > 2 files changed, 1 insertion(+

[PATCH v8 05/19] hvf: Make hvf_set_phys_mem() static

2021-05-19 Thread Alexander Graf
The hvf_set_phys_mem() function is only called within the same file. Make it static. Signed-off-by: Alexander Graf --- accel/hvf/hvf-accel-ops.c | 2 +- include/sysemu/hvf_int.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/accel/hvf/hvf-accel-ops.c b/accel/hvf/hvf-accel-