Re: [PATCH v2 1/3] target/s390x: Fix LPSW

2023-03-15 Thread David Hildenbrand
On 15.03.23 03:04, Ilya Leoshkevich wrote: Currently LPSW does not invert the mask bit 12 and incorrectly copies the BA bit into the address. Fix by generating code similar to what s390_cpu_load_normal() does. Reported-by: Nina Schoetterl-Glausch Co-developed-by: Nina Schoetterl-Glausch

[PATCH v2 1/3] target/s390x: Fix LPSW

2023-03-14 Thread Ilya Leoshkevich
Currently LPSW does not invert the mask bit 12 and incorrectly copies the BA bit into the address. Fix by generating code similar to what s390_cpu_load_normal() does. Reported-by: Nina Schoetterl-Glausch Co-developed-by: Nina Schoetterl-Glausch Signed-off-by: Ilya Leoshkevich ---