Re: [kvm-unit-tests PATCH v10 13/15] powerpc: Add a panic test

2024-06-19 Thread Thomas Huth
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 --- lib/powerpc/asm/rtas.h | 1 + lib/powerpc/rtas.c

[kvm-unit-tests PATCH v10 13/15] powerpc: Add a panic test

2024-06-11 Thread Nicholas Piggin
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 --- lib/powerpc/asm/rtas.h | 1 + lib/powerpc/rtas.c | 16 powerpc/run