mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
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:
parent
2cfc5f17d3
commit
18fdb1c5c6
6 changed files with 11 additions and 16 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue