Re: [PATCH v3 2/2] target/ppc: Add support for scv and rfscv instructions

2020-03-19 Thread David Gibson
On Tue, Mar 17, 2020 at 03:49:18PM +1000, Nicholas Piggin wrote: > POWER9 adds scv and rfscv instructions and the system call vectored > interrupt. Linux does not support this instruction yet but it has > been tested with a modified kernel that runs on real hardware. > > Signed-off-by: Nicholas

[PATCH v3 2/2] target/ppc: Add support for scv and rfscv instructions

2020-03-16 Thread Nicholas Piggin
POWER9 adds scv and rfscv instructions and the system call vectored interrupt. Linux does not support this instruction yet but it has been tested with a modified kernel that runs on real hardware. Signed-off-by: Nicholas Piggin --- Since v2: - Rebased on top of FWNMI series