We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 825b96d + a506a1b commit 92e4cceCopy full SHA for 92e4cce
trace/control-target.c
@@ -8,8 +8,6 @@
8
*/
9
10
#include "qemu/osdep.h"
11
-#include "qemu/lockable.h"
12
-#include "cpu.h"
13
#include "trace/control.h"
14
15
trace/meson.build
@@ -1,6 +1,4 @@
1
-system_ss.add(files('trace-hmp-cmds.c'))
2
-
3
-specific_ss.add(files('control-target.c'))
+system_ss.add(files('control-target.c', 'trace-hmp-cmds.c'))
4
5
trace_events_files = []
6
foreach item : [ '.' ] + trace_events_subdirs + qapi_trace_events
0 commit comments