]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/functional: Add a test for the Stellaris arm machines
authorThomas Huth <thuth@redhat.com>
Thu, 29 May 2025 16:45:12 +0000 (17:45 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 29 May 2025 16:45:12 +0000 (17:45 +0100)
commit96778e69a2e391e5dc99d2318e7830695c607795
tree979f78b50589ece49515ae054ebb3c4c587ecc99
parentc42300ef71ba103a9bf67ca64cb94d5d9b633175
tests/functional: Add a test for the Stellaris arm machines

The 2023 edition of the QEMU advent calendar featured an image
that we can use to test whether the lm3s6965evb machine is basically
still working.

And for the lm3s811evb there is a small test kernel on github
which can be used to check its UART.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-id: 20250519170242.520805-1-thuth@redhat.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
MAINTAINERS
tests/functional/meson.build
tests/functional/test_arm_stellaris.py [new file with mode: 0755]