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

index 0e1e22d1e8ea81c6cf5fd3443a7702ec6015313e..0e41e39c0e22b0aed845a79f2bb9a8003ce596ec 100644 (file)
@@ -339,7 +339,7 @@ static void mb_cpu_initfn(Object *obj)
     object_property_add_alias(obj, "little-endian", obj, "endianness");
 }
 
-static Property mb_properties[] = {
+static const Property mb_properties[] = {
     /*
      * Following properties are used by Xilinx DTS conversion tool
      * do not rename them.