mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
Move cpu_exec_init_all() declaration to qemu-common.h
Let cpu_exec_init_all() be called from non-CPU code. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
1c14f162dd
commit
d2053c3cca
2 changed files with 2 additions and 1 deletions
|
@ -231,6 +231,8 @@ typedef struct SSIBus SSIBus;
|
|||
|
||||
typedef uint64_t pcibus_t;
|
||||
|
||||
void cpu_exec_init_all(unsigned long tb_size);
|
||||
|
||||
/* CPU save/load. */
|
||||
void cpu_save(QEMUFile *f, void *opaque);
|
||||
int cpu_load(QEMUFile *f, void *opaque, int version_id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue