On Tue, 20 Feb 2024 at 19:46, Richard Henderson <richard.hender...@linaro.org> wrote: > > On 2/20/24 06:06, Peter Maydell wrote: > > +void resettable_container_add(ResettableContainer *rc, Object *obj) > > +{ > > + g_ptr_array_add(rc->children, obj); > > +} > > Did you want to assert here that obj does in fact implement Resettable?
I guess that makes for a nicer detection of that class of bug, so sure. -- PMM