summary refs log tree commit diff stats
path: root/tests/avocado/ppc_powernv.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests/avocado: Add ppc pseries and powernv hash MMU testsNicholas Piggin2024-02-231-4/+19
| | | | | | | | | 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: Add powernv machine test scriptNicholas Piggin2023-07-071-0/+87
This copies ppc_pseries.py to start a set of powernv tests, including a Linux boot test for the newly added SMT mode. Reviewed-by: Cédric Le Goater <clg@kaod.org> Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Message-ID: <20230705120631.27670-5-npiggin@gmail.com> Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>