Re: [PATCH v2 17/19] ppc/pnv: Add a CPU nmi and resume function

2024-07-13 Thread Cédric Le Goater
On 7/12/24 14:02, Nicholas Piggin wrote: Power CPUs have an execution control facility that can pause, resume, and cause NMIs, among other things. Add a function that will nmi a CPU and resume it if it was paused, in preparation for implementing the control facility. Signed-off-by: Nicholas Pigg

[PATCH v2 17/19] ppc/pnv: Add a CPU nmi and resume function

2024-07-12 Thread Nicholas Piggin
Power CPUs have an execution control facility that can pause, resume, and cause NMIs, among other things. Add a function that will nmi a CPU and resume it if it was paused, in preparation for implementing the control facility. Signed-off-by: Nicholas Piggin --- include/hw/ppc/pnv.h | 2 ++ hw/p