Re: [Qemu-devel] [PATCH v2 31/33] target/s390x: Fix EXECUTE with R1==0

2017-05-25 Thread Aurelien Jarno
On 2017-05-24 12:22, Richard Henderson wrote: > The PoO specifies that when R1==0, no ORing into the insn > loaded from storage takes place. Load a zero for this case. > > Signed-off-by: Richard Henderson > --- > target/s390x/insn-data.def | 4 ++-- > target/s390x/translate.c | 14 ++

[Qemu-devel] [PATCH v2 31/33] target/s390x: Fix EXECUTE with R1==0

2017-05-24 Thread Richard Henderson
The PoO specifies that when R1==0, no ORing into the insn loaded from storage takes place. Load a zero for this case. Signed-off-by: Richard Henderson --- target/s390x/insn-data.def | 4 ++-- target/s390x/translate.c | 14 +- 2 files changed, 15 insertions(+), 3 deletions(-) dif