On Wed, 26 Oct 2022 at 15:52, Stefan Hajnoczi <stefa...@gmail.com> wrote: > > On Tue, 25 Oct 2022 at 12:51, Peter Maydell <peter.mayd...@linaro.org> wrote: > > target-arm queue: > > * Implement FEAT_E0PD > > * Implement FEAT_HAFDBS > > A second CI failure:
> libqemu-aarch64-softmmu.fa.p/target_arm_ptw.c.o -MF > libqemu-aarch64-softmmu.fa.p/target_arm_ptw.c.o.d -o > libqemu-aarch64-softmmu.fa.p/target_arm_ptw.c.o -c ../target/arm/ptw.c > ../target/arm/ptw.c: In function ‘arm_casq_ptw’: > ../target/arm/ptw.c:449:19: error: implicit declaration of function > ‘qemu_mutex_iothread_locked’; did you mean ‘qemu_mutex_trylock’? > [-Werror=implicit-function-declaration] > 449 | bool locked = qemu_mutex_iothread_locked(); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > | qemu_mutex_trylock Oops, sorry about the CI failures. The windows one is an accidental use of PROT_WRITE when PAGE_WRITE was intended; this one's a missing include of main-loop.h. I'm not sure why it doesn't show up on my system -- I guess we're dragging in main-loop.h via some other header somehow. thanks -- PMM