s390x/tcg: MVPG: Properly wrap the addresses
commita3910396baaf2baa569e361e1a4fdcc487abf032
authorDavid Hildenbrand <david@redhat.com>
Tue, 3 Sep 2019 13:09:47 +0000 (3 15:09 +0200)
committerDavid Hildenbrand <david@redhat.com>
Mon, 23 Sep 2019 07:28:29 +0000 (23 09:28 +0200)
tree17d4b520a5a5a5f789f7b196d2ce91659dd6ae07
parentbf349f1a0daf86481ad62df405f84ad70eaa7e68
s390x/tcg: MVPG: Properly wrap the addresses

We have to mask of any unused bits. While at it, document what exactly is
missing.

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