]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
target/mips: Constify all Property
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 13 Dec 2024 14:45:49 +0000 (14:45 +0000)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 15 Dec 2024 18:54:07 +0000 (12:54 -0600)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/mips/cpu.c

index 4feacc88c0baa1dd0787daca47a51156158ce33c..02c0e1b0f9b8f3e8fb53cd98d4b7552abd9b072d 100644 (file)
@@ -539,7 +539,7 @@ static const struct SysemuCPUOps mips_sysemu_ops = {
 };
 #endif
 
-static Property mips_cpu_properties[] = {
+static const Property mips_cpu_properties[] = {
     DEFINE_PROP_BOOL("big-endian", MIPSCPU, is_big_endian, TARGET_BIG_ENDIAN),
     DEFINE_PROP_END_OF_LIST(),
 };