On 9/14/21 12:58 PM, Cédric Le Goater wrote: > On 9/14/21 12:51 PM, Peter Maydell wrote: >> On Mon, 13 Sept 2021 at 17:13, Cédric Le Goater <c...@kaod.org> wrote: >>> >>> The following changes since commit eae587e8e3694b1aceab23239493fb4c7e1a80f5: >>> >>> Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-09-13' >>> into staging (2021-09-13 11:00:30 +0100) >>> >>> are available in the Git repository at: >>> >>> https://github.com/legoater/qemu/ tags/pull-aspeed-20210913 >>> >>> for you to fetch changes up to d7add12e20fa8982f5932ff4dca317c5d2dfe7d9: >>> >>> hw/arm/aspeed: Add Fuji machine type (2021-09-13 15:19:20 +0200) >>> >>> ---------------------------------------------------------------- >>> Aspeed patches : >>> >>> * MAC enablement fixes (Guenter) >>> * Watchdog and pca9552 fixes (Andrew) >>> * GPIO fixes (Joel) >>> * AST2600A3 SoC and DPS310 models (Joel) >>> * New Fuji BMC machine (Peter) >> >> Hi; this fails 'make check' on 32-bit hosts: >> >> qemu-system-aarch64: at most 2047 MB RAM can be simulated >> Broken pipe >> ERROR qtest-aarch64/qom-test - too few tests run (expected 83, got 31) >> >> I suspect the new machine type has a default of more than 2GB >> of RAM, which won't work on 32 bit systems. > > ok. I guess we need to change the Fuji.
If the machine requires 2GiB, I'd rather not modify it but not register it on 32-bit hosts. Better to avoid Frankenstein machines. Thoughts?