From: Zhao Liu <zhao1.liu@linux.intel.com>
To: "Eduardo Habkost" <eduardo@habkost.net>,
"Marcel Apfelbaum" <marcel.apfelbaum@gmail.com>,
"Philippe Mathieu-Daudé" <philmd@linaro.org>,
"Yanan Wang" <wangyanan55@huawei.com>
Cc: qemu-devel@nongnu.org, Zhao Liu <zhao1.liu@intel.com>
Subject: [PATCH 11/11] hw/core: Reorder included headers in numa.c
Date: Mon, 15 Jan 2024 17:48:52 +0800 [thread overview]
Message-ID: <20240115094852.3597165-12-zhao1.liu@linux.intel.com> (raw)
In-Reply-To: <20240115094852.3597165-1-zhao1.liu@linux.intel.com>
From: Zhao Liu <zhao1.liu@intel.com>
Reorder the header files (except qemu/osdep.h) in alphabetical order.
Tested by "./configure" and then "make".
Signed-off-by: Zhao Liu <zhao1.liu@intel.com>
---
hw/core/numa.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/hw/core/numa.c b/hw/core/numa.c
index ab3f2858ac51..aff080d48aa1 100644
--- a/hw/core/numa.c
+++ b/hw/core/numa.c
@@ -24,18 +24,18 @@
#include "qemu/osdep.h"
-#include "qemu/units.h"
+#include "hw/boards.h"
+#include "hw/mem/memory-device.h"
#include "sysemu/numa.h"
-#include "qemu/error-report.h"
+#include "sysemu/qtest.h"
#include "qapi/error.h"
#include "qapi/opts-visitor.h"
#include "qapi/qapi-visit-machine.h"
-#include "sysemu/qtest.h"
-#include "hw/boards.h"
-#include "hw/mem/memory-device.h"
-#include "qemu/option.h"
+#include "qemu/error-report.h"
#include "qemu/config-file.h"
#include "qemu/cutils.h"
+#include "qemu/option.h"
+#include "qemu/units.h"
QemuOptsList qemu_numa_opts = {
.name = "numa",
--
2.34.1
prev parent reply other threads:[~2024-01-15 9:37 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-15 9:48 [PATCH 00/11] hw/core: Cleanup and reorder headers Zhao Liu
2024-01-15 9:48 ` [PATCH 01/11] MAINTAINERS: Update hw/core/cpu.c entry Zhao Liu
2024-01-15 11:09 ` Philippe Mathieu-Daudé
2024-01-15 9:48 ` [PATCH 02/11] hw/core: Cleanup unused included headers in cpu-common.c Zhao Liu
2024-01-15 10:41 ` Peter Maydell
2024-01-15 14:45 ` Zhao Liu
2024-01-15 16:07 ` Philippe Mathieu-Daudé
2024-01-15 16:36 ` Zhao Liu
2024-01-15 9:48 ` [PATCH 03/11] hw/core: Reorder " Zhao Liu
2024-01-15 9:48 ` [PATCH 04/11] hw/core: Reorder included headers in cpu-sysemu.c Zhao Liu
2024-01-15 9:48 ` [PATCH 05/11] hw/core: Cleanup unused included headers in machine-qmp-cmds.c Zhao Liu
2024-01-15 9:48 ` [PATCH 06/11] hw/core: Cleanup unused included header in machine.c Zhao Liu
2024-01-15 9:48 ` [PATCH 07/11] hw/core: Reorder " Zhao Liu
2024-01-15 9:48 ` [PATCH 08/11] hw/core: Cleanup unnecessary included header in null-machine.c Zhao Liu
2024-01-15 9:48 ` [PATCH 09/11] hw/core: Reorder included headers " Zhao Liu
2024-01-15 9:48 ` [PATCH 10/11] hw/core: Cleanup unused included headers in numa.c Zhao Liu
2024-01-15 9:48 ` Zhao Liu [this message]
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=20240115094852.3597165-12-zhao1.liu@linux.intel.com \
--to=zhao1.liu@linux.intel.com \
--cc=eduardo@habkost.net \
--cc=marcel.apfelbaum@gmail.com \
--cc=philmd@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=wangyanan55@huawei.com \
--cc=zhao1.liu@intel.com \
/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).