hw/intc: Constify all Property

Reviewed-by: Daniel Henrique Barboza <dbarboza@ventanamicro.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 15:48:50 +00:00
parent 9eb5c79907
commit 783e3b21e5
38 changed files with 45 additions and 45 deletions

View file

@ -408,7 +408,7 @@ static const VMStateDescription vmstate_apic_common = {
}
};
static Property apic_properties_common[] = {
static const Property apic_properties_common[] = {
DEFINE_PROP_UINT8("version", APICCommonState, version, 0x14),
DEFINE_PROP_BIT("vapic", APICCommonState, vapic_control, VAPIC_ENABLE_BIT,
true),