mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-11 03:24:58 -06:00
hw/sparc: 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
2ba395a5df
commit
d2616fe961
1 changed files with 1 additions and 1 deletions
|
@ -368,7 +368,7 @@ static void iommu_init(Object *obj)
|
||||||
sysbus_init_mmio(dev, &s->iomem);
|
sysbus_init_mmio(dev, &s->iomem);
|
||||||
}
|
}
|
||||||
|
|
||||||
static Property iommu_properties[] = {
|
static const Property iommu_properties[] = {
|
||||||
DEFINE_PROP_UINT32("version", IOMMUState, version, 0),
|
DEFINE_PROP_UINT32("version", IOMMUState, version, 0),
|
||||||
DEFINE_PROP_END_OF_LIST(),
|
DEFINE_PROP_END_OF_LIST(),
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue