]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/sysemu/accel-ops.h
whpx: Added support for breakpoints and stepping
[mirror_qemu.git] / include / sysemu / accel-ops.h
index 6013c9444cc313e618a5b8d38b7d9c5b1a1b86a3..a0572ea87a85a4f5a1c5c02275e271d947eff101 100644 (file)
@@ -38,6 +38,7 @@ struct AccelOpsClass {
     void (*synchronize_post_init)(CPUState *cpu);
     void (*synchronize_state)(CPUState *cpu);
     void (*synchronize_pre_loadvm)(CPUState *cpu);
+    void (*synchronize_pre_resume)(bool step_pending);
 
     void (*handle_interrupt)(CPUState *cpu, int mask);