[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 04/11] hw/core: Reorder included headers in cpu-sysemu.c
|
From: |
Zhao Liu |
|
Subject: |
[PATCH 04/11] hw/core: Reorder included headers in cpu-sysemu.c |
|
Date: |
Mon, 15 Jan 2024 17:48:45 +0800 |
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/cpu-sysemu.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/hw/core/cpu-sysemu.c b/hw/core/cpu-sysemu.c
index d0d6a910f97c..c2cb05830076 100644
--- a/hw/core/cpu-sysemu.c
+++ b/hw/core/cpu-sysemu.c
@@ -19,9 +19,10 @@
*/
#include "qemu/osdep.h"
-#include "qapi/error.h"
+
#include "hw/core/cpu.h"
#include "hw/core/sysemu-cpu-ops.h"
+#include "qapi/error.h"
bool cpu_paging_enabled(const CPUState *cpu)
{
--
2.34.1
[PATCH 04/11] hw/core: Reorder included headers in cpu-sysemu.c,
Zhao Liu <=
[PATCH 03/11] hw/core: Reorder included headers in cpu-common.c, Zhao Liu, 2024/01/15
[PATCH 06/11] hw/core: Cleanup unused included header in machine.c, Zhao Liu, 2024/01/15
[PATCH 08/11] hw/core: Cleanup unnecessary included header in null-machine.c, Zhao Liu, 2024/01/15
[PATCH 09/11] hw/core: Reorder included headers in null-machine.c, Zhao Liu, 2024/01/15
[PATCH 05/11] hw/core: Cleanup unused included headers in machine-qmp-cmds.c, Zhao Liu, 2024/01/15
[PATCH 07/11] hw/core: Reorder included header in machine.c, Zhao Liu, 2024/01/15
[PATCH 10/11] hw/core: Cleanup unused included headers in numa.c, Zhao Liu, 2024/01/15
[PATCH 11/11] hw/core: Reorder included headers in numa.c, Zhao Liu, 2024/01/15