s390x/tcg: MVCLU/MVCLE: Process max 4k bytes at a time
commit86678418b266efcf2a8539e625a98d3ffc5018c4
authorDavid Hildenbrand <david@redhat.com>
Mon, 2 Sep 2019 14:43:21 +0000 (2 16:43 +0200)
committerDavid Hildenbrand <david@redhat.com>
Mon, 23 Sep 2019 07:28:29 +0000 (23 09:28 +0200)
tree3b07140f35d48992e96c8274799ddc888d1f2ef4
parenta3910396baaf2baa569e361e1a4fdcc487abf032
s390x/tcg: MVCLU/MVCLE: Process max 4k bytes at a time

Let's stay within single pages.

... and indicate cc=3 in case there is work remaining. Keep unicode
padding simple.

While reworking, properly wrap the addresses.

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