Re: [Qemu-devel] [PATCH v2 27/28] s390x/tcg: MVO: Fault-safe handling

2019-09-11 Thread Richard Henderson
On 9/6/19 3:57 AM, David Hildenbrand wrote: > Each operand can have a maximum length of 16. Make sure to prepare all > reads/writes before writing. > > Signed-off-by: David Hildenbrand > --- > target/s390x/mem_helper.c | 26 ++ > 1 file changed, 14 insertions(+), 12

[Qemu-devel] [PATCH v2 27/28] s390x/tcg: MVO: Fault-safe handling

2019-09-06 Thread David Hildenbrand
Each operand can have a maximum length of 16. Make sure to prepare all reads/writes before writing. Signed-off-by: David Hildenbrand --- target/s390x/mem_helper.c | 26 ++ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/target/s390x/mem_helper.c