Re: [Qemu-devel] [PATCH v2 02/28] s390x/tcg: MVCL: Zero out unused bits of address

2019-09-11 Thread David Hildenbrand
On 11.09.19 16:40, Richard Henderson wrote: > On 9/6/19 3:57 AM, David Hildenbrand wrote: >> We have to zero out unused bits in 24 and 31-bit addressing mode. >> Provide a new helper. >> >> Signed-off-by: David Hildenbrand >> --- >> target/s390x/mem_helper.c | 24 ++-- >> 1 fi

Re: [Qemu-devel] [PATCH v2 02/28] s390x/tcg: MVCL: Zero out unused bits of address

2019-09-11 Thread Richard Henderson
On 9/6/19 3:57 AM, David Hildenbrand wrote: > We have to zero out unused bits in 24 and 31-bit addressing mode. > Provide a new helper. > > Signed-off-by: David Hildenbrand > --- > target/s390x/mem_helper.c | 24 ++-- > 1 file changed, 22 insertions(+), 2 deletions(-) Review

[Qemu-devel] [PATCH v2 02/28] s390x/tcg: MVCL: Zero out unused bits of address

2019-09-06 Thread David Hildenbrand
We have to zero out unused bits in 24 and 31-bit addressing mode. Provide a new helper. Signed-off-by: David Hildenbrand --- target/s390x/mem_helper.c | 24 ++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/target/s390x/mem_helper.c b/target/s390x/mem_helper