mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07: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
|
|
@ -1830,7 +1830,7 @@ static int usb_ohci_init(OHCIState *ohci, DeviceState *dev,
|
|||
}
|
||||
}
|
||||
|
||||
memory_region_init_io(&ohci->mem, &ohci_mem_ops, ohci, "ohci", 256);
|
||||
memory_region_init_io(&ohci->mem, NULL, &ohci_mem_ops, ohci, "ohci", 256);
|
||||
ohci->localmem_base = localmem_base;
|
||||
|
||||
ohci->name = object_get_typename(OBJECT(dev));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue