X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=cpus.h;h=f42b54e39c90722a04b62a8c5ab4366c676044cc;hb=4eb36d40da8062400a2e7e27f1038e1252df9ede;hp=e0211260c3cb8323f0f4d422ed281e127fc33697;hpb=8cf71710f068f9c50ce420b1dd4ef71c2f9b2a8d;p=qemu.git diff --git a/cpus.h b/cpus.h index e0211260c..f42b54e39 100644 --- a/cpus.h +++ b/cpus.h @@ -8,6 +8,10 @@ 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; @@ -15,6 +19,7 @@ void vm_state_notify(int running, int reason); bool cpu_exec_all(void); void set_numa_modes(void); void set_cpu_log(const char *optarg); +void set_cpu_log_filename(const char *optarg); void list_cpus(FILE *f, fprintf_function cpu_fprintf, const char *optarg); #endif