From 17a4663e2dddbac36126a6fd7048634a4c95fa6e Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Sun, 27 Mar 2011 16:05:08 +0000 Subject: Move CPU related functions to cpus.h Move declarations of CPU related functions to cpus.h. Adjust the only user. Signed-off-by: Blue Swirl --- sysemu.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sysemu.h') diff --git a/sysemu.h b/sysemu.h index a379024..6effd8a 100644 --- a/sysemu.h +++ b/sysemu.h @@ -64,10 +64,6 @@ int load_vmstate(const char *name); void do_delvm(Monitor *mon, const QDict *qdict); void do_info_snapshots(Monitor *mon); -void cpu_synchronize_all_states(void); -void cpu_synchronize_all_post_reset(void); -void cpu_synchronize_all_post_init(void); - void qemu_announce_self(void); void main_loop_wait(int nonblocking); -- cgit v1.1