From: Richard Henderson Date: Thu, 5 Feb 2026 03:02:41 +0000 (+1000) Subject: hw/or1k: Rename from openrisc X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44967f9422dde879c4ec100c54d44ce887f3fa4a;p=thirdparty%2Fqemu.git hw/or1k: Rename from openrisc Signed-off-by: Richard Henderson Reviewed-by: Pierrick Bouvier Reviewed-by: Philippe Mathieu-Daudé Message-ID: <20260205030244.266447-4-richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé --- diff --git a/MAINTAINERS b/MAINTAINERS index ea52060bfe..5f06f8ba51 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -304,7 +304,7 @@ M: Stafford Horne 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 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 diff --git a/hw/Kconfig b/hw/Kconfig index 9e6c789ae7..f8f92b5d03 100644 --- a/hw/Kconfig +++ b/hw/Kconfig @@ -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 diff --git a/hw/meson.build b/hw/meson.build index 1022bdb806..66e46b8090 100644 --- a/hw/meson.build +++ b/hw/meson.build @@ -9,7 +9,7 @@ subdir('loongarch') subdir('m68k') subdir('microblaze') subdir('mips') -subdir('openrisc') +subdir('or1k') subdir('ppc') subdir('remote') subdir('riscv') diff --git a/hw/openrisc/Kconfig b/hw/or1k/Kconfig similarity index 100% rename from hw/openrisc/Kconfig rename to hw/or1k/Kconfig diff --git a/hw/openrisc/boot.c b/hw/or1k/boot.c similarity index 100% rename from hw/openrisc/boot.c rename to hw/or1k/boot.c diff --git a/hw/openrisc/cputimer.c b/hw/or1k/cputimer.c similarity index 100% rename from hw/openrisc/cputimer.c rename to hw/or1k/cputimer.c diff --git a/hw/openrisc/meson.build b/hw/or1k/meson.build similarity index 100% rename from hw/openrisc/meson.build rename to hw/or1k/meson.build diff --git a/hw/openrisc/openrisc_sim.c b/hw/or1k/openrisc_sim.c similarity index 100% rename from hw/openrisc/openrisc_sim.c rename to hw/or1k/openrisc_sim.c diff --git a/hw/openrisc/virt.c b/hw/or1k/virt.c similarity index 100% rename from hw/openrisc/virt.c rename to hw/or1k/virt.c