From 18fdb1c5c614ebdf9c3ea9ef0a548bd81cc1f981 Mon Sep 17 00:00:00 2001 From: ths Date: Fri, 18 Jul 2008 18:02:34 +0000 Subject: 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 --- hw/eepro100.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'hw/eepro100.c') diff --git a/hw/eepro100.c b/hw/eepro100.c index 84d1e52aca..8db2098290 100644 --- a/hw/eepro100.c +++ b/hw/eepro100.c @@ -1792,8 +1792,7 @@ static void nic_init(PCIBus * bus, NICInfo * nd, qemu_register_reset(nic_reset, s); - /* XXX: instance number ? */ - register_savevm(name, 0, 3, nic_save, nic_load, s); + register_savevm(name, -1, 3, nic_save, nic_load, s); } void pci_i82551_init(PCIBus * bus, NICInfo * nd, int devfn) -- cgit 1.4.1