[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 07/11] hw/core: Reorder included header in machine.c
|
From: |
Zhao Liu |
|
Subject: |
[PATCH 07/11] hw/core: Reorder included header in machine.c |
|
Date: |
Mon, 15 Jan 2024 17:48:48 +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/machine.c | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/hw/core/machine.c b/hw/core/machine.c
index 554c4f5df2da..50e69b1cf1b8 100644
--- a/hw/core/machine.c
+++ b/hw/core/machine.c
@@ -12,25 +12,25 @@
#include "qemu/osdep.h"
-#include "qemu/accel.h"
-#include "sysemu/replay.h"
+#include "audio/audio.h"
+#include "exec/confidential-guest-support.h"
#include "hw/boards.h"
#include "hw/loader.h"
+#include "hw/mem/nvdimm.h"
+#include "hw/pci/pci_bridge.h"
+#include "hw/virtio/virtio-net.h"
+#include "hw/virtio/virtio-pci.h"
+#include "migration/global_state.h"
#include "qapi/qapi-visit-machine.h"
+#include "qemu/accel.h"
#include "qom/object_interfaces.h"
#include "sysemu/cpus.h"
+#include "sysemu/qtest.h"
#include "sysemu/sysemu.h"
+#include "sysemu/replay.h"
#include "sysemu/reset.h"
#include "sysemu/runstate.h"
#include "sysemu/xen.h"
-#include "sysemu/qtest.h"
-#include "hw/pci/pci_bridge.h"
-#include "hw/mem/nvdimm.h"
-#include "migration/global_state.h"
-#include "exec/confidential-guest-support.h"
-#include "hw/virtio/virtio-pci.h"
-#include "hw/virtio/virtio-net.h"
-#include "audio/audio.h"
GlobalProperty hw_compat_8_2[] = {};
const size_t hw_compat_8_2_len = G_N_ELEMENTS(hw_compat_8_2);
--
2.34.1
- Re: [PATCH 02/11] hw/core: Cleanup unused included headers in cpu-common.c, (continued)
[PATCH 04/11] hw/core: Reorder included headers in cpu-sysemu.c, Zhao Liu, 2024/01/15
[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 <=
[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