hw/i386: 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:39:58 +00:00
parent 6f31905dbe
commit 90d45638af
10 changed files with 10 additions and 10 deletions

View file

@ -305,7 +305,7 @@ static const VMStateDescription kvmclock_vmsd = {
}
};
static Property kvmclock_properties[] = {
static const Property kvmclock_properties[] = {
DEFINE_PROP_BOOL("x-mach-use-reliable-get-clock", KVMClockState,
mach_use_reliable_get_clock, true),
DEFINE_PROP_END_OF_LIST(),