]> git.ipfire.org Git - thirdparty/qemu.git/commit
accel/hvf: Mention hvf_arch_update_guest_debug() must run on vCPU
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 28 Oct 2025 05:41:47 +0000 (06:41 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 31 Oct 2025 16:26:45 +0000 (16:26 +0000)
commit073e7e1cbea96d2bd36310d9119faceb4bf58989
tree445889d6fc2df8f29251611566106897c6d29860
parent21bab557a9ad3209552321789c9feb4b5ad1c437
accel/hvf: Mention hvf_arch_update_guest_debug() must run on vCPU

Since hvf_arch_update_guest_debug() calls hvf_arch_set_traps()
and hvf_arch_update_guest_debug(), which must run on a vCPU, it
also must. Mention it.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Mads Ynddal <mads@ynddal.dk>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
include/system/hvf_int.h