On 18/10/2018 15:03, Peter Maydell wrote: > * these initializers were added by commit 7e680753cfa2 > in order to suppress a valgrind warning > * they were rendered unnecessary by the later commit 076796f8fd27f4d, > which added the "= {}" initializer to the declaration of "events", > thus zero-initializing the whole struct (and so this patch does > not change behaviour at all)
Will do, thanks. Paolo