commit | 803c0816a7d3ab35460991ba5b7d1fccc070332b | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Tue May 07 06:59:09 2013 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Jul 04 17:42:45 2013 +0200 |
tree | 11dbf5a0e9f6be80dba44b8828fb2601451b7862 | |
parent | b7e95164d1a9969aa591b8a72e05b94d08c49738 [diff] |
memory: add getter for owner Whenever memory regions are accessed outside the BQL, they need to be preserved against hot-unplug. MemoryRegions actually do not have their own reference count; they piggyback on a QOM object, their "owner". The owner is set at creation time, and there is a function to retrieve the owner. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>