hw/cpu: Constify all Property

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
Richard Henderson 2024-12-13 15:25:18 +00:00
parent f5ca2d6233
commit 804467e148
5 changed files with 5 additions and 5 deletions

View file

@ -25,7 +25,7 @@
#include "hw/qdev-properties.h"
#include "qapi/error.h"
static Property cpu_cluster_properties[] = {
static const Property cpu_cluster_properties[] = {
DEFINE_PROP_UINT32("cluster-id", CPUClusterState, cluster_id, 0),
DEFINE_PROP_END_OF_LIST()
};