mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -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);
|
||||
}
|
||||
|
||||
static Property iommu_properties[] = {
|
||||
static const Property iommu_properties[] = {
|
||||
DEFINE_PROP_UINT32("version", IOMMUState, version, 0),
|
||||
DEFINE_PROP_END_OF_LIST(),
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue