]> www.infradead.org Git - users/dwmw2/qemu.git/commit
tests/functional: Add a ppc64 mac99 test
authorCédric Le Goater <clg@redhat.com>
Tue, 28 Jan 2025 21:21:45 +0000 (22:21 +0100)
committerThomas Huth <thuth@redhat.com>
Thu, 30 Jan 2025 09:38:51 +0000 (10:38 +0100)
commit5e654086246fcad85b820d60364a38e6952ab41c
tree57abf3cca6d4d8fba7550b9f1a4ebbf1a730faea
parent156ee8b812689ae22f7f68a7c58e21b9d2cc0fd9
tests/functional: Add a ppc64 mac99 test

The test sequence boots from disk a mac99 machine in 64-bit mode, in
which case the CPU is a PPC 970.

The buildroot rootfs is built with config :

BR2_powerpc64=y
BR2_powerpc_970=y

and the kernel with the g5 deconfig.

Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Cédric Le Goater <clg@redhat.com>
Message-ID: <20250128212145.1186617-1-clg@redhat.com>
[thuth: Adjusted the comment about '-nographic]
Signed-off-by: Thomas Huth <thuth@redhat.com>
MAINTAINERS
tests/functional/meson.build
tests/functional/test_ppc64_mac99.py [new file with mode: 0755]