diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2013-05-14 11:44:02 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2013-05-24 18:42:19 +0200 |
commit | 4f39178b3ab54538759df92a38655063f5d59301 (patch) | |
tree | b01cbf1f35c2bc2dbf61f959e56d5d7b25e432f3 /include/exec/cpu-common.h | |
parent | bbcfd2913cdb8623d1c57fa26bf481f34bf7989a (diff) | |
download | qemu-4f39178b3ab54538759df92a38655063f5d59301.zip |
exec: eliminate qemu_put_ram_ptr
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/exec/cpu-common.h')
-rw-r--r-- | include/exec/cpu-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/exec/cpu-common.h b/include/exec/cpu-common.h index 2e5f11f47f..cafc3c21b1 100644 --- a/include/exec/cpu-common.h +++ b/include/exec/cpu-common.h @@ -51,7 +51,6 @@ typedef uint32_t CPUReadMemoryFunc(void *opaque, hwaddr addr); void qemu_ram_remap(ram_addr_t addr, ram_addr_t length); /* This should only be used for ram local to a device. */ void *qemu_get_ram_ptr(ram_addr_t addr); -void qemu_put_ram_ptr(void *addr); /* This should not be used by devices. */ int qemu_ram_addr_from_host(void *ptr, ram_addr_t *ram_addr); ram_addr_t qemu_ram_addr_from_host_nofail(void *ptr); |