summaryrefslogtreecommitdiffstats
path: root/monitor
diff options
context:
space:
mode:
authorPeter Maydell2021-07-30 12:59:46 +0200
committerPeter Maydell2021-08-26 18:02:00 +0200
commit7f4c520dac8c8d39e3d19db5a7e6e74693c9c6a4 (patch)
treecf0ed7a7b15c854005c849bd5308155d7b812bd4 /monitor
parentarch_init.h: Move QEMU_ARCH_VIRTIO_* to qdev-monitor.c (diff)
downloadqemu-7f4c520dac8c8d39e3d19db5a7e6e74693c9c6a4.tar.gz
qemu-7f4c520dac8c8d39e3d19db5a7e6e74693c9c6a4.tar.xz
qemu-7f4c520dac8c8d39e3d19db5a7e6e74693c9c6a4.zip
arch_init.h: Don't include arch_init.h unnecessarily
arch_init.h only defines the QEMU_ARCH_* enumeration and the arch_type global. Don't include it in files that don't use those. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Message-id: 20210730105947.28215-8-peter.maydell@linaro.org
Diffstat (limited to 'monitor')
-rw-r--r--monitor/qmp-cmds.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/monitor/qmp-cmds.c b/monitor/qmp-cmds.c
index 9ddb9352e6..5c0d5e116b 100644
--- a/monitor/qmp-cmds.c
+++ b/monitor/qmp-cmds.c
@@ -27,7 +27,6 @@
#include "sysemu/kvm.h"
#include "sysemu/runstate.h"
#include "sysemu/runstate-action.h"
-#include "sysemu/arch_init.h"
#include "sysemu/blockdev.h"
#include "sysemu/block-backend.h"
#include "qapi/error.h"