commit | b3c7724cbc70109630227c92df2d59deca4dab64 | [log] [tgz] |
---|---|---|
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | Mon Jun 30 16:31:04 2008 +0000 |
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | Mon Jun 30 16:31:04 2008 +0000 |
tree | 52e335302d10fc433761851c312dbff9e820d661 | |
parent | 6913ba56807e5a5275bd839550e8a951d2ef63af [diff] [blame] |
Move CPU save/load registration to common code. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4808 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/qemu-common.h b/qemu-common.h index a246144..0512d49 100644 --- a/qemu-common.h +++ b/qemu-common.h
@@ -132,4 +132,8 @@ 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