commit | 9f029603abb1472a33e008f9ea4127cc52566986 | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@siemens.com> | Mon May 06 16:48:02 2013 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Jun 20 16:32:46 2013 +0200 |
tree | 4bf4eb7f49c6dd99cb331ea21d858acbc8a97f7f | |
parent | 3752a0364883ed00100cc537832c434de3f77931 [diff] |
memory: Introduce address_space_lookup_region This introduces a wrapper for phys_page_find (before we complicate address_space_translate with IOMMU translation). This function will also encapsulate locking and reference counting when we introduce BQL-free dispatching. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>