Re: [Qemu-devel] [PATCH] target-s390x: fix MOVE LONG instruction

2015-06-29 Thread Alexander Graf
On 06/18/15 18:04, Richard Henderson wrote: On 06/16/2015 04:57 PM, Aurelien Jarno wrote: The MOVE LONG instruction should pad the destination operand with the byte from bit positions 32-39 of the source length (r2 + 1), not with the same byte in the source address. Cc: Alexander Graf Cc: Richa

Re: [Qemu-devel] [PATCH] target-s390x: fix MOVE LONG instruction

2015-06-18 Thread Richard Henderson
On 06/16/2015 04:57 PM, Aurelien Jarno wrote: The MOVE LONG instruction should pad the destination operand with the byte from bit positions 32-39 of the source length (r2 + 1), not with the same byte in the source address. Cc: Alexander Graf Cc: Richard Henderson Signed-off-by: Aurelien Jarno --

[Qemu-devel] [PATCH] target-s390x: fix MOVE LONG instruction

2015-06-16 Thread Aurelien Jarno
The MOVE LONG instruction should pad the destination operand with the byte from bit positions 32-39 of the source length (r2 + 1), not with the same byte in the source address. Cc: Alexander Graf Cc: Richard Henderson Signed-off-by: Aurelien Jarno --- target-s390x/mem_helper.c | 2 +- 1 file c