Various NICs: Fix suspend/resume of multiple instances, by Jan Kiszka.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4892 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
ths 2008-07-18 18:02:34 +00:00
parent 2cfc5f17d3
commit 18fdb1c5c6
6 changed files with 11 additions and 16 deletions

View file

@ -1916,7 +1916,7 @@ static void pcnet_common_init(PCNetState *d, NICInfo *nd, const char *info_str)
d->vc = NULL;
}
pcnet_h_reset(d);
register_savevm("pcnet", 0, 2, pcnet_save, pcnet_load, d);
register_savevm("pcnet", -1, 2, pcnet_save, pcnet_load, d);
}
/* PCI interface */