]> git.proxmox.com Git - qemu.git/blobdiff - target-ppc/kvm.c
memory: add owner argument to initialization functions
[qemu.git] / target-ppc / kvm.c
index c89dd5827b86bb03b9dd9514a2642c3996ac2a1d..e95ad4a645a9600cfd38b1b773eb916ff3de6aea 100644 (file)
@@ -1560,7 +1560,7 @@ off_t kvmppc_alloc_rma(const char *name, MemoryRegion *sysmem)
     };
 
     rma_region = g_new(MemoryRegion, 1);
-    memory_region_init_ram_ptr(rma_region, name, size, rma);
+    memory_region_init_ram_ptr(rma_region, NULL, name, size, rma);
     vmstate_register_ram_global(rma_region);
     memory_region_add_subregion(sysmem, 0, rma_region);