hw/display: 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:31:19 +00:00
parent 2a3f565c52
commit d432edd56c
27 changed files with 30 additions and 30 deletions

View file

@ -60,7 +60,7 @@ static const VMStateDescription ramfb_dev_vmstate = {
}
};
static Property ramfb_properties[] = {
static const Property ramfb_properties[] = {
DEFINE_PROP_BOOL("x-migrate", RAMFBStandaloneState, migrate, true),
DEFINE_PROP_END_OF_LIST(),
};