Re: [PATCH v4 01/11] target/ppc: Introduce Power ISA 3.1 flag

2020-07-05 Thread David Gibson
On Wed, Jul 01, 2020 at 06:43:36PM -0500, Lijun Pan wrote: > This flag will be used for Power10 instructions. > > Signed-off-by: Lijun Pan Applied to ppc-for-5.2. > --- > v4: split to 01/11 and 02/11 > v2: add Power ISA 3.1 flag > > target/ppc/cpu.h | 2 ++ > 1 file changed, 2 insertions(+) >

[PATCH v4 01/11] target/ppc: Introduce Power ISA 3.1 flag

2020-07-01 Thread Lijun Pan
This flag will be used for Power10 instructions. Signed-off-by: Lijun Pan --- v4: split to 01/11 and 02/11 v2: add Power ISA 3.1 flag target/ppc/cpu.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/ppc/cpu.h b/target/ppc/cpu.h index 1988b436cb..a5e9c08dcc 100644 --- a/target/ppc/c