hw/ppc: 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 16:37:35 +00:00
parent 8a1852f8c2
commit 90f5755e8a
20 changed files with 23 additions and 23 deletions

View file

@ -285,7 +285,7 @@ static const VMStateDescription vmstate_prep_systemio = {
},
};
static Property prep_systemio_properties[] = {
static const Property prep_systemio_properties[] = {
DEFINE_PROP_UINT8("ibm-planar-id", PrepSystemIoState, ibm_planar_id, 0),
DEFINE_PROP_UINT8("equipment", PrepSystemIoState, equipment, 0),
DEFINE_PROP_END_OF_LIST()