]> git.ipfire.org Git - thirdparty/qemu.git/commit
s390x/tcg: XC: Fault-safe handling
authorDavid Hildenbrand <david@redhat.com>
Wed, 4 Sep 2019 14:48:29 +0000 (16:48 +0200)
committerDavid Hildenbrand <david@redhat.com>
Mon, 23 Sep 2019 07:28:29 +0000 (09:28 +0200)
commita8821dd56ea65f73858df0b400702da79608cfeb
tree8adc37f8b1fc368133ce1ff3fad0bde31d6ccc09
parent8c4a732076b2002916777ce1502d9ceb66da9c04
s390x/tcg: XC: Fault-safe handling

We can process a maximum of 256 bytes, crossing two pages. While at it,
increment the length once.

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