]> git.ipfire.org Git - thirdparty/qemu.git/commit
accel/hvf: Implement WFI without using pselect()
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 3 Oct 2025 14:15:27 +0000 (16:15 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 16 Jan 2026 10:17:28 +0000 (11:17 +0100)
commitb5f8f77271770ef58c5ea01d0b8ff0ea20545649
tree4e1cb89a8907b7dc24c9b99ca47141384b63d069
parenta14afa985e347c6978ab83c9e7a90d8002462042
accel/hvf: Implement WFI without using pselect()

Return to the main loop where we'll be waken again.
This avoid a tricky race with signals introduced in
commit 219c101fa7f ("Add HVF WFI handler").

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Akihiko Odaki <odaki@rsg.ci.i.u-tokyo.ac.jp>
Message-ID: <20260112103034.65310-14-philmd@linaro.org>
accel/hvf/hvf-accel-ops.c
include/system/hvf_int.h
target/arm/hvf/hvf.c