[PATCH 00/11] hw/core: Cleanup and reorder headers

Zhao Liu posted 11 patches 10 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240115094852.3597165-1-zhao1.liu@linux.intel.com
Maintainers: Eduardo Habkost <eduardo@habkost.net>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Yanan Wang <wangyanan55@huawei.com>
There is a newer version of this series
MAINTAINERS                |  3 ++-
hw/core/cpu-common.c       | 17 ++++++-----------
hw/core/cpu-sysemu.c       |  3 ++-
hw/core/machine-qmp-cmds.c |  4 +---
hw/core/machine.c          | 22 +++++++++++-----------
hw/core/null-machine.c     |  6 +++---
hw/core/numa.c             | 20 +++++++-------------
7 files changed, 32 insertions(+), 43 deletions(-)
[PATCH 00/11] hw/core: Cleanup and reorder headers
Posted by Zhao Liu 10 months, 2 weeks ago
From: Zhao Liu <zhao1.liu@intel.com>

Identify unused headers by full compilation (tested by "./configure" and
then "make") and reorder headers in alphabetical order.

In addition, update a file entry in MAINTAINERS file.

Zhao Liu (11):
  MAINTAINERS: Update hw/core/cpu.c entry
  hw/core: Cleanup unused included headers in cpu-common.c
  hw/core: Reorder included headers in cpu-common.c
  hw/core: Reorder included headers in cpu-sysemu.c
  hw/core: Cleanup unused included headers in machine-qmp-cmds.c
  hw/core: Cleanup unused included header in machine.c
  hw/core: Reorder included header in machine.c
  hw/core: Cleanup unnecessary included header in null-machine.c
  hw/core: Reorder included headers in null-machine.c
  hw/core: Cleanup unused included headers in numa.c
  hw/core: Reorder included headers in numa.c

 MAINTAINERS                |  3 ++-
 hw/core/cpu-common.c       | 17 ++++++-----------
 hw/core/cpu-sysemu.c       |  3 ++-
 hw/core/machine-qmp-cmds.c |  4 +---
 hw/core/machine.c          | 22 +++++++++++-----------
 hw/core/null-machine.c     |  6 +++---
 hw/core/numa.c             | 20 +++++++-------------
 7 files changed, 32 insertions(+), 43 deletions(-)

-- 
2.34.1