]> git.proxmox.com Git - mirror_qemu.git/commit
target/s390x: Rely on unwinding in s390_cpu_virt_mem_rw
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 1 Oct 2019 17:16:10 +0000 (10:16 -0700)
committerDavid Hildenbrand <david@redhat.com>
Wed, 9 Oct 2019 10:49:02 +0000 (12:49 +0200)
commit2550953b20f609326e7bde2ee48d9852d5c21c94
tree90a2ae287a1061dba458bd10f303665477761d18
parent9e1dae315fcd525d156c38671271829aca7cfee4
target/s390x: Rely on unwinding in s390_cpu_virt_mem_rw

For TCG, we will always call s390_cpu_virt_mem_handle_exc,
which will go through the unwinder to set ILEN.  For KVM,
we do not go through do_program_interrupt, so this argument
is unused.

Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20191001171614.8405-15-richard.henderson@linaro.org>
Signed-off-by: David Hildenbrand <david@redhat.com>
target/s390x/mmu_helper.c