* [PULL 0/1] Tracing patches
@ 2025-03-11 2:53 Stefan Hajnoczi
2025-03-11 2:53 ` [PULL 1/1] trace/control-target: cleanup headers and make compilation unit common Stefan Hajnoczi
2025-03-13 7:04 ` [PULL 0/1] Tracing patches Stefan Hajnoczi
0 siblings, 2 replies; 3+ messages in thread
From: Stefan Hajnoczi @ 2025-03-11 2:53 UTC (permalink / raw)
To: qemu-devel; +Cc: Stefan Hajnoczi, Mads Ynddal
The following changes since commit 5136598e2667f35ef3dc1d757616a266bd5eb3a2:
Merge tag 'accel-cpus-20250309' of https://github.com/philmd/qemu into staging (2025-03-10 13:40:48 +0800)
are available in the Git repository at:
https://gitlab.com/stefanha/qemu.git tags/tracing-pull-request
for you to fetch changes up to a506a1b16702aae69a43e782f225bdc0ec6545fc:
trace/control-target: cleanup headers and make compilation unit common (2025-03-11 10:11:29 +0800)
----------------------------------------------------------------
Pull request
A tracing cleanup.
----------------------------------------------------------------
Pierrick Bouvier (1):
trace/control-target: cleanup headers and make compilation unit common
trace/control-target.c | 2 --
trace/meson.build | 4 +---
2 files changed, 1 insertion(+), 5 deletions(-)
--
2.48.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PULL 1/1] trace/control-target: cleanup headers and make compilation unit common
2025-03-11 2:53 [PULL 0/1] Tracing patches Stefan Hajnoczi
@ 2025-03-11 2:53 ` Stefan Hajnoczi
2025-03-13 7:04 ` [PULL 0/1] Tracing patches Stefan Hajnoczi
1 sibling, 0 replies; 3+ messages in thread
From: Stefan Hajnoczi @ 2025-03-11 2:53 UTC (permalink / raw)
To: qemu-devel
Cc: Stefan Hajnoczi, Mads Ynddal, Pierrick Bouvier, Alex Bennée,
Richard Henderson
From: Pierrick Bouvier <pierrick.bouvier@linaro.org>
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>
---
trace/control-target.c | 2 --
trace/meson.build | 4 +---
2 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/trace/control-target.c b/trace/control-target.c
index d58e84f6dd..57ceac2108 100644
--- a/trace/control-target.c
+++ b/trace/control-target.c
@@ -8,8 +8,6 @@
*/
#include "qemu/osdep.h"
-#include "qemu/lockable.h"
-#include "cpu.h"
#include "trace/control.h"
diff --git a/trace/meson.build b/trace/meson.build
index c3412dc0ba..3df4549355 100644
--- a/trace/meson.build
+++ b/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
--
2.48.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PULL 0/1] Tracing patches
2025-03-11 2:53 [PULL 0/1] Tracing patches Stefan Hajnoczi
2025-03-11 2:53 ` [PULL 1/1] trace/control-target: cleanup headers and make compilation unit common Stefan Hajnoczi
@ 2025-03-13 7:04 ` Stefan Hajnoczi
1 sibling, 0 replies; 3+ messages in thread
From: Stefan Hajnoczi @ 2025-03-13 7:04 UTC (permalink / raw)
To: Stefan Hajnoczi; +Cc: qemu-devel, Stefan Hajnoczi, Mads Ynddal
[-- Attachment #1: Type: text/plain, Size: 116 bytes --]
Applied, thanks.
Please update the changelog at https://wiki.qemu.org/ChangeLog/10.0 for any user-visible changes.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-03-13 7:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-11 2:53 [PULL 0/1] Tracing patches Stefan Hajnoczi
2025-03-11 2:53 ` [PULL 1/1] trace/control-target: cleanup headers and make compilation unit common Stefan Hajnoczi
2025-03-13 7:04 ` [PULL 0/1] Tracing patches Stefan Hajnoczi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).