mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
hw/arm: Constify all Property
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Cédric Le Goater <clg@redhat.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
b5e4f90e64
commit
e15bd5dd05
18 changed files with 22 additions and 22 deletions
|
@ -438,7 +438,7 @@ static const VMStateDescription vmstate_stellaris_sys = {
|
|||
}
|
||||
};
|
||||
|
||||
static Property stellaris_sys_properties[] = {
|
||||
static const Property stellaris_sys_properties[] = {
|
||||
DEFINE_PROP_UINT32("user0", ssys_state, user0, 0),
|
||||
DEFINE_PROP_UINT32("user1", ssys_state, user1, 0),
|
||||
DEFINE_PROP_UINT32("did0", ssys_state, did0, 0),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue