Re: [PATCH v1 1/6] target/microblaze: Add the opcode-0x0-illegal CPU property

2020-04-19 Thread Luc Michel
On 4/17/20 9:10 PM, Edgar E. Iglesias wrote: > From: "Edgar E. Iglesias" > > Add the opcode-0x0-illegal CPU property to control if the core > should trap opcode zero as illegal. > > Signed-off-by: Edgar E. Iglesias Reviewed-by: Luc Michel > --- > target/microblaze/cpu.c | 6 +- >

Re: [PATCH v1 1/6] target/microblaze: Add the opcode-0x0-illegal CPU property

2020-04-17 Thread Alistair Francis
On Fri, Apr 17, 2020 at 12:12 PM Edgar E. Iglesias wrote: > > From: "Edgar E. Iglesias" > > Add the opcode-0x0-illegal CPU property to control if the core > should trap opcode zero as illegal. > > Signed-off-by: Edgar E. Iglesias Reviewed-by: Alistair Francis Alistair > --- > target/microbl

[PATCH v1 1/6] target/microblaze: Add the opcode-0x0-illegal CPU property

2020-04-17 Thread Edgar E. Iglesias
From: "Edgar E. Iglesias" Add the opcode-0x0-illegal CPU property to control if the core should trap opcode zero as illegal. Signed-off-by: Edgar E. Iglesias --- target/microblaze/cpu.c | 6 +- target/microblaze/cpu.h | 1 + target/microblaze/translate.c | 2 +- 3 files changed