tests/avocado: Add ppc pseries and powernv hash MMU tests
authorNicholas Piggin <npiggin@gmail.com>
Thu, 5 Oct 2023 09:28:08 +0000 (19:28 +1000)
committerNicholas Piggin <npiggin@gmail.com>
Fri, 23 Feb 2024 13:16:35 +0000 (23:16 +1000)
commit8d07a8aef6feb7d8db4fabdcc3753636c562febe
tree840d1ed956bf47575ad530d908316aeff310b697
parent234aa6d62a2ad5790efcaa2a99c1adf6f5744350
tests/avocado: Add ppc pseries and powernv hash MMU tests

POWER CPUs support hash and radix MMU modes. Linux supports running in
either mode, but defaults to radix. To keep up testing of QEMU's hash
MMU implementation, add some Linux hash boot tests.

Reviewed-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
tests/avocado/ppc_powernv.py
tests/avocado/ppc_pseries.py