From: Richard Henderson Date: Fri, 13 Dec 2024 14:44:59 +0000 (+0000) Subject: target/microblaze: Constify all Property X-Git-Tag: v10.0.0-rc0~117^2~62 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f3d9225f6a259c5eea527c264d3d0d2cd425d9f8;p=thirdparty%2Fqemu.git target/microblaze: Constify all Property Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Richard Henderson --- diff --git a/target/microblaze/cpu.c b/target/microblaze/cpu.c index 0e1e22d1e8e..0e41e39c0e2 100644 --- a/target/microblaze/cpu.c +++ b/target/microblaze/cpu.c @@ -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.