Re: [Qemu-devel] [PATCH v1 4/7] s390x/tcg: Factor out vec_full_reg_offset()

2019-02-25 Thread Thomas Huth
On 25/02/2019 12.55, David Hildenbrand wrote: > We'll use that a lot along with gvec helpers, to calculate the start > address of a vector. > > Signed-off-by: David Hildenbrand > --- > target/s390x/translate.c | 9 +++-- > 1 file changed, 7 insertions(+), 2 deletions(-) > > diff --git a/tar

[Qemu-devel] [PATCH v1 4/7] s390x/tcg: Factor out vec_full_reg_offset()

2019-02-25 Thread David Hildenbrand
We'll use that a lot along with gvec helpers, to calculate the start address of a vector. Signed-off-by: David Hildenbrand --- target/s390x/translate.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/target/s390x/translate.c b/target/s390x/translate.c index 916508b56