On 23/11/20 12:38, Gerd Hoffmann wrote:
So basically keep track of the objects separately. Got that working
for the modular builds. Progress!!!
Non-modular builds fail due to missing qxl tracepoints. Tried to fix
that with a simple 'softmmu_ss.add(module_trace_src)'.
Mentioned in https://wiki.qemu.org/Features/Meson#Pending_Meson_changes
as "extract_objects does not support generated file (not needed yet but
could be surprising)".
Just use util_ss instead, confirming both points in the parentheses.
Paolo