On 8/6/20 4:21 PM, Paolo Bonzini wrote: > On 05/08/20 15:27, Markus Armbruster wrote: >>> Commit c7f419f584 moved softmmu-only files out of the root >>> directory, but forgot to move the trace events, which should >>> no longer be generated to "trace-root.h". Fix that by adding >>> softmmu/trace-events. >> Dang! I'd like to have this in 5.1 if at all possible. >> > > Does this matter at all for usage of tracepoints? > > Paolo > >
Hi Paolo, I tested both with and without the fix, the events seem to be generated anyway. Using simple trace backend, simple smoke test tracing the memory_region_ops_read from softmmu/memory.c Thanks, Claudio