mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
hw/misc: 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
56d8d2b342
commit
3002997310
52 changed files with 56 additions and 56 deletions
|
@ -211,7 +211,7 @@ static const VMStateDescription vmstate_mips_gcr = {
|
|||
},
|
||||
};
|
||||
|
||||
static Property mips_gcr_properties[] = {
|
||||
static const Property mips_gcr_properties[] = {
|
||||
DEFINE_PROP_UINT32("num-vp", MIPSGCRState, num_vps, 1),
|
||||
DEFINE_PROP_INT32("gcr-rev", MIPSGCRState, gcr_rev, 0x800),
|
||||
DEFINE_PROP_UINT64("gcr-base", MIPSGCRState, gcr_base, GCR_BASE_ADDR),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue