[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PULL 00/12] Hppa64 patches
From: |
Peter Maydell |
Subject: |
Re: [PULL 00/12] Hppa64 patches |
Date: |
Tue, 13 Feb 2024 09:10:39 +0000 |
On Mon, 12 Feb 2024 at 23:04, Helge Deller <deller@gmx.de> wrote:
>
> On 2/12/24 22:16, Peter Maydell wrote:
> > 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.
>
> Ok. But how do people usually work around this kind of issue?
> Test if the qtest accel is in use?
> Ignore if the firmware can't be loaded?
> Any hint would be great!
There's a qtest_enabled() function -- see eg hw/mips/malta.c
for an example of skipping the "fail on no firmware" check
when it's enabled. (There are a bunch of others in the tree too.)
thanks
-- PMM
- [PULL 10/12] hw/net/tulip: add chip status register values, (continued)
- [PULL 10/12] hw/net/tulip: add chip status register values, deller, 2024/02/11
- [PULL 03/12] hw/pci-host/astro: Avoid aborting on access failure, deller, 2024/02/11
- [PULL 08/12] target/hppa: Allow read-access to PSW with rsm 0, reg instruction, deller, 2024/02/11
- [PULL 12/12] hw/hppa/machine: Load 64-bit firmware on 64-bit machines, deller, 2024/02/11
- [PULL 11/12] target/hppa: Update SeaBIOS-hppa to version 16, deller, 2024/02/11
- Re: [PULL 00/12] Hppa64 patches, Peter Maydell, 2024/02/12
- [PULL 00/12] Hppa64 patches, deller, 2024/02/12
- [PULL 01/12] disas/hppa: Add disassembly for qemu specific instructions, deller, 2024/02/12
- [PULL 02/12] target/hppa: Add "diag 0x101" for console output support, deller, 2024/02/12
- [PULL 03/12] hw/pci-host/astro: Avoid aborting on access failure, deller, 2024/02/12
- [PULL 06/12] target/hppa: Implement do_transaction_failed handler for I/O errors, deller, 2024/02/12
- [PULL 08/12] target/hppa: Allow read-access to PSW with rsm 0, reg instruction, deller, 2024/02/12
- [PULL 05/12] lasi: allow access to LAN MAC address registers, deller, 2024/02/12
- [PULL 04/12] hw/pci-host/astro: Implement Hard Fail and Soft Fail mode, deller, 2024/02/12
- [PULL 07/12] lasi: Add reset I/O ports for LASI audio and FDC, deller, 2024/02/12