summary refs log tree commit diff stats
path: root/hw/core/cpu-user.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/core/cpu-user.c')
-rw-r--r--hw/core/cpu-user.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/core/cpu-user.c b/hw/core/cpu-user.c
index 1892acdee0..7176791851 100644
--- a/hw/core/cpu-user.c
+++ b/hw/core/cpu-user.c
@@ -27,6 +27,11 @@ void cpu_class_init_props(DeviceClass *dc)
     device_class_set_props(dc, cpu_user_props);
 }
 
+void cpu_exec_class_post_init(CPUClass *cc)
+{
+    /* nothing to do */
+}
+
 void cpu_exec_initfn(CPUState *cpu)
 {
     /* nothing to do */