[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PULL 06/35] hw/acpi: refactor acpi hp modules so that targets can j
From: |
Peter Maydell |
Subject: |
Re: [PULL 06/35] hw/acpi: refactor acpi hp modules so that targets can just use what they need |
Date: |
Tue, 19 Jul 2022 17:21:34 +0100 |
On Tue, 19 Jul 2022 at 17:12, Peter Maydell <peter.maydell@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