[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 06/29] chardev: adapt to new import path for qobject data type he
|
From: |
Daniel P . Berrangé |
|
Subject: |
[PATCH 06/29] chardev: adapt to new import path for qobject data type headers |
|
Date: |
Mon, 8 Jan 2024 18:23:42 +0000 |
The qobject data type headers have moved from qapi/qmp/ to
qobject/.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
chardev/char-fe.c | 2 +-
chardev/char-hmp-cmds.c | 2 +-
chardev/char.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/chardev/char-fe.c b/chardev/char-fe.c
index 7789f7be9c..6eb1a0e67e 100644
--- a/chardev/char-fe.c
+++ b/chardev/char-fe.c
@@ -24,7 +24,7 @@
#include "qemu/osdep.h"
#include "qemu/error-report.h"
#include "qapi/error.h"
-#include "qapi/qmp/qerror.h"
+#include "qobject/qerror.h"
#include "sysemu/replay.h"
#include "chardev/char-fe.h"
diff --git a/chardev/char-hmp-cmds.c b/chardev/char-hmp-cmds.c
index 287c2b1bcd..8e9e1c1c02 100644
--- a/chardev/char-hmp-cmds.c
+++ b/chardev/char-hmp-cmds.c
@@ -19,7 +19,7 @@
#include "monitor/monitor.h"
#include "qapi/error.h"
#include "qapi/qapi-commands-char.h"
-#include "qapi/qmp/qdict.h"
+#include "qobject/qdict.h"
#include "qemu/config-file.h"
#include "qemu/option.h"
diff --git a/chardev/char.c b/chardev/char.c
index 996a024c7a..f9c96e7ff7 100644
--- a/chardev/char.c
+++ b/chardev/char.c
@@ -32,7 +32,7 @@
#include "chardev/char.h"
#include "qapi/error.h"
#include "qapi/qapi-commands-char.h"
-#include "qapi/qmp/qerror.h"
+#include "qobject/qerror.h"
#include "sysemu/replay.h"
#include "qemu/help_option.h"
#include "qemu/module.h"
--
2.43.0
- [PATCH 00/29] include: move include/qapi/qmp/ to include/qobject/, Daniel P . Berrangé, 2024/01/08
- [PATCH 03/29] authz: adapt to new import path for qobject data type headers, Daniel P . Berrangé, 2024/01/08
- [PATCH 01/29] include: move include/qapi/qmp/ to include/qobject/, Daniel P . Berrangé, 2024/01/08
- [PATCH 02/29] audio: adapt to new import path for qobject data type headers, Daniel P . Berrangé, 2024/01/08
- [PATCH 07/29] docs: adapt to new import path for qobject data type headers, Daniel P . Berrangé, 2024/01/08
- [PATCH 05/29] backends: adapt to new import path for qobject data type headers, Daniel P . Berrangé, 2024/01/08
- [PATCH 04/29] block: adapt to new import path for qobject data type headers, Daniel P . Berrangé, 2024/01/08
- [PATCH 06/29] chardev: adapt to new import path for qobject data type headers,
Daniel P . Berrangé <=
- [PATCH 10/29] include: adapt to new import path for qobject data type headers, Daniel P . Berrangé, 2024/01/08
- [PATCH 08/29] dump: adapt to new import path for qobject data type headers, Daniel P . Berrangé, 2024/01/08
- [PATCH 09/29] hw: adapt to new import path for qobject data type headers, Daniel P . Berrangé, 2024/01/08
- [PATCH 11/29] migration: adapt to new import path for qobject data type headers, Daniel P . Berrangé, 2024/01/08
- [PATCH 13/29] net: adapt to new import path for qobject data type headers, Daniel P . Berrangé, 2024/01/08
- [PATCH 14/29] qapi: adapt to new import path for qobject data type headers, Daniel P . Berrangé, 2024/01/08
- [PATCH 20/29] scsi: adapt to new import path for qobject data type headers, Daniel P . Berrangé, 2024/01/08
- [PATCH 12/29] monitor: adapt to new import path for qobject data type headers, Daniel P . Berrangé, 2024/01/08
- [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