mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
memory: add owner argument to initialization functions
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
5767e4e198
commit
2c9b15cab1
319 changed files with 787 additions and 759 deletions
|
@ -127,7 +127,7 @@ static int milkymist_hpdmc_init(SysBusDevice *dev)
|
|||
{
|
||||
MilkymistHpdmcState *s = FROM_SYSBUS(typeof(*s), dev);
|
||||
|
||||
memory_region_init_io(&s->regs_region, &hpdmc_mmio_ops, s,
|
||||
memory_region_init_io(&s->regs_region, NULL, &hpdmc_mmio_ops, s,
|
||||
"milkymist-hpdmc", R_MAX * 4);
|
||||
sysbus_init_mmio(dev, &s->regs_region);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue