Re: [Qemu-devel] [PATCH 04/13] target-s390x: change CHRL and CGHRL format to RIL-b

2015-06-01 Thread Richard Henderson
On 06/01/2015 02:24 PM, Aurelien Jarno wrote: Change to match the PoP. In practice both format RIL-a and RIL-b have the same fields. They differ on the way we decode the fields, and it's done correctly in QEMU. Cc: Alexander Graf Cc: Richard Henderson Signed-off-by: Aurelien Jarno --- target-s

[Qemu-devel] [PATCH 04/13] target-s390x: change CHRL and CGHRL format to RIL-b

2015-06-01 Thread Aurelien Jarno
Change to match the PoP. In practice both format RIL-a and RIL-b have the same fields. They differ on the way we decode the fields, and it's done correctly in QEMU. Cc: Alexander Graf Cc: Richard Henderson Signed-off-by: Aurelien Jarno --- target-s390x/insn-data.def | 4 ++-- 1 file changed, 2