s390x/tcg: MVCL: Detect destructive overlaps
commitfbc17598d509be10d5d2349090bbb889ccb4f055
authorDavid Hildenbrand <david@redhat.com>
Tue, 3 Sep 2019 12:52:25 +0000 (3 14:52 +0200)
committerDavid Hildenbrand <david@redhat.com>
Mon, 23 Sep 2019 07:28:29 +0000 (23 09:28 +0200)
tree42179a74d817d385157a85d091b7b0e8dfd6d7c5
parentd292671ade5408197e36887dc554427a91edc498
s390x/tcg: MVCL: Detect destructive overlaps

We'll have to zero-out unused bit positions, so make sure to write the
addresses back.

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