[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Commit 145e2198d749 broke mips big endian.
From: |
Peter Maydell |
Subject: |
Re: Commit 145e2198d749 broke mips big endian. |
Date: |
Sat, 21 Jan 2023 13:16:34 +0000 |
On Sat, 21 Jan 2023 at 13:14, Peter Maydell <peter.maydell@linaro.org> wrote:
>
> On Sat, 21 Jan 2023 at 10:45, Rob Landley <rob@landley.net> wrote:
> >
> > wget https://landley.net/toybox/downloads/binaries/mkroot/0.8.9/mips.tgz
> > extract
> > and ./run-qemu.sh in there. Before this commit it goes:
>
> Hi; does this patchset fix the regression for you?
> 20230118095751.49728-1-philmd@linaro.org/">https://lore.kernel.org/qemu-devel/20230118095751.49728-1-philmd@linaro.org/
> ("[PATCH v2 0/2] hw/pci-host/gt64120: Fix regression on big-endian targets")
...looking a bit deeper into that thread I see the proposed fix
isn't right. I suspect it's the same underlying bug, though.
-- PMM