]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/pxa2xx_dma.c
savevm: Add DeviceState param
[mirror_qemu.git] / hw / pxa2xx_dma.c
index 66c2c30a8c07dfe13520866569b030b9d038ceb6..9c479df04e1287390b7036c1485798de09d180c3 100644 (file)
@@ -507,7 +507,7 @@ static PXA2xxDMAState *pxa2xx_dma_init(target_phys_addr_t base,
                     pxa2xx_dma_writefn, s);
     cpu_register_physical_memory(base, 0x00010000, iomemtype);
 
-    register_savevm("pxa2xx_dma", 0, 0, pxa2xx_dma_save, pxa2xx_dma_load, s);
+    register_savevm(NULL, "pxa2xx_dma", 0, 0, pxa2xx_dma_save, pxa2xx_dma_load, s);
 
     return s;
 }