aboutsummaryrefslogtreecommitdiff
path: root/hw/cpu/cluster.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/cpu/cluster.c')
-rw-r--r--hw/cpu/cluster.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/cpu/cluster.c b/hw/cpu/cluster.c
index 61289a8..8e43621 100644
--- a/hw/cpu/cluster.c
+++ b/hw/cpu/cluster.c
@@ -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()
};