On Tue, 19 Jul 2022 at 17:12, Peter Maydell <peter.mayd...@linaro.org> wrote: > Hi; I'm trying to track down the fix for a bug that I think > was introduced by this change. Specifically, if you > configure with a target list of > > '--target-list=mips-linux-user,mips64-linux-user,mipsel-linux-user,mipsn32-linux-user,mipsn32el-linux-user,mips-softmmu,mipsel-softmmu,mips64-softmmu,mips64el-softmmu' > > (ie "just mips"), then run 'make check', the iotest 267 fails > because QEMU segfaults trying to do a VM save/restore on > qemu-system-mips. (You can run just that iotest by cd'ing > into the build dir's tests/qemu-iotests/ subdir and running > ./check -qcow2 -gdb 267
I mean just "./check -qcow2 267" here (the -gdb starts a gdbserver, which is what I was doing while trying to debug.) -- PMM