]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/qom/cpu.h
exec: call cpu_exec_exit() from a CPU unrealize common function
[mirror_qemu.git] / include / qom / cpu.h
index 5520c6c3c1cad2655c9a4f14dc89a6187df50ed4..633c3fc124b90424cb337ee0b47d93d5c2de559e 100644 (file)
@@ -948,7 +948,7 @@ void QEMU_NORETURN cpu_abort(CPUState *cpu, const char *fmt, ...)
     GCC_FMT_ATTR(2, 3);
 void cpu_exec_initfn(CPUState *cpu);
 void cpu_exec_realizefn(CPUState *cpu, Error **errp);
-void cpu_exec_exit(CPUState *cpu);
+void cpu_exec_unrealizefn(CPUState *cpu);
 
 #ifdef CONFIG_SOFTMMU
 extern const struct VMStateDescription vmstate_cpu_common;