qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL 06/47] qemu: improve hugepage allocation failure mess


From: Paolo Bonzini
Subject: [Qemu-devel] [PULL 06/47] qemu: improve hugepage allocation failure message
Date: Mon, 5 Feb 2018 20:28:20 +0100

From: Marcelo Tosatti <address@hidden>

Improve hugepage allocation failure message, indicating
what is happening to the user.

Signed-off-by: Marcelo Tosatti <address@hidden>

Message-Id: <address@hidden>
Signed-off-by: Paolo Bonzini <address@hidden>
---
 numa.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/numa.c b/numa.c
index 83675a0..a9528aa 100644
--- a/numa.c
+++ b/numa.c
@@ -463,6 +463,7 @@ static void allocate_system_memory_nonnuma(MemoryRegion 
*mr, Object *owner,
             if (mem_prealloc) {
                 exit(1);
             }
+            error_report("falling back to regular RAM allocation.");
 
             /* Legacy behavior: if allocation failed, fall back to
              * regular RAM allocation.
-- 
1.8.3.1





reply via email to

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