Hi Bin, On Thu, 6 Nov 2025 at 16:45, Bin Meng <[email protected]> wrote: > > On Thu, Nov 6, 2025 at 11:30 PM Bin Meng <[email protected]> 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 <[email protected]> > > --- > > > > 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.
Welcome back! I have wanted this change for ages :-) Reviewed-by: Simon Glass <[email protected]> Regards, Simon

