On 19/12/2025 10.02, Philippe Mathieu-Daudé wrote:
On 18/12/25 22:43, Philippe Mathieu-Daudé wrote:
Unfortunately while rebasing the series registering the
ARM/Aarch64 machine interfaces and getting it merged as
commit 38c5ab40031 ("hw/arm: Filter machine types for
qemu-system-arm/aarch64 binaries") we missed the recent
addition of the MAX78000FTHR machine in commit 51eb283dd0e.
Correct that.
Reported-by: Thomas Huth <[email protected]>
Tested-by: Thomas Huth <[email protected]>
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/3248
We have a functional test for this machine
(tests/functional/arm/test_max78000fthr.py)
so I don't understand how we missed this.
The functional tests are skipped if a machine is not available in the
binary, otherwise the test would fail if you'd configure your QEMU with less
machines.
Thomas