On 12/06/2024 07.23, Nicholas Piggin wrote:
This adds a simple panic test for pseries and powernv that works with
TCG (unlike the s390x panic tests), making it easier to test this part
of the harness code.
Signed-off-by: Nicholas Piggin <npig...@gmail.com>
---
lib/powerpc/asm/rtas.h | 1 +
lib/powerpc/rtas.c | 16 ++++++++++++++++
powerpc/run | 2 +-
powerpc/selftest.c | 18 ++++++++++++++++--
powerpc/unittests.cfg | 5 +++++
5 files changed, 39 insertions(+), 3 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>