]> git.proxmox.com Git - mirror_qemu.git/blobdiff - cpus.h
usb: control buffer fixes
[mirror_qemu.git] / cpus.h
diff --git a/cpus.h b/cpus.h
index 4cadb641c0c27f3dc2b6c6374485788b90e29810..6fdeb0d8f2e8a75b767094fb84eb83930761b10b 100644 (file)
--- a/cpus.h
+++ b/cpus.h
@@ -8,11 +8,13 @@ void resume_all_vcpus(void);
 void pause_all_vcpus(void);
 void cpu_stop_current(void);
 
+void cpu_synchronize_all_states(void);
+void cpu_synchronize_all_post_reset(void);
+void cpu_synchronize_all_post_init(void);
+
 /* vl.c */
 extern int smp_cores;
 extern int smp_threads;
-extern int debug_requested;
-extern int vmstop_requested;
 void vm_state_notify(int running, int reason);
 bool cpu_exec_all(void);
 void set_numa_modes(void);