mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
hw/mips: 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
f4f2248bbc
commit
ce385ef3cc
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ static void mips_cps_realize(DeviceState *dev, Error **errp)
|
|||
sysbus_mmio_get_region(SYS_BUS_DEVICE(&s->gcr), 0));
|
||||
}
|
||||
|
||||
static Property mips_cps_properties[] = {
|
||||
static const Property mips_cps_properties[] = {
|
||||
DEFINE_PROP_UINT32("num-vp", MIPSCPSState, num_vp, 1),
|
||||
DEFINE_PROP_UINT32("num-irq", MIPSCPSState, num_irq, 256),
|
||||
DEFINE_PROP_STRING("cpu-type", MIPSCPSState, cpu_type),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue