Re: [Qemu-devel] [PATCH v2 08/28] s390x/tcg: MVPG: Properly wrap the addresses

2019-09-11 Thread Richard Henderson
On 9/6/19 3:57 AM, David Hildenbrand wrote: > We have to mask of any unused bits. While at it, document what exactly is > missing. > > Signed-off-by: David Hildenbrand > --- > target/s390x/mem_helper.c | 11 +-- > 1 file changed, 9 insertions(+), 2 deletions(-) Reviewed-by: Richard Hend

[Qemu-devel] [PATCH v2 08/28] s390x/tcg: MVPG: Properly wrap the addresses

2019-09-06 Thread David Hildenbrand
We have to mask of any unused bits. While at it, document what exactly is missing. Signed-off-by: David Hildenbrand --- target/s390x/mem_helper.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/target/s390x/mem_helper.c b/target/s390x/mem_helper.c index a763482ae0