mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 19:14:58 -06:00
hw/ppc: 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
8a1852f8c2
commit
90f5755e8a
20 changed files with 23 additions and 23 deletions
|
@ -207,7 +207,7 @@ static const VMStateDescription vmstate_rs6000mc = {
|
|||
},
|
||||
};
|
||||
|
||||
static Property rs6000mc_properties[] = {
|
||||
static const Property rs6000mc_properties[] = {
|
||||
DEFINE_PROP_UINT32("ram-size", RS6000MCState, ram_size, 0),
|
||||
DEFINE_PROP_BOOL("auto-configure", RS6000MCState, autoconfigure, true),
|
||||
DEFINE_PROP_END_OF_LIST()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue