summary refs log tree commit diff stats
path: root/hw/grackle_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/grackle_pci.c')
-rw-r--r--hw/grackle_pci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/grackle_pci.c b/hw/grackle_pci.c
index b49cf1ed73..1d522e272d 100644
--- a/hw/grackle_pci.c
+++ b/hw/grackle_pci.c
@@ -172,7 +172,6 @@ static int pci_grackle_init_device(SysBusDevice *dev)
     register_savevm("grackle", 0, 1, pci_grackle_save, pci_grackle_load,
                     &s->host_state);
     qemu_register_reset(pci_grackle_reset, &s->host_state);
-    pci_grackle_reset(&s->host_state);
     return 0;
 }