]> git.proxmox.com Git - mirror_qemu.git/commit
s390x/tcg: MVN: Fault-safe handling
authorDavid Hildenbrand <david@redhat.com>
Thu, 5 Sep 2019 09:32:06 +0000 (11:32 +0200)
committerDavid Hildenbrand <david@redhat.com>
Mon, 23 Sep 2019 07:28:29 +0000 (09:28 +0200)
commitab8bab68bba3e0c58428249f8b467b93adf98c07
tree16b68b5cffd5f69dabe1c79cd7e1366c830a0ed4
parent65a27df92779207c3005e7f0462f4bcc9b6545f7
s390x/tcg: MVN: Fault-safe handling

We can process a maximum of 256 bytes, crossing two pages.

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