mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 18:44: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
|
@ -285,7 +285,7 @@ static const VMStateDescription vmstate_prep_systemio = {
|
|||
},
|
||||
};
|
||||
|
||||
static Property prep_systemio_properties[] = {
|
||||
static const Property prep_systemio_properties[] = {
|
||||
DEFINE_PROP_UINT8("ibm-planar-id", PrepSystemIoState, ibm_planar_id, 0),
|
||||
DEFINE_PROP_UINT8("equipment", PrepSystemIoState, equipment, 0),
|
||||
DEFINE_PROP_END_OF_LIST()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue