OSDN Git Service

qemu: improve hugepage allocation failure message
authorMarcelo Tosatti <mtosatti@redhat.com>
Mon, 15 Jan 2018 20:17:01 +0000 (18:17 -0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 5 Feb 2018 12:54:38 +0000 (13:54 +0100)
Improve hugepage allocation failure message, indicating
what is happening to the user.

Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Message-Id: <20180115201700.GA4439@amt.cnet>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
numa.c

diff --git a/numa.c b/numa.c
index 83675a0..a9528aa 100644 (file)
--- 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.