]> git.proxmox.com Git - qemu.git/blobdiff - hw/ide/ahci.c
Replace the VMSTOP macros with a proper state type
[qemu.git] / hw / ide / ahci.c
index a8659cf8b9eb51d626836959fe58ac123455e81a..b8132369ad8f99ced9b9a7e82257c3f2aab7e0bd 100644 (file)
@@ -1103,7 +1103,7 @@ static void ahci_irq_set(void *opaque, int n, int level)
 {
 }
 
-static void ahci_dma_restart_cb(void *opaque, int running, int reason)
+static void ahci_dma_restart_cb(void *opaque, int running, RunState state)
 {
 }