Re: [PATCH v3 3/8] meson: add module_trace & module_trace_src

2021-01-27 Thread Stefan Hajnoczi
On Thu, Jan 21, 2021 at 01:50:23PM +0100, Gerd Hoffmann wrote: > module_trace is a dict which keeps track of the trace source files for a > module. > > module_trace_src collects the trace source files for a given trace-events > file, > which then either added to the source set or to a new module_

[PATCH v3 3/8] meson: add module_trace & module_trace_src

2021-01-21 Thread Gerd Hoffmann
module_trace is a dict which keeps track of the trace source files for a module. module_trace_src collects the trace source files for a given trace-events file, which then either added to the source set or to a new module_trace dict depending on whenever they are for a module or core qemu. Signed