[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 07/20] Include qmp-commands.h exactly where needed
From: |
Markus Armbruster |
Subject: |
[Qemu-devel] [PULL 07/20] Include qmp-commands.h exactly where needed |
Date: |
Wed, 7 Feb 2018 13:39:56 +0100 |
Reviewed-by: Eric Blake <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>
Message-Id: <address@hidden>
---
block.c | 1 -
blockjob.c | 1 -
hw/acpi/acpi-stub.c | 1 -
hw/ppc/spapr.c | 1 -
hw/s390x/s390-stattrib.c | 1 -
hw/smbios/smbios-stub.c | 1 -
hw/xen/xen-common.c | 1 -
include/sysemu/arch_init.h | 1 -
qga/guest-agent-core.h | 2 +-
qga/main.c | 1 +
stubs/dump.c | 1 -
ui/cocoa.m | 1 -
12 files changed, 2 insertions(+), 11 deletions(-)
diff --git a/block.c b/block.c
index 2a8bc276c7..a97f709252 100644
--- a/block.c
+++ b/block.c
@@ -39,7 +39,6 @@
#include "qemu/notify.h"
#include "qemu/coroutine.h"
#include "block/qapi.h"
-#include "qmp-commands.h"
#include "qemu/timer.h"
#include "qapi-event.h"
#include "qemu/cutils.h"
diff --git a/blockjob.c b/blockjob.c
index d766fdc4ce..081f1d2b91 100644
--- a/blockjob.c
+++ b/blockjob.c
@@ -34,7 +34,6 @@
#include "qapi/qmp/qjson.h"
#include "qemu/coroutine.h"
#include "qemu/id.h"
-#include "qmp-commands.h"
#include "qemu/timer.h"
#include "qapi-event.h"
diff --git a/hw/acpi/acpi-stub.c b/hw/acpi/acpi-stub.c
index 7dfc8af316..4c9d081ed4 100644
--- a/hw/acpi/acpi-stub.c
+++ b/hw/acpi/acpi-stub.c
@@ -21,7 +21,6 @@
#include "qemu/osdep.h"
#include "qapi/error.h"
#include "qapi/qmp/qerror.h"
-#include "qmp-commands.h"
#include "hw/acpi/acpi.h"
void acpi_table_add(const QemuOpts *opts, Error **errp)
diff --git a/hw/ppc/spapr.c b/hw/ppc/spapr.c
index 32a876be56..659be6b746 100644
--- a/hw/ppc/spapr.c
+++ b/hw/ppc/spapr.c
@@ -74,7 +74,6 @@
#include "hw/compat.h"
#include "qemu/cutils.h"
#include "hw/ppc/spapr_cpu_core.h"
-#include "qmp-commands.h"
#include <libfdt.h>
diff --git a/hw/s390x/s390-stattrib.c b/hw/s390x/s390-stattrib.c
index 2902f54f11..c6c06b2780 100644
--- a/hw/s390x/s390-stattrib.c
+++ b/hw/s390x/s390-stattrib.c
@@ -12,7 +12,6 @@
#include "qemu/osdep.h"
#include "hw/boards.h"
#include "cpu.h"
-#include "qmp-commands.h"
#include "migration/qemu-file.h"
#include "migration/register.h"
#include "hw/s390x/storage-attributes.h"
diff --git a/hw/smbios/smbios-stub.c b/hw/smbios/smbios-stub.c
index 61becef4ae..d3a385441a 100644
--- a/hw/smbios/smbios-stub.c
+++ b/hw/smbios/smbios-stub.c
@@ -23,7 +23,6 @@
#include "qemu/osdep.h"
#include "qapi/error.h"
#include "qapi/qmp/qerror.h"
-#include "qmp-commands.h"
#include "hw/smbios/smbios.h"
void smbios_entry_add(QemuOpts *opts, Error **errp)
diff --git a/hw/xen/xen-common.c b/hw/xen/xen-common.c
index 632a938dcc..78c18f34a7 100644
--- a/hw/xen/xen-common.c
+++ b/hw/xen/xen-common.c
@@ -10,7 +10,6 @@
#include "qemu/osdep.h"
#include "hw/xen/xen_backend.h"
-#include "qmp-commands.h"
#include "chardev/char.h"
#include "sysemu/accel.h"
#include "migration/misc.h"
diff --git a/include/sysemu/arch_init.h b/include/sysemu/arch_init.h
index f999bfd3be..4b88f99060 100644
--- a/include/sysemu/arch_init.h
+++ b/include/sysemu/arch_init.h
@@ -1,7 +1,6 @@
#ifndef QEMU_ARCH_INIT_H
#define QEMU_ARCH_INIT_H
-#include "qmp-commands.h"
#include "qemu/option.h"
enum {
diff --git a/qga/guest-agent-core.h b/qga/guest-agent-core.h
index 3e8a4acff2..6f4d214cb9 100644
--- a/qga/guest-agent-core.h
+++ b/qga/guest-agent-core.h
@@ -12,7 +12,7 @@
*/
#include "qapi/qmp/dispatch.h"
#include "qemu-common.h"
-#include "qga-qmp-commands.h"
+#include "qga-qapi-types.h"
#define QGA_READ_COUNT_DEFAULT 4096
diff --git a/qga/main.c b/qga/main.c
index 57083ca10c..804cc4c1a0 100644
--- a/qga/main.c
+++ b/qga/main.c
@@ -23,6 +23,7 @@
#include "qapi/qmp/qjson.h"
#include "qga/guest-agent-core.h"
#include "qemu/module.h"
+#include "qga-qmp-commands.h"
#include "qapi/qmp/qerror.h"
#include "qapi/error.h"
#include "qapi/qmp/dispatch.h"
diff --git a/stubs/dump.c b/stubs/dump.c
index d9ee23f1eb..8e5032c3af 100644
--- a/stubs/dump.c
+++ b/stubs/dump.c
@@ -14,7 +14,6 @@
#include "qemu/osdep.h"
#include "qemu-common.h"
#include "sysemu/dump-arch.h"
-#include "qmp-commands.h"
int cpu_get_dump_info(ArchDumpInfo *info,
const struct GuestPhysBlockList *guest_phys_blocks)
diff --git a/ui/cocoa.m b/ui/cocoa.m
index 6be9848391..19e1e827d2 100644
--- a/ui/cocoa.m
+++ b/ui/cocoa.m
@@ -31,7 +31,6 @@
#include "ui/console.h"
#include "ui/input.h"
#include "sysemu/sysemu.h"
-#include "qmp-commands.h"
#include "sysemu/blockdev.h"
#include "qemu-version.h"
#include <Carbon/Carbon.h>
--
2.13.6
- [Qemu-devel] [PULL 08/20] Typedef the subtypes of QObject in qemu/typedefs.h, too, (continued)
- [Qemu-devel] [PULL 08/20] Typedef the subtypes of QObject in qemu/typedefs.h, too, Markus Armbruster, 2018/02/07
- [Qemu-devel] [PULL 17/20] Include qapi/qmp/qnull.h exactly where needed, Markus Armbruster, 2018/02/07
- [Qemu-devel] [PULL 16/20] Include qapi/qmp/qnum.h exactly where needed, Markus Armbruster, 2018/02/07
- [Qemu-devel] [PULL 01/20] vnc: use stubs for CONFIG_VNC=n dummy functions, Markus Armbruster, 2018/02/07
- [Qemu-devel] [PULL 18/20] Drop superfluous includes of qapi/qmp/dispatch.h, Markus Armbruster, 2018/02/07
- [Qemu-devel] [PULL 19/20] Drop superfluous includes of qapi/qmp/qjson.h, Markus Armbruster, 2018/02/07
- [Qemu-devel] [PULL 12/20] Include qapi/qmp/qlist.h exactly where needed, Markus Armbruster, 2018/02/07
- [Qemu-devel] [PULL 06/20] Drop superfluous includes of qapi/qmp/qerror.h, Markus Armbruster, 2018/02/07
- [Qemu-devel] [PULL 11/20] Include qapi/qmp/qobject.h exactly where needed, Markus Armbruster, 2018/02/07
- [Qemu-devel] [PULL 02/20] Use #include "..." for our own headers, <...> for others, Markus Armbruster, 2018/02/07
- [Qemu-devel] [PULL 07/20] Include qmp-commands.h exactly where needed,
Markus Armbruster <=
- [Qemu-devel] [PULL 14/20] Include qapi/qmp/qstring.h exactly where needed, Markus Armbruster, 2018/02/07
- [Qemu-devel] [PULL 10/20] qdict qlist: Make most helper macros functions, Markus Armbruster, 2018/02/07
- [Qemu-devel] [PULL 13/20] Include qapi/qmp/qdict.h exactly where needed, Markus Armbruster, 2018/02/07
- [Qemu-devel] [PULL 05/20] Include qapi/error.h exactly where needed, Markus Armbruster, 2018/02/07
- [Qemu-devel] [PULL 03/20] Clean up includes, Markus Armbruster, 2018/02/07
- [Qemu-devel] [PULL 04/20] Drop superfluous includes of qapi-types.h and test-qapi-types.h, Markus Armbruster, 2018/02/07
- [Qemu-devel] [PULL 09/20] Eliminate qapi/qmp/types.h, Markus Armbruster, 2018/02/07
- [Qemu-devel] [PULL 20/20] Move include qemu/option.h from qemu-common.h to actual users, Markus Armbruster, 2018/02/07
- [Qemu-devel] [PULL 15/20] Include qapi/qmp/qbool.h exactly where needed, Markus Armbruster, 2018/02/07
- Re: [Qemu-devel] [PULL 00/20] Miscellaneous patches for 2018-02-07, Peter Maydell, 2018/02/07