Re: [PATCH] s390x/kvm: help valgrind in several places

2020-04-29 Thread Philippe Mathieu-Daudé
+Paolo On 4/29/20 9:21 AM, Christian Borntraeger wrote: On 29.04.20 09:00, Philippe Mathieu-Daudé wrote: Hi Christian, On 4/28/20 8:31 PM, Christian Borntraeger wrote: We need some little help in the code to reduce the valgrind noise. - some designated initializers for the cpu model features

Re: [PATCH] s390x/kvm: help valgrind in several places

2020-04-29 Thread Christian Borntraeger
On 29.04.20 09:00, Philippe Mathieu-Daudé wrote: > Hi Christian, > > On 4/28/20 8:31 PM, Christian Borntraeger wrote: >> We need some little help in the code to reduce the valgrind noise. >> - some designated initializers for the cpu model features and subfunctions > > ^ This could go as trivi

Re: [PATCH] s390x/kvm: help valgrind in several places

2020-04-29 Thread Philippe Mathieu-Daudé
Hi Christian, On 4/28/20 8:31 PM, Christian Borntraeger wrote: We need some little help in the code to reduce the valgrind noise. - some designated initializers for the cpu model features and subfunctions ^ This could go as trivial patch while we discuss the rest. - mark memory as defined fo

[PATCH] s390x/kvm: help valgrind in several places

2020-04-28 Thread Christian Borntraeger
We need some little help in the code to reduce the valgrind noise. - some designated initializers for the cpu model features and subfunctions - mark memory as defined for sida memory reads Signed-off-by: Christian Borntraeger --- target/s390x/kvm.c | 15 +-- 1 file changed, 13 insert