From: Hongbo Zhang <hongbo.zhang@linaro.org>
To: peter.maydell@linaro.org, alex.bennee@linaro.org,
qemu-devel@nongnu.org, qemu-arm@nongnu.org
Cc: Hongbo Zhang <hongbo.zhang@linaro.org>
Subject: [Qemu-devel] [PATCH] hw/arm/virt: remove unused header files
Date: Fri, 19 Oct 2018 18:18:55 +0800 [thread overview]
Message-ID: <1539944335-19556-1-git-send-email-hongbo.zhang@linaro.org> (raw)
Remove the unused herder files, 'virt' can be compiled and run without
including them.
Signed-off-by: Hongbo Zhang <hongbo.zhang@linaro.org>
---
hw/arm/virt.c | 8 --------
1 file changed, 8 deletions(-)
diff --git a/hw/arm/virt.c b/hw/arm/virt.c
index 9f67782..f0066cb 100644
--- a/hw/arm/virt.c
+++ b/hw/arm/virt.c
@@ -30,9 +30,6 @@
#include "qemu/osdep.h"
#include "qapi/error.h"
-#include "hw/sysbus.h"
-#include "hw/arm/arm.h"
-#include "hw/arm/primecell.h"
#include "hw/arm/virt.h"
#include "hw/vfio/vfio-calxeda-xgmac.h"
#include "hw/vfio/vfio-amd-xgbe.h"
@@ -41,12 +38,9 @@
#include "net/net.h"
#include "sysemu/device_tree.h"
#include "sysemu/numa.h"
-#include "sysemu/sysemu.h"
#include "sysemu/kvm.h"
#include "hw/compat.h"
#include "hw/loader.h"
-#include "exec/address-spaces.h"
-#include "qemu/bitops.h"
#include "qemu/error-report.h"
#include "hw/pci-host/gpex.h"
#include "hw/arm/sysbus-fdt.h"
@@ -56,9 +50,7 @@
#include "hw/intc/arm_gicv3_common.h"
#include "kvm_arm.h"
#include "hw/smbios/smbios.h"
-#include "qapi/visitor.h"
#include "standard-headers/linux/input.h"
-#include "hw/arm/smmuv3.h"
#define DEFINE_VIRT_MACHINE_LATEST(major, minor, latest) \
static void virt_##major##_##minor##_class_init(ObjectClass *oc, \
--
2.7.4
next reply other threads:[~2018-10-19 10:19 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-19 10:18 Hongbo Zhang [this message]
2018-10-19 11:59 ` [Qemu-devel] [PATCH] hw/arm/virt: remove unused header files Peter Maydell
2018-10-22 1:37 ` Hongbo Zhang
2018-10-22 10:17 ` Hongbo Zhang
2018-10-23 10:21 ` Hongbo Zhang
2018-11-05 13:26 ` Auger Eric
2018-11-06 10:26 ` Hongbo Zhang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1539944335-19556-1-git-send-email-hongbo.zhang@linaro.org \
--to=hongbo.zhang@linaro.org \
--cc=alex.bennee@linaro.org \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).