Re: [Qemu-devel] [PATCH v3 16/18] target/s390x: Implement TRTR

2017-06-23 Thread Aurelien Jarno
On 2017-06-19 17:04, Richard Henderson wrote: > Drop TRT from the set of insns handled internally by EXECUTE. > It's more important to adjust the existing helper to handle > both TRT and TRTR. > > Signed-off-by: Richard Henderson > --- > target/s390x/helper.h | 1 + > target/s390x/insn-dat

[Qemu-devel] [PATCH v3 16/18] target/s390x: Implement TRTR

2017-06-19 Thread Richard Henderson
Drop TRT from the set of insns handled internally by EXECUTE. It's more important to adjust the existing helper to handle both TRT and TRTR. Signed-off-by: Richard Henderson --- target/s390x/helper.h | 1 + target/s390x/insn-data.def | 2 ++ target/s390x/mem_helper.c | 20 +--