mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
memory: MemoryRegion: replace owner field with QOM parent
The two are now the same. Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
b4fefef9d5
commit
22a893e4f5
2 changed files with 25 additions and 11 deletions
|
@ -141,7 +141,6 @@ struct MemoryRegion {
|
|||
const MemoryRegionOps *ops;
|
||||
const MemoryRegionIOMMUOps *iommu_ops;
|
||||
void *opaque;
|
||||
struct Object *owner;
|
||||
MemoryRegion *container;
|
||||
Int128 size;
|
||||
hwaddr addr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue