Re: [PATCH v4 02/11] target/ppc: Enable Power ISA 3.1

2020-07-05 Thread David Gibson
On Wed, Jul 01, 2020 at 06:43:37PM -0500, Lijun Pan wrote: > This patch enables the Power ISA 3.1 in QEMU. > > 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 +- > target/ppc/translate_

[PATCH v4 02/11] target/ppc: Enable Power ISA 3.1

2020-07-01 Thread Lijun Pan
This patch enables the Power ISA 3.1 in QEMU. 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 +- target/ppc/translate_init.inc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/target/ppc/cpu.h b/ta