mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -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
|
@ -344,7 +344,7 @@ static int grlib_irqmp_init(SysBusDevice *dev)
|
|||
return -1;
|
||||
}
|
||||
|
||||
memory_region_init_io(&irqmp->iomem, &grlib_irqmp_ops, irqmp,
|
||||
memory_region_init_io(&irqmp->iomem, NULL, &grlib_irqmp_ops, irqmp,
|
||||
"irqmp", IRQMP_REG_SIZE);
|
||||
|
||||
irqmp->state = g_malloc0(sizeof *irqmp->state);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue