On Wed, 13 May 2026 at 03:21, Scott J. Goldman <[email protected]> wrote: > > Commit b5f8f77271 ("accel/hvf: Implement WFI without using pselect()") > changed hvf_wfi() from blocking the vCPU thread with pselect() to > returning EXCP_HLT, intending QEMU's main event loop to handle the > idle wait. However, cpu->halted was never set, so cpu_thread_is_idle() > always returns false and the vCPU thread spins at 100% CPU per core > while the guest is idle.
I've applied this to target-arm.next for 11.1; thanks. -- PMM
