Re: [PATCH 1/2] target/s390x: Fix LAE setting a wrong access register

2024-01-10 Thread David Hildenbrand
On 10.01.24 00:22, Ilya Leoshkevich wrote: LAE should set the access register corresponding to the first operand, instead, it always modifies access register 1. Co-developed-by: Ido Plat Cc: qemu-sta...@nongnu.org Fixes: a1c7610a6879 ("target-s390x: implement LAY and LAEY instructions") Signed-

[PATCH 1/2] target/s390x: Fix LAE setting a wrong access register

2024-01-09 Thread Ilya Leoshkevich
LAE should set the access register corresponding to the first operand, instead, it always modifies access register 1. Co-developed-by: Ido Plat Cc: qemu-sta...@nongnu.org Fixes: a1c7610a6879 ("target-s390x: implement LAY and LAEY instructions") Signed-off-by: Ilya Leoshkevich --- target/s390x/t