[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v8 09/19] hvf: Make synchronize functions static
From: |
Sergio Lopez |
Subject: |
Re: [PATCH v8 09/19] hvf: Make synchronize functions static |
Date: |
Thu, 27 May 2021 12:15:47 +0200 |
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 <agraf@csgraf.de>
> ---
> accel/hvf/hvf-accel-ops.c | 6 +++---
> accel/hvf/hvf-accel-ops.h | 3 ---
> 2 files changed, 3 insertions(+), 6 deletions(-)
Reviewed-by: Sergio Lopez <slp@redhat.com>
signature.asc
Description: PGP signature
- [PATCH v8 00/19] hvf: Implement Apple Silicon Support, Alexander Graf, 2021/05/19
- [PATCH v8 04/19] hvf: Move hvf internal definitions into common header, Alexander Graf, 2021/05/19
- [PATCH v8 01/19] hvf: Move assert_hvf_ok() into common directory, Alexander Graf, 2021/05/19
- [PATCH v8 03/19] hvf: Move cpu functions into common directory, Alexander Graf, 2021/05/19
- [PATCH v8 02/19] hvf: Move vcpu thread functions into common directory, Alexander Graf, 2021/05/19
- [PATCH v8 09/19] hvf: Make synchronize functions static, Alexander Graf, 2021/05/19
- Re: [PATCH v8 09/19] hvf: Make synchronize functions static,
Sergio Lopez <=
- [PATCH v8 07/19] hvf: Split out common code on vcpu init and destroy, Alexander Graf, 2021/05/19
- [PATCH v8 10/19] hvf: Remove hvf-accel-ops.h, Alexander Graf, 2021/05/19
- [PATCH v8 12/19] hvf: Simplify post reset/init/loadvm hooks, Alexander Graf, 2021/05/19
- [PATCH v8 08/19] hvf: Use cpu_synchronize_state(), Alexander Graf, 2021/05/19
- [PATCH v8 06/19] hvf: Remove use of hv_uvaddr_t and hv_gpaddr_t, Alexander Graf, 2021/05/19