diff options
Diffstat (limited to 'hw/gt64xxx.c')
-rw-r--r-- | hw/gt64xxx.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/gt64xxx.c b/hw/gt64xxx.c index 7691e1d48e..313c080450 100644 --- a/hw/gt64xxx.c +++ b/hw/gt64xxx.c @@ -1146,7 +1146,8 @@ PCIBus *pci_gt64120_init(qemu_irq *pic) gt64120_reset(s); - register_savevm("GT64120 PCI Bus", 0, 1, gt64120_save, gt64120_load, d); + register_savevm(&d->qdev, "GT64120 PCI Bus", 0, 1, + gt64120_save, gt64120_load, d); return s->pci->bus; } |