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

2020-05-10 Thread David Gibson
On Thu, May 07, 2020 at 09:53:28PM +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] target/ppc: Add support for scv and rfscv instructions

2020-05-07 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 --- This was tested with out-of-tree Linux patches and seems to work