[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 13/29] net: adapt to new import path for qobject data type header
From: |
Daniel P . Berrangé |
Subject: |
[PATCH 13/29] net: adapt to new import path for qobject data type headers |
Date: |
Mon, 8 Jan 2024 18:23:49 +0000 |
The qobject data type headers have moved from qapi/qmp/ to
qobject/.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
net/filter-buffer.c | 2 +-
net/filter.c | 2 +-
net/net-hmp-cmds.c | 2 +-
net/net.c | 4 ++--
net/slirp.c | 2 +-
5 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/net/filter-buffer.c b/net/filter-buffer.c
index 283dc9cbe6..c7672cc4ff 100644
--- a/net/filter-buffer.c
+++ b/net/filter-buffer.c
@@ -13,7 +13,7 @@
#include "qemu/timer.h"
#include "qemu/iov.h"
#include "qapi/qapi-builtin-visit.h"
-#include "qapi/qmp/qerror.h"
+#include "qobject/qerror.h"
#include "qom/object.h"
#define TYPE_FILTER_BUFFER "filter-buffer"
diff --git a/net/filter.c b/net/filter.c
index 3335908771..d6330aaefc 100644
--- a/net/filter.c
+++ b/net/filter.c
@@ -8,7 +8,7 @@
#include "qemu/osdep.h"
#include "qapi/error.h"
-#include "qapi/qmp/qerror.h"
+#include "qobject/qerror.h"
#include "qemu/error-report.h"
#include "net/filter.h"
diff --git a/net/net-hmp-cmds.c b/net/net-hmp-cmds.c
index 41d326bf5f..e7c55d2787 100644
--- a/net/net-hmp-cmds.c
+++ b/net/net-hmp-cmds.c
@@ -22,7 +22,7 @@
#include "qapi/clone-visitor.h"
#include "qapi/qapi-commands-net.h"
#include "qapi/qapi-visit-net.h"
-#include "qapi/qmp/qdict.h"
+#include "qobject/qdict.h"
#include "qemu/config-file.h"
#include "qemu/help_option.h"
#include "qemu/option.h"
diff --git a/net/net.c b/net/net.c
index 0520bc1681..4303e11a0f 100644
--- a/net/net.c
+++ b/net/net.c
@@ -36,8 +36,8 @@
#include "qemu/help_option.h"
#include "qapi/qapi-commands-net.h"
#include "qapi/qapi-visit-net.h"
-#include "qapi/qmp/qdict.h"
-#include "qapi/qmp/qerror.h"
+#include "qobject/qdict.h"
+#include "qobject/qerror.h"
#include "qemu/error-report.h"
#include "qemu/sockets.h"
#include "qemu/cutils.h"
diff --git a/net/slirp.c b/net/slirp.c
index 25b49c4526..4f0c23409a 100644
--- a/net/slirp.c
+++ b/net/slirp.c
@@ -43,7 +43,7 @@
#include "sysemu/sysemu.h"
#include "qemu/cutils.h"
#include "qapi/error.h"
-#include "qapi/qmp/qdict.h"
+#include "qobject/qdict.h"
#include "util.h"
#include "migration/register.h"
#include "migration/vmstate.h"
--
2.43.0
- Re: [PATCH 01/29] include: move include/qapi/qmp/ to include/qobject/, (continued)
- [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é, 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é <=
- [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
- [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