From: Richard Henderson Date: Fri, 13 Dec 2024 14:42:37 +0000 (+0000) Subject: target/hexagon: Constify all Property X-Git-Tag: v10.0.0-rc0~117^2~64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ea1143358fa8fa6b92ad5a466e26d66a8e22b78f;p=thirdparty%2Fqemu.git target/hexagon: Constify all Property Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Brian Cain Signed-off-by: Richard Henderson --- diff --git a/target/hexagon/cpu.c b/target/hexagon/cpu.c index c9aa9408ec8..a70007245e4 100644 --- a/target/hexagon/cpu.c +++ b/target/hexagon/cpu.c @@ -48,7 +48,7 @@ static ObjectClass *hexagon_cpu_class_by_name(const char *cpu_model) return oc; } -static Property hexagon_cpu_properties[] = { +static const Property hexagon_cpu_properties[] = { DEFINE_PROP_BOOL("lldb-compat", HexagonCPU, lldb_compat, false), DEFINE_PROP_UNSIGNED("lldb-stack-adjust", HexagonCPU, lldb_stack_adjust, 0, qdev_prop_uint32, target_ulong),