mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -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
|
@ -132,4 +132,8 @@ typedef struct SerialState SerialState;
|
|||
typedef struct IRQState *qemu_irq;
|
||||
struct pcmcia_card_s;
|
||||
|
||||
/* CPU save/load. */
|
||||
void cpu_save(QEMUFile *f, void *opaque);
|
||||
int cpu_load(QEMUFile *f, void *opaque, int version_id);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue