[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 27/29] ui: adapt to new import path for qobject data type headers
|
From: |
Daniel P . Berrangé |
|
Subject: |
[PATCH 27/29] ui: adapt to new import path for qobject data type headers |
|
Date: |
Mon, 8 Jan 2024 18:24:03 +0000 |
The qobject data type headers have moved from qapi/qmp/ to
qobject/.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
ui/input-barrier.c | 2 +-
ui/ui-hmp-cmds.c | 2 +-
ui/ui-qmp-cmds.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ui/input-barrier.c b/ui/input-barrier.c
index 2d57ca7079..713392170c 100644
--- a/ui/input-barrier.c
+++ b/ui/input-barrier.c
@@ -21,7 +21,7 @@
#include "qom/object.h"
#include "ui/vnc_keysym.h" /* use name2keysym from VNC as we use X11 values */
#include "qemu/cutils.h"
-#include "qapi/qmp/qerror.h"
+#include "qobject/qerror.h"
#include "input-barrier.h"
#define TYPE_INPUT_BARRIER "input-barrier"
diff --git a/ui/ui-hmp-cmds.c b/ui/ui-hmp-cmds.c
index 26c8ced1f2..980a8bbc51 100644
--- a/ui/ui-hmp-cmds.c
+++ b/ui/ui-hmp-cmds.c
@@ -21,7 +21,7 @@
#include "monitor/monitor-internal.h"
#include "qapi/error.h"
#include "qapi/qapi-commands-ui.h"
-#include "qapi/qmp/qdict.h"
+#include "qobject/qdict.h"
#include "qemu/cutils.h"
#include "ui/console.h"
#include "ui/input.h"
diff --git a/ui/ui-qmp-cmds.c b/ui/ui-qmp-cmds.c
index 74fa6c6ec5..97baf2166d 100644
--- a/ui/ui-qmp-cmds.c
+++ b/ui/ui-qmp-cmds.c
@@ -18,7 +18,7 @@
#include "io/channel-file.h"
#include "monitor/qmp-helpers.h"
#include "qapi/qapi-commands-ui.h"
-#include "qapi/qmp/qerror.h"
+#include "qobject/qerror.h"
#include "qemu/coroutine.h"
#include "qemu/cutils.h"
#include "trace.h"
--
2.43.0
- [PATCH 17/29] qom: adapt to new import path for qobject data type headers, (continued)
- [PATCH 17/29] qom: adapt to new import path for qobject data type headers, Daniel P . Berrangé, 2024/01/08
- [PATCH 19/29] scripts: adapt to new import path for qobject data type headers, Daniel P . Berrangé, 2024/01/08
- [PATCH 18/29] replay: adapt to new import path for qobject data type headers, Daniel P . Berrangé, 2024/01/08
- [PATCH 16/29] qobject: adapt to new import path for qobject data type headers, Daniel P . Berrangé, 2024/01/08
- [PATCH 22/29] stubs: adapt to new import path for qobject data type headers, Daniel P . Berrangé, 2024/01/08
- [PATCH 23/29] system: adapt to new import path for qobject data type headers, Daniel P . Berrangé, 2024/01/08
- [PATCH 21/29] stats: adapt to new import path for qobject data type headers, Daniel P . Berrangé, 2024/01/08
- [PATCH 24/29] target: adapt to new import path for qobject data type headers, Daniel P . Berrangé, 2024/01/08
- [PATCH 25/29] tests: adapt to new import path for qobject data type headers, Daniel P . Berrangé, 2024/01/08
- [PATCH 26/29] trace: adapt to new import path for qobject data type headers, Daniel P . Berrangé, 2024/01/08
- [PATCH 27/29] ui: adapt to new import path for qobject data type headers,
Daniel P . Berrangé <=
- [PATCH 15/29] qga: adapt to new import path for qobject data type headers, Daniel P . Berrangé, 2024/01/08
- [PATCH 29/29] qapi: remove header file compatibility symlinks, Daniel P . Berrangé, 2024/01/08
- [PATCH 28/29] util: adapt to new import path for qobject data type headers, Daniel P . Berrangé, 2024/01/08