Re: [Qemu-devel] [RFC 2/6] target-ppc: Introduce POWER ISA 3.0 flag

2016-07-17 Thread David Gibson
On Tue, Jul 12, 2016 at 11:33:18PM +0530, Nikunj A Dadhania wrote: > This flag will be used for POWER9 instructions. > > Signed-off-by: Nikunj A Dadhania Reviewed-by: David Gibson > --- > target-ppc/cpu.h| 5 - > target-ppc/translate_init.c | 2 +- > 2 files changed, 5 inserti

[Qemu-devel] [RFC 2/6] target-ppc: Introduce POWER ISA 3.0 flag

2016-07-12 Thread Nikunj A Dadhania
This flag will be used for POWER9 instructions. Signed-off-by: Nikunj A Dadhania --- target-ppc/cpu.h| 5 - target-ppc/translate_init.c | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/target-ppc/cpu.h b/target-ppc/cpu.h index 2666a3f..f48ff0f 100644 --- a/t