diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2011-07-29 13:37:55 -0300 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2011-09-15 16:39:31 -0300 |
commit | bff046f86b4f8970c722c3bc3e32173b8000e716 (patch) | |
tree | 4bbab0d1b6b147bc6ab883dbb8463bad91756477 /cpus.h | |
parent | ef4f97cba2a354656b00eb8659bf61ab2321fa4e (diff) |
Move vm_state_notify() prototype from cpus.h to sysemu.h
It's where all the state handling functions prototypes are located.
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'cpus.h')
-rw-r--r-- | cpus.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -15,7 +15,6 @@ void cpu_synchronize_all_post_init(void); /* vl.c */ extern int smp_cores; extern int smp_threads; -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); |