qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/2] cmd646: register vmstate_ide_pci VMStateDescription in D


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 2/2] cmd646: register vmstate_ide_pci VMStateDescription in DeviceClass
Date: Sat, 7 Mar 2020 18:26:10 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1

On 3/7/20 4:15 PM, Mark Cave-Ayland wrote:
Signed-off-by: Mark Cave-Ayland <address@hidden>
---
  hw/ide/cmd646.c | 3 +--
  1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/hw/ide/cmd646.c b/hw/ide/cmd646.c
index 2f11d8de24..3c4f765bd6 100644
--- a/hw/ide/cmd646.c
+++ b/hw/ide/cmd646.c
@@ -301,8 +301,6 @@ static void pci_cmd646_ide_realize(PCIDevice *dev, Error 
**errp)
          ide_register_restart_cb(&d->bus[i]);
      }
      g_free(irq);
-
-    vmstate_register(VMSTATE_IF(dev), 0, &vmstate_ide_pci, d);
  }
static void pci_cmd646_ide_exitfn(PCIDevice *dev)
@@ -339,6 +337,7 @@ static void cmd646_ide_class_init(ObjectClass *klass, void 
*data)
      PCIDeviceClass *k = PCI_DEVICE_CLASS(klass);
dc->reset = cmd646_reset;
+    dc->vmsd = &vmstate_ide_pci;
      k->realize = pci_cmd646_ide_realize;
      k->exit = pci_cmd646_ide_exitfn;
      k->vendor_id = PCI_VENDOR_ID_CMD;


Reviewed-by: Philippe Mathieu-Daudé <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]