diff options
| author | Anthony Liguori | 2013-05-24 20:47:42 +0200 |
|---|---|---|
| committer | Anthony Liguori | 2013-05-24 20:47:42 +0200 |
| commit | fd469df97ab4277411ecdd4032a2f045a3a87b2a (patch) | |
| tree | 0fb3e1a528047a40c597d79d61cdbca7788af212 /include/exec/memory-internal.h | |
| parent | Merge remote-tracking branch 'stefanha/net' into staging (diff) | |
| parent | memory: clean up phys_page_find (diff) | |
| download | qemu-fd469df97ab4277411ecdd4032a2f045a3a87b2a.tar.gz qemu-fd469df97ab4277411ecdd4032a2f045a3a87b2a.tar.xz qemu-fd469df97ab4277411ecdd4032a2f045a3a87b2a.zip | |
Merge remote-tracking branch 'bonzini/iommu-for-anthony' into staging
# By Paolo Bonzini (11) and others
# Via Paolo Bonzini
* bonzini/iommu-for-anthony:
memory: clean up phys_page_find
memory: populate FlatView for new address spaces
memory: limit sections in the radix tree to the actual address space size
s390x: reduce TARGET_PHYS_ADDR_SPACE_BITS to 62
memory: fix address space initialization/destruction
memory: make memory_global_sync_dirty_bitmap take an AddressSpace
memory: do not duplicate memory_region_destructor_none
memory: Rename readable flag to romd_mode
memory: Replace open-coded memory_region_is_romd
memory: allow memory_region_find() to run on non-root memory regions
memory: assert that PhysPageEntry's ptr does not overflow
exec: eliminate stq_phys_notdirty
exec: make qemu_get_ram_ptr private
exec: eliminate qemu_put_ram_ptr
exec: remove obsolete comment
Message-id: 1369414987-8839-1-git-send-email-pbonzini@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'include/exec/memory-internal.h')
| -rw-r--r-- | include/exec/memory-internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/exec/memory-internal.h b/include/exec/memory-internal.h index 1b156fd58f..8d15f90417 100644 --- a/include/exec/memory-internal.h +++ b/include/exec/memory-internal.h @@ -46,6 +46,7 @@ void address_space_destroy_dispatch(AddressSpace *as); ram_addr_t qemu_ram_alloc_from_ptr(ram_addr_t size, void *host, MemoryRegion *mr); ram_addr_t qemu_ram_alloc(ram_addr_t size, MemoryRegion *mr); +void *qemu_get_ram_ptr(ram_addr_t addr); void qemu_ram_free(ram_addr_t addr); void qemu_ram_free_from_ptr(ram_addr_t addr); |
