Re: [Qemu-devel] [PATCH] ppc/spapr: implement H_SIGNAL_SYS_RESET

2016-12-04 Thread David Gibson
On Mon, Dec 05, 2016 at 02:56:47PM +1100, Nicholas Piggin wrote: > The H_SIGNAL_SYS_RESET hcall allows a guest CPU to raise a system reset > exception on CPUs within the same guest -- all CPUs, all-but-self, or a > specific CPU (including self). > > This has not made its way to a PAPR release yet,

[Qemu-devel] [PATCH] ppc/spapr: implement H_SIGNAL_SYS_RESET

2016-12-04 Thread Nicholas Piggin
The H_SIGNAL_SYS_RESET hcall allows a guest CPU to raise a system reset exception on CPUs within the same guest -- all CPUs, all-but-self, or a specific CPU (including self). This has not made its way to a PAPR release yet, but we have an hcall number assigned. H_SIGNAL_SYS_RESET = 0x380 Syn