From: Richard Henderson <[email protected]> Signed-off-by: Richard Henderson <[email protected]> Reviewed-by: Pierrick Bouvier <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Message-ID: <[email protected]> Signed-off-by: Philippe Mathieu-Daudé <[email protected]> --- MAINTAINERS | 4 ++-- hw/{openrisc => or1k}/boot.c | 0 hw/{openrisc => or1k}/cputimer.c | 0 hw/{openrisc => or1k}/openrisc_sim.c | 0 hw/{openrisc => or1k}/virt.c | 0 hw/Kconfig | 2 +- hw/meson.build | 2 +- hw/{openrisc => or1k}/Kconfig | 0 hw/{openrisc => or1k}/meson.build | 0 9 files changed, 4 insertions(+), 4 deletions(-) rename hw/{openrisc => or1k}/boot.c (100%) rename hw/{openrisc => or1k}/cputimer.c (100%) rename hw/{openrisc => or1k}/openrisc_sim.c (100%) rename hw/{openrisc => or1k}/virt.c (100%) rename hw/{openrisc => or1k}/Kconfig (100%) rename hw/{openrisc => or1k}/meson.build (100%)
diff --git a/MAINTAINERS b/MAINTAINERS index ea52060bfe7..5f06f8ba512 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -304,7 +304,7 @@ M: Stafford Horne <[email protected]> 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 <[email protected]> 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/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/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 diff --git a/hw/Kconfig b/hw/Kconfig index 9e6c789ae7e..f8f92b5d03d 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 1022bdb8069..66e46b8090d 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/meson.build b/hw/or1k/meson.build similarity index 100% rename from hw/openrisc/meson.build rename to hw/or1k/meson.build -- 2.52.0
