diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2014-06-11 10:58:06 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2014-07-01 10:20:41 +0200 |
commit | 22a893e4f55344f96e1aafc66f5fedc491a5ca97 (patch) | |
tree | 55339cb369e6760c9ec993e0250ab8d52fb1e52e /include/exec | |
parent | b4fefef9d52003b6d09866501275a9a57995c6b0 (diff) | |
download | qemu-22a893e4f55344f96e1aafc66f5fedc491a5ca97.zip |
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>
Diffstat (limited to 'include/exec')
-rw-r--r-- | include/exec/memory.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/exec/memory.h b/include/exec/memory.h index 85b56e2e0c..0c7e825822 100644 --- a/include/exec/memory.h +++ b/include/exec/memory.h @@ -141,7 +141,6 @@ struct MemoryRegion { const MemoryRegionOps *ops; const MemoryRegionIOMMUOps *iommu_ops; void *opaque; - struct Object *owner; MemoryRegion *container; Int128 size; hwaddr addr; |