Re: [PATCH 3/4] qom: Remove user-creatable objects from user emulation

2022-02-04 Thread Paolo Bonzini
On 2/4/22 16:29, Philippe Mathieu-Daudé via wrote: user-mode don't use user-creatable objects. Restrict it to sysemu / tools. Add a stub to avoid a link failure with the global callback: /usr/bin/ld: libqom.fa(qom_object.c.o): in function `object_initialize_child_with_propsv': ../qom/obj

Re: [PATCH 3/4] qom: Remove user-creatable objects from user emulation

2022-02-04 Thread Philippe Mathieu-Daudé via
On 4/2/22 16:56, Thomas Huth wrote: On 04/02/2022 16.29, Philippe Mathieu-Daudé wrote: user-mode don't use user-creatable objects. Restrict it to sysemu / tools. Add a stub to avoid a link failure with the global callback:    /usr/bin/ld: libqom.fa(qom_object.c.o): in function `object_initial

Re: [PATCH 3/4] qom: Remove user-creatable objects from user emulation

2022-02-04 Thread Thomas Huth
On 04/02/2022 16.29, Philippe Mathieu-Daudé wrote: user-mode don't use user-creatable objects. Restrict it to sysemu / tools. Add a stub to avoid a link failure with the global callback: /usr/bin/ld: libqom.fa(qom_object.c.o): in function `object_initialize_child_with_propsv': ../qom/obj