]> git.proxmox.com Git - mirror_qemu.git/blobdiff - memory.c
sPAPR: Introduce rtas_ldq()
[mirror_qemu.git] / memory.c
index 0d8b2d96a993273ea0ac000bc6fecdb0fdd3f6a6..ef87363067bafdc5cc67c6ac90149b6a25cb532a 100644 (file)
--- a/memory.c
+++ b/memory.c
@@ -1251,7 +1251,7 @@ void memory_region_init_ram_ptr(MemoryRegion *mr,
 
     /* qemu_ram_alloc_from_ptr cannot fail with ptr != NULL.  */
     assert(ptr != NULL);
-    mr->ram_addr = qemu_ram_alloc_from_ptr(size, ptr, mr, &error_abort);
+    mr->ram_addr = qemu_ram_alloc_from_ptr(size, ptr, mr, &error_fatal);
 }
 
 void memory_region_set_skip_dump(MemoryRegion *mr)