]> git.proxmox.com Git - mirror_qemu.git/commit
s390x/tcg: OC: Fault-safe handling
authorDavid Hildenbrand <david@redhat.com>
Wed, 4 Sep 2019 14:31:15 +0000 (16:31 +0200)
committerDavid Hildenbrand <david@redhat.com>
Mon, 23 Sep 2019 07:28:29 +0000 (09:28 +0200)
commit8c4a732076b2002916777ce1502d9ceb66da9c04
treee0e82310a7d4e5b55a8a75290dcd470266b8a29d
parentb8e7b2fe1d8125cf1283ab4076203f1363c91226
s390x/tcg: OC: 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