diff options
author | Juan Quintela <quintela@redhat.com> | 2009-10-19 18:02:13 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-27 12:28:52 -0500 |
commit | 3d8650597d93b11314bab4ad64b297da85edf179 (patch) | |
tree | fc651990a7bee107c702f9ebbb159b9e7ac0d5d5 /hw/pcnet.h | |
parent | 151b29867da10c40894c2f61de89d24fc756dfc9 (diff) |
pcnet: port to vmstate
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/pcnet.h')
-rw-r--r-- | hw/pcnet.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hw/pcnet.h b/hw/pcnet.h index a94b6054aa..e61d5a4479 100644 --- a/hw/pcnet.h +++ b/hw/pcnet.h @@ -35,5 +35,4 @@ uint32_t pcnet_ioport_readw(void *opaque, uint32_t addr); void pcnet_common_cleanup(PCNetState *d); int pcnet_common_init(DeviceState *dev, PCNetState *s, NetCleanup *cleanup); -void pcnet_save(QEMUFile *f, void *opaque); -int pcnet_load(QEMUFile *f, void *opaque, int version_id); +extern const VMStateDescription vmstate_pcnet; |