mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
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:
parent
6f31905dbe
commit
90d45638af
10 changed files with 10 additions and 10 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue