]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
hw/or1k: Rename or1k-sim.c from openrisc_sim.c
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 5 Feb 2026 03:02:44 +0000 (13:02 +1000)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 9 Feb 2026 19:51:52 +0000 (20:51 +0100)
Match the filename to the machine type: or1k-sim.

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>
Acked-by: Stafford Horne <shorne@gmail.com>
Message-ID: <20260205030244.266447-7-richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
MAINTAINERS
hw/or1k/meson.build
hw/or1k/or1k-sim.c [moved from hw/or1k/openrisc_sim.c with 100% similarity]

index e973e21709a6430719cbd6db45d6679b5a04ae7c..29f88d48f3072aa182908bab667d3a108ffc246d 100644 (file)
@@ -1495,7 +1495,7 @@ M: Jia Liu <proljc@gmail.com>
 S: Maintained
 F: docs/system/or1k/or1k-sim.rst
 F: hw/intc/ompic.c
-F: hw/or1k/openrisc_sim.c
+F: hw/or1k/or1k-sim.c
 F: tests/functional/or1k/test_sim.py
 
 PowerPC Machines
index 49c274b84836893cf721f51dc71b632db2ed4704..a5c23f4f5a5e19ebe899b1fd958ec6d245805271 100644 (file)
@@ -1,7 +1,7 @@
 openrisc_ss = ss.source_set()
 openrisc_ss.add(files('cputimer.c'))
 openrisc_ss.add(files('boot.c'))
-openrisc_ss.add(when: 'CONFIG_OR1K_SIM', if_true: files('openrisc_sim.c'))
+openrisc_ss.add(when: 'CONFIG_OR1K_SIM', if_true: files('or1k-sim.c'))
 openrisc_ss.add(when: 'CONFIG_OR1K_VIRT', if_true: files('virt.c'))
 
 hw_arch += {'or1k': openrisc_ss}
similarity index 100%
rename from hw/or1k/openrisc_sim.c
rename to hw/or1k/or1k-sim.c