]> git.ipfire.org Git - thirdparty/qemu.git/commit
s390x/tcg: NC: Fault-safe handling
authorDavid Hildenbrand <david@redhat.com>
Wed, 4 Sep 2019 14:51:21 +0000 (16:51 +0200)
committerDavid Hildenbrand <david@redhat.com>
Mon, 23 Sep 2019 07:28:29 +0000 (09:28 +0200)
commit4d78c68bafe4c12d8185a4c33932a1aea35c4921
tree41994807c9f9e223451a14cce198ad72560d8441
parenta8821dd56ea65f73858df0b400702da79608cfeb
s390x/tcg: NC: 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