Alexey Kardashevskiy <a...@ozlabs.ru> writes: > diff --git a/hw/core/nmi.c b/hw/core/nmi.c > new file mode 100644 > index 0000000..db1295f > --- /dev/null > +++ b/hw/core/nmi.c > @@ -0,0 +1,84 @@
[...] > + > +static void nmi_children(Object *o, struct do_nmi_s *ns); > + [...] > + > +void nmi_children(Object *o, struct do_nmi_s *ns) Above declared as static and implemented non-static. Regards Nikunj