[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 05/29] backends: adapt to new import path for qobject data type h
|
From: |
Daniel P . Berrangé |
|
Subject: |
[PATCH 05/29] backends: adapt to new import path for qobject data type headers |
|
Date: |
Mon, 8 Jan 2024 18:23:41 +0000 |
The qobject data type headers have moved from qapi/qmp/ to
qobject/.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
backends/cryptodev-hmp-cmds.c | 2 +-
backends/cryptodev-vhost-user.c | 2 +-
backends/dbus-vmstate.c | 2 +-
backends/iommufd.c | 2 +-
backends/rng-egd.c | 2 +-
backends/rng-random.c | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/backends/cryptodev-hmp-cmds.c b/backends/cryptodev-hmp-cmds.c
index 4f7220bb13..01396d227c 100644
--- a/backends/cryptodev-hmp-cmds.c
+++ b/backends/cryptodev-hmp-cmds.c
@@ -14,7 +14,7 @@
#include "monitor/hmp.h"
#include "monitor/monitor.h"
#include "qapi/qapi-commands-cryptodev.h"
-#include "qapi/qmp/qdict.h"
+#include "qobject/qdict.h"
void hmp_info_cryptodev(Monitor *mon, const QDict *qdict)
diff --git a/backends/cryptodev-vhost-user.c b/backends/cryptodev-vhost-user.c
index c3283ba84a..eae00bdc14 100644
--- a/backends/cryptodev-vhost-user.c
+++ b/backends/cryptodev-vhost-user.c
@@ -23,7 +23,7 @@
#include "qemu/osdep.h"
#include "qapi/error.h"
-#include "qapi/qmp/qerror.h"
+#include "qobject/qerror.h"
#include "qemu/error-report.h"
#include "hw/virtio/vhost-user.h"
#include "standard-headers/linux/virtio_crypto.h"
diff --git a/backends/dbus-vmstate.c b/backends/dbus-vmstate.c
index be6c4d8e0a..19f1e1060c 100644
--- a/backends/dbus-vmstate.c
+++ b/backends/dbus-vmstate.c
@@ -16,7 +16,7 @@
#include "qemu/error-report.h"
#include "qapi/error.h"
#include "qom/object_interfaces.h"
-#include "qapi/qmp/qerror.h"
+#include "qobject/qerror.h"
#include "migration/vmstate.h"
#include "trace.h"
#include "qom/object.h"
diff --git a/backends/iommufd.c b/backends/iommufd.c
index ba58a0eb0d..6d75dbe14a 100644
--- a/backends/iommufd.c
+++ b/backends/iommufd.c
@@ -13,7 +13,7 @@
#include "qemu/osdep.h"
#include "sysemu/iommufd.h"
#include "qapi/error.h"
-#include "qapi/qmp/qerror.h"
+#include "qobject/qerror.h"
#include "qemu/module.h"
#include "qom/object_interfaces.h"
#include "qemu/error-report.h"
diff --git a/backends/rng-egd.c b/backends/rng-egd.c
index 684c3cf3d6..c4a17cabb1 100644
--- a/backends/rng-egd.c
+++ b/backends/rng-egd.c
@@ -14,7 +14,7 @@
#include "sysemu/rng.h"
#include "chardev/char-fe.h"
#include "qapi/error.h"
-#include "qapi/qmp/qerror.h"
+#include "qobject/qerror.h"
#include "qemu/module.h"
#include "qom/object.h"
diff --git a/backends/rng-random.c b/backends/rng-random.c
index 80eb5be138..aea79dcb86 100644
--- a/backends/rng-random.c
+++ b/backends/rng-random.c
@@ -14,7 +14,7 @@
#include "sysemu/rng-random.h"
#include "sysemu/rng.h"
#include "qapi/error.h"
-#include "qapi/qmp/qerror.h"
+#include "qobject/qerror.h"
#include "qemu/main-loop.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é <=
- [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é, 2024/01/08
- [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