Revision e4394131 hw/unin_pci.c

b/hw/unin_pci.c
188 188

  
189 189
    register_savevm("uninorth", 0, 1, pci_unin_save, pci_unin_load, &s->host_state);
190 190
    qemu_register_reset(pci_unin_reset, &s->host_state);
191
    pci_unin_reset(&s->host_state);
192 191
    return 0;
193 192
}
194 193

  

Also available in: Unified diff