Message ID | 20221025163952.4131046-1-peter.maydell@linaro.org |
---|---|
State | Not Applicable |
Headers | show |
On Tue, 25 Oct 2022 at 12:51, Peter Maydell <peter.maydell@linaro.org> wrote: > target-arm queue: > * Implement FEAT_E0PD > * Implement FEAT_HAFDBS This commit breaks CI: i686-w64-mingw32-gcc -m32 -Ilibqemu-aarch64-softmmu.fa.p -I. -I.. -Itarget/arm -I../target/arm -I../dtc/libfdt -Iqapi -Itrace -Iui -Iui/shader -I/usr/i686-w64-mingw32/sys-root/mingw/include/pixman-1 -I/usr/i686-w64-mingw32/sys-root/mingw/include/glib-2.0 -I/usr/i686-w64-mingw32/sys-root/mingw/lib/glib-2.0/include -fdiagnostics-color=auto -Wall -Winvalid-pch -Werror -std=gnu11 -O2 -g -iquote . -iquote /builds/qemu-project/qemu -iquote /builds/qemu-project/qemu/include -iquote /builds/qemu-project/qemu/tcg/i386 -mms-bitfields -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fno-pie -no-pie -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -Wold-style-declaration -Wold-style-definition -Wtype-limits -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wempty-body -Wnested-externs -Wendif-labels -Wexpansion-to-defined -Wimplicit-fallthrough=2 -Wno-missing-include-dirs -Wno-shift-negative-value -Wno-psabi -fstack-protector-strong -DNEED_CPU_H '-DCONFIG_TARGET="aarch64-softmmu-config-target.h"' '-DCONFIG_DEVICES="aarch64-softmmu-config-devices.h"' -MD -MQ libqemu-aarch64-softmmu.fa.p/target_arm_ptw.c.obj -MF libqemu-aarch64-softmmu.fa.p/target_arm_ptw.c.obj.d -o libqemu-aarch64-softmmu.fa.p/target_arm_ptw.c.obj -c ../target/arm/ptw.c ../target/arm/ptw.c: In function 'S1_ptw_translate': ../target/arm/ptw.c:269:36: error: 'PROT_WRITE' undeclared (first use in this function); did you mean 'OF_WRITE'? 269 | ptw->out_rw = full->prot & PROT_WRITE; | ^~~~~~~~~~ | OF_WRITE ../target/arm/ptw.c:269:36: note: each undeclared identifier is reported only once for each function it appears in https://gitlab.com/qemu-project/qemu/-/jobs/3230968840 Stefan
On Tue, 25 Oct 2022 at 12:51, Peter Maydell <peter.maydell@linaro.org> wrote: > target-arm queue: > * Implement FEAT_E0PD > * Implement FEAT_HAFDBS A second CI failure: arm-linux-gnueabi-gcc -Ilibqemu-aarch64-softmmu.fa.p -I. -I.. -Itarget/arm -I../target/arm -Iqapi -Itrace -Iui -Iui/shader -I/usr/include/pixman-1 -I/usr/include/capstone -I/usr/include/spice-server -I/usr/include/spice-1 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabi/glib-2.0/include -fdiagnostics-color=auto -Wall -Winvalid-pch -Werror -std=gnu11 -O2 -g -isystem /builds/qemu-project/qemu/linux-headers -isystem linux-headers -iquote . -iquote /builds/qemu-project/qemu -iquote /builds/qemu-project/qemu/include -iquote /builds/qemu-project/qemu/tcg/arm -pthread -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -Wold-style-declaration -Wold-style-definition -Wtype-limits -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wempty-body -Wnested-externs -Wendif-labels -Wexpansion-to-defined -Wimplicit-fallthrough=2 -Wno-missing-include-dirs -Wno-shift-negative-value -Wno-psabi -fstack-protector-strong -fPIE -isystem../linux-headers -isystemlinux-headers -DNEED_CPU_H '-DCONFIG_TARGET="aarch64-softmmu-config-target.h"' '-DCONFIG_DEVICES="aarch64-softmmu-config-devices.h"' -MD -MQ 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 ../target/arm/ptw.c:449:19: error: nested extern declaration of ‘qemu_mutex_iothread_locked’ [-Werror=nested-externs] ../target/arm/ptw.c:451:8: error: implicit declaration of function ‘qemu_mutex_lock_iothread’; did you mean ‘qemu_mutex_lock__raw’? [-Werror=implicit-function-declaration] 451 | qemu_mutex_lock_iothread(); | ^~~~~~~~~~~~~~~~~~~~~~~~ | qemu_mutex_lock__raw ../target/arm/ptw.c:451:8: error: nested extern declaration of ‘qemu_mutex_lock_iothread’ [-Werror=nested-externs] ../target/arm/ptw.c:465:9: error: implicit declaration of function ‘qemu_mutex_unlock_iothread’; did you mean ‘qemu_mutex_unlock_impl’? [-Werror=implicit-function-declaration] 465 | qemu_mutex_unlock_iothread(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | qemu_mutex_unlock_impl ../target/arm/ptw.c:465:9: error: nested extern declaration of ‘qemu_mutex_unlock_iothread’ [-Werror=nested-externs] https://gitlab.com/qemu-project/qemu/-/jobs/3230968787 Stefan
On Wed, Oct 26, 2022 at 10:49:18AM -0400, Stefan Hajnoczi wrote: > On Tue, 25 Oct 2022 at 12:51, Peter Maydell <peter.maydell@linaro.org> wrote: > > target-arm queue: > > * Implement FEAT_E0PD > > * Implement FEAT_HAFDBS > > This commit breaks CI: Ah, so when this is respun, there'll be an opportunity for Peter to pull in the left-out commit from my series now that I've posted a fixed version of that. Pfiew! Count down til the soft freeze... :) Jason
On Wed, 26 Oct 2022 at 15:52, Stefan Hajnoczi <stefanha@gmail.com> wrote: > > On Tue, 25 Oct 2022 at 12:51, Peter Maydell <peter.maydell@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