qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] hw/loongarch/virt: Code cleanup
@ 2025-02-08  7:06 Bibo Mao
  2025-02-08  7:06 ` [PATCH 1/3] hw/loongarch/virt: Rename filename acpi-build with virt-acpi-build Bibo Mao
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Bibo Mao @ 2025-02-08  7:06 UTC (permalink / raw)
  To: Song Gao; +Cc: Jiaxun Yang, qemu-devel

This is code cleanup with loongArch virt machine type. One separate file
is added for fdt table building, also rename file acpi-build with
virt-acpi-build.

It is only cod movement and function rename. There is no any function
change.

Bibo Mao (3):
  hw/loongarch/virt: Rename filename acpi-build with virt-acpi-build
  hw/loongarch/virt: Rename function prefix name
  hw/loongarch/virt: Add separate file for fdt building

 hw/loongarch/meson.build                      |   6 +-
 .../{acpi-build.c => virt-acpi-build.c}       |   6 +-
 hw/loongarch/virt-fdt-build.c                 | 535 ++++++++++++++++++
 hw/loongarch/virt.c                           | 526 +----------------
 include/hw/loongarch/virt.h                   |   3 +-
 5 files changed, 545 insertions(+), 531 deletions(-)
 rename hw/loongarch/{acpi-build.c => virt-acpi-build.c} (99%)
 create mode 100644 hw/loongarch/virt-fdt-build.c


base-commit: 131c58469f6fb68c89b38fee6aba8bbb20c7f4bf
-- 
2.39.3



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-02-09 17:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-08  7:06 [PATCH 0/3] hw/loongarch/virt: Code cleanup Bibo Mao
2025-02-08  7:06 ` [PATCH 1/3] hw/loongarch/virt: Rename filename acpi-build with virt-acpi-build Bibo Mao
2025-02-08  7:06 ` [PATCH 2/3] hw/loongarch/virt: Rename function prefix name Bibo Mao
2025-02-08  7:06 ` [PATCH 3/3] hw/loongarch/virt: Add separate file for fdt building Bibo Mao
2025-02-09 17:58 ` [PATCH 0/3] hw/loongarch/virt: Code cleanup Philippe Mathieu-Daudé

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).