mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
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 <blauwirbel@gmail.com>
This commit is contained in:
parent
70c3b5575e
commit
17a4663e2d
3 changed files with 5 additions and 4 deletions
4
cpus.h
4
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue