]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/functional: Add a ppc sam460ex test
authorCédric Le Goater <clg@redhat.com>
Mon, 3 Feb 2025 09:26:06 +0000 (10:26 +0100)
committerThomas Huth <thuth@redhat.com>
Tue, 11 Feb 2025 12:27:07 +0000 (13:27 +0100)
commit557277710ae7f66ae572a362ac32a8b865e7104e
treec1020a65cbc5de763b40261fe711e168443b96b3
parent5f6a260fceadf6466211dbf6873abf1b08ab5272
tests/functional: Add a ppc sam460ex test

The test sequence boots from kernel a sam460ex machine with a
virtio-net device to check PCI.

The buildroot is built with config :

  BR2_powerpc=y
  BR2_powerpc_440fp=y

and the kernel with the '44x/canyonlands' deconfig and virtio support.

Signed-off-by: Cédric Le Goater <clg@redhat.com>
Message-ID: <20250203092606.491933-1-clg@redhat.com>
[thuth: sort meson.build alphabetically]
Signed-off-by: Thomas Huth <thuth@redhat.com>
MAINTAINERS
tests/functional/meson.build
tests/functional/test_ppc_sam460ex.py [new file with mode: 0644]