]> git.proxmox.com Git - qemu.git/blobdiff - include/exec/cpu-common.h
exec: move qemu_ram_addr_from_host_nofail to cputlb.c
[qemu.git] / include / exec / cpu-common.h
index 5240ae2ac2f5e52b3ce8bf8021e2a200acd0ef02..7abb70fd4f7ad1329350d279051ccf6571a4aa6b 100644 (file)
@@ -53,7 +53,6 @@ typedef uint32_t CPUReadMemoryFunc(void *opaque, hwaddr addr);
 void qemu_ram_remap(ram_addr_t addr, ram_addr_t length);
 /* 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);
 void qemu_ram_set_idstr(ram_addr_t addr, const char *name, DeviceState *dev);
 
 void cpu_physical_memory_rw(hwaddr addr, uint8_t *buf,