mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
hw/m*: pass owner to memory_region_init* functions
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
1437c94b26
commit
3c16154210
22 changed files with 58 additions and 53 deletions
|
@ -208,7 +208,7 @@ static int mst_fpga_init(SysBusDevice *dev)
|
|||
/* alloc the external 16 irqs */
|
||||
qdev_init_gpio_in(&dev->qdev, mst_fpga_set_irq, MST_NUM_IRQS);
|
||||
|
||||
memory_region_init_io(&s->iomem, NULL, &mst_fpga_ops, s,
|
||||
memory_region_init_io(&s->iomem, OBJECT(s), &mst_fpga_ops, s,
|
||||
"fpga", 0x00100000);
|
||||
sysbus_init_mmio(dev, &s->iomem);
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue