Skip to content

Commit 92e4cce

Browse files
committed
Merge tag 'tracing-pull-request' of https://gitlab.com/stefanha/qemu into staging
Pull request A tracing cleanup. # -----BEGIN PGP SIGNATURE----- # # iQEzBAABCAAdFiEEhpWov9P5fNqsNXdanKSrs4Grc8gFAmfPpaMACgkQnKSrs4Gr # c8iC2wf/WuKijQF2eQ6R5kVY/z3H+8eg1oR3MaeRgnzFDf5Dp9H4JxNEPXssdC7p # Dg0mXL2FhdaaQcZ9VAuyEJGtGkcbNzpXixLto3+d1SNK4fWv1VlPASp8GiDkKxpt # nGhChUUVXLIv/wRX/eOVEuBFrUdDl/2Ri/3dMij0cZsa361KiSIygHQqF3QyspIr # crU9B1+7ti38x/Zem+J+Wrb4VHRgJk29QUqLnH4w9j4p3LtE5cfUndlTnx28Xwkl # bZ45XCnEu2GabaSrOmGGiAyC89w6iuxxwsnlVqg0g8fyxpUbzfhsh70FCalKfgWo # TetDo7penusK2CBlWbrCA5BKMF29Tg== # =2HWS # -----END PGP SIGNATURE----- # gpg: Signature made Tue 11 Mar 2025 10:53:23 HKT # gpg: using RSA key 8695A8BFD3F97CDAAC35775A9CA4ABB381AB73C8 # gpg: Good signature from "Stefan Hajnoczi <[email protected]>" [ultimate] # gpg: aka "Stefan Hajnoczi <[email protected]>" [ultimate] # Primary key fingerprint: 8695 A8BF D3F9 7CDA AC35 775A 9CA4 ABB3 81AB 73C8 * tag 'tracing-pull-request' of https://gitlab.com/stefanha/qemu: trace/control-target: cleanup headers and make compilation unit common Signed-off-by: Stefan Hajnoczi <[email protected]>
2 parents 825b96d + a506a1b commit 92e4cce

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

trace/control-target.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
*/
99

1010
#include "qemu/osdep.h"
11-
#include "qemu/lockable.h"
12-
#include "cpu.h"
1311
#include "trace/control.h"
1412

1513

trace/meson.build

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
system_ss.add(files('trace-hmp-cmds.c'))
2-
3-
specific_ss.add(files('control-target.c'))
1+
system_ss.add(files('control-target.c', 'trace-hmp-cmds.c'))
42

53
trace_events_files = []
64
foreach item : [ '.' ] + trace_events_subdirs + qapi_trace_events

0 commit comments

Comments
 (0)