hw/nvram: 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:31:56 +00:00
parent b32c22bf31
commit 2839136833
11 changed files with 13 additions and 13 deletions

View file

@ -252,7 +252,7 @@ static const VMStateDescription vmstate_spapr_nvram = {
},
};
static Property spapr_nvram_properties[] = {
static const Property spapr_nvram_properties[] = {
DEFINE_SPAPR_PROPERTIES(SpaprNvram, sdev),
DEFINE_PROP_DRIVE("drive", SpaprNvram, blk),
DEFINE_PROP_END_OF_LIST(),