]> git.ipfire.org Git - thirdparty/qemu.git/commit
accel/hvf: Rename hvf_vcpu_exec() -> hvf_arch_vcpu_exec()
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 28 Oct 2025 05:41:41 +0000 (06:41 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 31 Oct 2025 16:26:45 +0000 (16:26 +0000)
commit963f1576c0cd4893f566572535edeed9d341017b
treec0f4d871906e1da69dea1abd2c7e6238ec264c9f
parent320496f4ecff7c290933e1910f6d93d7d8572b6c
accel/hvf: Rename hvf_vcpu_exec() -> hvf_arch_vcpu_exec()

hvf_vcpu_exec() is implemented per target, rename it as
hvf_arch_vcpu_exec(), following the per target pattern.

Since it calls hv_vcpu_run(), mention it must be called
on the vCPU.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Mads Ynddal <mads@ynddal.dk>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
accel/hvf/hvf-accel-ops.c
include/system/hvf_int.h
target/arm/hvf/hvf.c
target/i386/hvf/hvf.c