]> git.proxmox.com Git - qemu.git/blobdiff - cpu-common.h
block migration: Add support for restore progress reporting
[qemu.git] / cpu-common.h
index d0941946ae797d19a5705a2624f1bfe6352023d0..630237203dccff8cfd80b9a9ee01285a12378ab1 100644 (file)
@@ -36,8 +36,8 @@ void *qemu_get_ram_ptr(ram_addr_t addr);
 /* This should not be used by devices.  */
 ram_addr_t qemu_ram_addr_from_host(void *ptr);
 
-int cpu_register_io_memory(CPUReadMemoryFunc **mem_read,
-                           CPUWriteMemoryFunc **mem_write,
+int cpu_register_io_memory(CPUReadMemoryFunc * const *mem_read,
+                           CPUWriteMemoryFunc * const *mem_write,
                            void *opaque);
 void cpu_unregister_io_memory(int table_address);