mirror of
https://gitlab.com/qemu-project/qemu
synced 2025-04-29 09:22:36 +08:00
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>
This commit is contained in:
parent
5136598e26
commit
a506a1b167
@ -8,8 +8,6 @@
|
||||
*/
|
||||
|
||||
#include "qemu/osdep.h"
|
||||
#include "qemu/lockable.h"
|
||||
#include "cpu.h"
|
||||
#include "trace/control.h"
|
||||
|
||||
|
||||
|
@ -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…
x
Reference in New Issue
Block a user