mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
hw/pci-host: 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
196fd15f31
commit
909a5c0afa
17 changed files with 19 additions and 19 deletions
|
@ -492,7 +492,7 @@ static void dino_pcihost_init(Object *obj)
|
|||
qdev_init_gpio_in(DEVICE(obj), dino_set_irq, DINO_IRQS);
|
||||
}
|
||||
|
||||
static Property dino_pcihost_properties[] = {
|
||||
static const Property dino_pcihost_properties[] = {
|
||||
DEFINE_PROP_LINK("memory-as", DinoState, memory_as, TYPE_MEMORY_REGION,
|
||||
MemoryRegion *),
|
||||
DEFINE_PROP_END_OF_LIST(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue