mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
Move CPU save/load registration to common code.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4808 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
6913ba5680
commit
b3c7724cbc
23 changed files with 21 additions and 25 deletions
3
sysemu.h
3
sysemu.h
|
@ -41,9 +41,6 @@ void qemu_system_powerdown(void);
|
|||
#endif
|
||||
void qemu_system_reset(void);
|
||||
|
||||
void cpu_save(QEMUFile *f, void *opaque);
|
||||
int cpu_load(QEMUFile *f, void *opaque, int version_id);
|
||||
|
||||
void do_savevm(const char *name);
|
||||
void do_loadvm(const char *name);
|
||||
void do_delvm(const char *name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue