On Sun, 11 Feb 2024 at 12:30, <del...@kernel.org> wrote: > > From: Helge Deller <del...@gmx.de> > > The following changes since commit 39a6e4f87e7b75a45b08d6dc8b8b7c2954c87440: > > Merge tag 'pull-qapi-2024-02-03' of https://repo.or.cz/qemu/armbru into > staging (2024-02-03 13:31:58 +0000) > > are available in the Git repository at: > > https://github.com/hdeller/qemu-hppa.git tags/hppa64-pull-request > > for you to fetch changes up to f9d2270c85872bd71a01e15b2ebda2569f17f811: > > hw/hppa/machine: Load 64-bit firmware on 64-bit machines (2024-02-11 > 13:25:15 +0100) > > ---------------------------------------------------------------- > target/hppa: Enhancements and fixes > > A new SeaBIOS-hppa firmware which is built as 32- and 64-bit firmware. > Necessary to fully support 64-bit operating systems (HP-UX, Linux, > NetBSD,...). > > ----------------------------------------------------------------
This fails "make check", eg: https://gitlab.com/qemu-project/qemu/-/jobs/6154451100 because when the qom-test etc tests run qemu-system-hppa, it barfs with "qemu-system-hppa: no firmware provided". That kind of firmware check needs to not fire when using the qtest accel. thanks -- PMM