]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
hw/or1k: Rename from openrisc
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 5 Feb 2026 03:02:41 +0000 (13:02 +1000)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 9 Feb 2026 19:51:52 +0000 (20:51 +0100)
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20260205030244.266447-4-richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
MAINTAINERS
hw/Kconfig
hw/meson.build
hw/or1k/Kconfig [moved from hw/openrisc/Kconfig with 100% similarity]
hw/or1k/boot.c [moved from hw/openrisc/boot.c with 100% similarity]
hw/or1k/cputimer.c [moved from hw/openrisc/cputimer.c with 100% similarity]
hw/or1k/meson.build [moved from hw/openrisc/meson.build with 100% similarity]
hw/or1k/openrisc_sim.c [moved from hw/openrisc/openrisc_sim.c with 100% similarity]
hw/or1k/virt.c [moved from hw/openrisc/virt.c with 100% similarity]

index ea52060bfe7964ee550280c45672eb8ac8a7a71c..5f06f8ba512d35e80586aed5a5c7bd8d916cd520 100644 (file)
@@ -304,7 +304,7 @@ M: Stafford Horne <shorne@gmail.com>
 S: Odd Fixes
 F: docs/system/openrisc/cpu-features.rst
 F: target/or1k/
-F: hw/openrisc/
+F: hw/or1k/
 F: include/hw/or1k/
 F: tests/functional/or1k/meson.build
 F: tests/tcg/openrisc/
@@ -1495,7 +1495,7 @@ M: Jia Liu <proljc@gmail.com>
 S: Maintained
 F: docs/system/openrisc/or1k-sim.rst
 F: hw/intc/ompic.c
-F: hw/openrisc/openrisc_sim.c
+F: hw/or1k/openrisc_sim.c
 F: tests/functional/or1k/test_sim.py
 
 PowerPC Machines
index 9e6c789ae7ee518fdea385fcd166c4d8a626b041..f8f92b5d03d886db76d719aa0ec740d80d47c6fa 100644 (file)
@@ -58,7 +58,7 @@ source loongarch/Kconfig
 source m68k/Kconfig
 source microblaze/Kconfig
 source mips/Kconfig
-source openrisc/Kconfig
+source or1k/Kconfig
 source ppc/Kconfig
 source riscv/Kconfig
 source rx/Kconfig
index 1022bdb8069a19ce6116544e3154a05a4b1eaec4..66e46b8090dbac254b9fcd758289008c16d3d9c3 100644 (file)
@@ -9,7 +9,7 @@ subdir('loongarch')
 subdir('m68k')
 subdir('microblaze')
 subdir('mips')
-subdir('openrisc')
+subdir('or1k')
 subdir('ppc')
 subdir('remote')
 subdir('riscv')
similarity index 100%
rename from hw/openrisc/Kconfig
rename to hw/or1k/Kconfig
similarity index 100%
rename from hw/openrisc/boot.c
rename to hw/or1k/boot.c
similarity index 100%
rename from hw/openrisc/cputimer.c
rename to hw/or1k/cputimer.c
similarity index 100%
rename from hw/openrisc/meson.build
rename to hw/or1k/meson.build
similarity index 100%
rename from hw/openrisc/virt.c
rename to hw/or1k/virt.c