aboutsummaryrefslogtreecommitdiff
path: root/include/hw/core/accel-cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/core/accel-cpu.h')
-rw-r--r--include/hw/core/accel-cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/core/accel-cpu.h b/include/hw/core/accel-cpu.h
index 5dbfd79955..24dad45ab9 100644
--- a/include/hw/core/accel-cpu.h
+++ b/include/hw/core/accel-cpu.h
@@ -32,7 +32,7 @@ typedef struct AccelCPUClass {
void (*cpu_class_init)(CPUClass *cc);
void (*cpu_instance_init)(CPUState *cpu);
- bool (*cpu_realizefn)(CPUState *cpu, Error **errp);
+ bool (*cpu_target_realize)(CPUState *cpu, Error **errp);
} AccelCPUClass;
#endif /* ACCEL_CPU_H */