summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2014-06-11 10:58:06 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2014-07-01 10:20:41 +0200
commit22a893e4f55344f96e1aafc66f5fedc491a5ca97 (patch)
tree55339cb369e6760c9ec993e0250ab8d52fb1e52e /include
parentb4fefef9d52003b6d09866501275a9a57995c6b0 (diff)
downloadqemu-22a893e4f55344f96e1aafc66f5fedc491a5ca97.tar.gz
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')
-rw-r--r--include/exec/memory.h1
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;