> On 3 Sep 2025, at 12.06, Philippe Mathieu-Daudé <[email protected]> wrote:
> 
> hvf_put_registers() and hvf_get_registers() are implemented per
> target, rename them using the 'hvf_arch_' prefix following the
> per target pattern.
> 
> Since they call hv_vcpu_set_reg() / hv_vcpu_get_reg(), mention
> they must be called on the vCPU.
> 
> Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
> ---
> include/system/hvf_int.h  | 6 ++++--
> accel/hvf/hvf-accel-ops.c | 2 +-
> target/arm/hvf/hvf.c      | 8 +++++---
> target/i386/hvf/hvf.c     | 2 +-
> target/i386/hvf/x86hvf.c  | 4 ++--
> 5 files changed, 13 insertions(+), 9 deletions(-)

Reviewed-by: Mads Ynddal <[email protected]>

Reply via email to