On 19/10/2018 11:03, Peter Maydell wrote: > On 18 October 2018 at 21:31, Paolo Bonzini <pbonz...@redhat.com> wrote: >> The exception.pad field is going to be renamed to pending in an upcoming >> header file update. Remove the unnecessary initialization; it was >> introduced to please valgrind (commit 7e680753cfa2) but they were later >> rendered unnecessary by commit 076796f8fd27f4d, which added the "= {}" >> initializer to the declaration of "events". Therefore the patch does >> not change behavior in any way. >> >> Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > > Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> > > thanks > -- PMM >
I'll include your R-b in v3. Paolo