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

@ -207,7 +207,7 @@ static const VMStateDescription vmstate_rs6000mc = {
},
};
static Property rs6000mc_properties[] = {
static const Property rs6000mc_properties[] = {
DEFINE_PROP_UINT32("ram-size", RS6000MCState, ram_size, 0),
DEFINE_PROP_BOOL("auto-configure", RS6000MCState, autoconfigure, true),
DEFINE_PROP_END_OF_LIST()