]> git.proxmox.com Git - qemu.git/blobdiff - cpu-common.h
vmstate, memory: decouple vmstate from memory API
[qemu.git] / cpu-common.h
index 3fe44d25d1196e9bc0c3a48353f8bbe01b81e865..3c0cff05051cfe54359c46bf3dbf2a1b54816bdd 100644 (file)
@@ -49,6 +49,7 @@ 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);
+void qemu_ram_set_idstr(ram_addr_t addr, const char *name, DeviceState *dev);
 
 void cpu_physical_memory_rw(target_phys_addr_t addr, uint8_t *buf,
                             int len, int is_write);