]> git.ipfire.org Git - thirdparty/qemu.git/commit
accel/hvf: Implement hvf_arch_vcpu_destroy()
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 28 Oct 2025 05:41:49 +0000 (06:41 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 31 Oct 2025 16:26:45 +0000 (16:26 +0000)
commitfeee55d36a1c5d494ee73812d279b439bb05137c
tree66d8d58747a49fd346906416fe3e732b0e9d649e
parent3747befb2a64ddd216ba01a4836100d7a4909fff
accel/hvf: Implement hvf_arch_vcpu_destroy()

Call hv_vcpu_destroy() to destroy our vCPU context.

As hv_vcpu_destroy() must be called by the owning thread,
document hvf_arch_vcpu_destroy() also does.

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>
include/system/hvf_int.h
target/arm/hvf/hvf.c