[PATCH 1/2] qemu: arm: Rename QEMU arm* defconfig files

Bin Meng bmeng.cn at gmail.com
Thu Nov 6 16:45:32 CET 2025


On Thu, Nov 6, 2025 at 11:30 PM Bin Meng <bmeng.cn at gmail.com> wrote:
>
> Other QEMU defconfig files use a hyphen between "qemu" and the
> architecture name, but ARM uses an underscore. Rename the ARM
> defconfigs for consistency.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
>  MAINTAINERS                                                 | 2 +-
>  arch/arm/dts/qemu-arm.dts                                   | 2 +-
>  arch/arm/dts/qemu-arm64.dts                                 | 2 +-
>  board/emulation/qemu-arm/MAINTAINERS                        | 2 +-
>  ...{qemu_arm64_acpi_defconfig => qemu-arm64_acpi_defconfig} | 2 +-
>  configs/{qemu_arm64_defconfig => qemu-arm64_defconfig}      | 0
>  ...{qemu_arm64_lwip_defconfig => qemu-arm64_lwip_defconfig} | 2 +-
>  configs/{qemu_arm_defconfig => qemu-arm_defconfig}          | 0
>  doc/board/emulation/qemu-arm.rst                            | 6 +++---
>  doc/develop/driver-model/virtio.rst                         | 6 +++---
>  doc/develop/uefi/uefi.rst                                   | 2 +-
>  tools/docker/Dockerfile                                     | 4 ++--
>  12 files changed, 15 insertions(+), 15 deletions(-)
>  rename configs/{qemu_arm64_acpi_defconfig => qemu-arm64_acpi_defconfig} (54%)
>  rename configs/{qemu_arm64_defconfig => qemu-arm64_defconfig} (100%)
>  rename configs/{qemu_arm64_lwip_defconfig => qemu-arm64_lwip_defconfig} (80%)
>  rename configs/{qemu_arm_defconfig => qemu-arm_defconfig} (100%)
>

Oops, I forgot the CI yml files changes. Will do in the next version.

Regards,
Bin


More information about the U-Boot mailing list