summary refs log tree commit diff stats
path: root/tests/avocado/ppc_powernv.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests/functional: Convert most ppc avocado tests into standalone testsThomas Huth2024-09-041-102/+0
| | | | | | | | | Nothing thrilling in here, just straight forward conversions. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20240830133841.142644-26-thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
* 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>