mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
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:
parent
dc418eb220
commit
74734e2b1b
20 changed files with 20 additions and 20 deletions
|
@ -387,7 +387,7 @@ static const TypeInfo icp_pit_info = {
|
|||
.instance_init = icp_pit_init,
|
||||
};
|
||||
|
||||
static Property sp804_properties[] = {
|
||||
static const Property sp804_properties[] = {
|
||||
DEFINE_PROP_UINT32("freq0", SP804State, freq0, 1000000),
|
||||
DEFINE_PROP_UINT32("freq1", SP804State, freq1, 1000000),
|
||||
DEFINE_PROP_END_OF_LIST(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue