[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 26/31] trace: adapt to new import path for qobject data type h
From: |
Daniel P . Berrangé |
Subject: |
[PATCH v2 26/31] trace: adapt to new import path for qobject data type headers |
Date: |
Thu, 17 Oct 2024 12:33:38 +0100 |
The qobject data type headers have moved from qapi/qmp/ to
qobject/.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
trace/trace-hmp-cmds.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/trace/trace-hmp-cmds.c b/trace/trace-hmp-cmds.c
index d38dd600de..45f4335ff5 100644
--- a/trace/trace-hmp-cmds.c
+++ b/trace/trace-hmp-cmds.c
@@ -27,7 +27,7 @@
#include "monitor/monitor.h"
#include "qapi/error.h"
#include "qapi/qapi-commands-trace.h"
-#include "qapi/qmp/qdict.h"
+#include "qobject/qdict.h"
#include "trace/control.h"
#ifdef CONFIG_TRACE_SIMPLE
#include "trace/simple.h"
--
2.46.0
- Re: [PATCH v2 19/31] scripts: adapt to new import path for qobject data type headers, (continued)
- [PATCH v2 22/31] stubs: adapt to new import path for qobject data type headers, Daniel P . Berrangé, 2024/10/17
- [PATCH v2 31/31] system: remove unused qerror.h header, Daniel P . Berrangé, 2024/10/17
- [PATCH v2 01/31] include: move include/qapi/qmp/ to include/qobject/, Daniel P . Berrangé, 2024/10/17
- [PATCH v2 21/31] stats: adapt to new import path for qobject data type headers, Daniel P . Berrangé, 2024/10/17
- [PATCH v2 26/31] trace: adapt to new import path for qobject data type headers,
Daniel P . Berrangé <=
- [PATCH v2 23/31] system: adapt to new import path for qobject data type headers, Daniel P . Berrangé, 2024/10/17
- [PATCH v2 27/31] ui: adapt to new import path for qobject data type headers, Daniel P . Berrangé, 2024/10/17
- [PATCH v2 17/31] qom: adapt to new import path for qobject data type headers, Daniel P . Berrangé, 2024/10/17
- [PATCH v2 24/31] target: adapt to new import path for qobject data type headers, Daniel P . Berrangé, 2024/10/17