Re: [Qemu-devel] [PATCH v1 3/7] s390x/tcg: Clarify terminology in vec_reg_offset()

2019-02-25 Thread Richard Henderson
On 2/25/19 3:55 AM, David Hildenbrand wrote: > We will use s390x speak "Element Size" (es) for MO_8 == 0, MO_16 == 1 > ... Simple rename of variables. > > Signed-off-by: David Hildenbrand > --- > target/s390x/translate.c | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) Reviewe

Re: [Qemu-devel] [PATCH v1 3/7] s390x/tcg: Clarify terminology in vec_reg_offset()

2019-02-25 Thread David Hildenbrand
On 25.02.19 13:30, Thomas Huth wrote: > On 25/02/2019 12.55, David Hildenbrand wrote: >> We will use s390x speak "Element Size" (es) for MO_8 == 0, MO_16 == 1 >> ... Simple rename of variables. >> >> Signed-off-by: David Hildenbrand >> --- >> target/s390x/translate.c | 10 +- >> 1 file ch

Re: [Qemu-devel] [PATCH v1 3/7] s390x/tcg: Clarify terminology in vec_reg_offset()

2019-02-25 Thread Thomas Huth
On 25/02/2019 12.55, David Hildenbrand wrote: > We will use s390x speak "Element Size" (es) for MO_8 == 0, MO_16 == 1 > ... Simple rename of variables. > > Signed-off-by: David Hildenbrand > --- > target/s390x/translate.c | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) > > di

[Qemu-devel] [PATCH v1 3/7] s390x/tcg: Clarify terminology in vec_reg_offset()

2019-02-25 Thread David Hildenbrand
We will use s390x speak "Element Size" (es) for MO_8 == 0, MO_16 == 1 ... Simple rename of variables. Signed-off-by: David Hildenbrand --- target/s390x/translate.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/target/s390x/translate.c b/target/s390x/translate.c i