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

@ -1474,7 +1474,7 @@ static const VMStateDescription vmstate_artist = {
}
};
static Property artist_properties[] = {
static const Property artist_properties[] = {
DEFINE_PROP_UINT16("width", ARTISTState, width, 1280),
DEFINE_PROP_UINT16("height", ARTISTState, height, 1024),
DEFINE_PROP_UINT16("depth", ARTISTState, depth, 8),