Re: [PATCH 06/12] target/s390x: Fix LRA when DAT is off

2023-07-04 Thread David Hildenbrand
On 03.07.23 17:50, Ilya Leoshkevich wrote: LRA should perform DAT regardless of whether it's on or off. Disable DAT check for MMU_S390_LRA. Fixes: defb0e3157af ("s390x: Implement opcode helpers") Cc: qemu-sta...@nongnu.org Signed-off-by: Ilya Leoshkevich --- target/s390x/mmu_helper.c | 2 +-

[PATCH 06/12] target/s390x: Fix LRA when DAT is off

2023-07-03 Thread Ilya Leoshkevich
LRA should perform DAT regardless of whether it's on or off. Disable DAT check for MMU_S390_LRA. Fixes: defb0e3157af ("s390x: Implement opcode helpers") Cc: qemu-sta...@nongnu.org Signed-off-by: Ilya Leoshkevich --- target/s390x/mmu_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)