Browse Source

trace/control-target: cleanup headers and make compilation unit common

Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Tested-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20250305050716.3460989-1-pierrick.bouvier@linaro.org>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
pull/291/head
Pierrick Bouvier 1 year ago
committed by Stefan Hajnoczi
parent
commit
a506a1b167
  1. 2
      trace/control-target.c
  2. 4
      trace/meson.build

2
trace/control-target.c

@ -8,8 +8,6 @@
*/
#include "qemu/osdep.h"
#include "qemu/lockable.h"
#include "cpu.h"
#include "trace/control.h"

4
trace/meson.build

@ -1,6 +1,4 @@
system_ss.add(files('trace-hmp-cmds.c'))
specific_ss.add(files('control-target.c'))
system_ss.add(files('control-target.c', 'trace-hmp-cmds.c'))
trace_events_files = []
foreach item : [ '.' ] + trace_events_subdirs + qapi_trace_events

Loading…
Cancel
Save