hw/timer: Constify all Property

Reviewed-by: Cédric Le Goater <clg@redhat.com>
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:51:42 +00:00
parent dc418eb220
commit 74734e2b1b
20 changed files with 20 additions and 20 deletions

View file

@ -373,7 +373,7 @@ static const VMStateDescription vmstate_a9_gtimer = {
}
};
static Property a9_gtimer_properties[] = {
static const Property a9_gtimer_properties[] = {
DEFINE_PROP_UINT32("num-cpu", A9GTimerState, num_cpu, 0),
DEFINE_PROP_END_OF_LIST()
};