memory: exit when hugepage allocation fails if mem-prealloc
commitfae947b096020e5004ec7ae106a95a69a5e4d929
authorLuiz Capitulino <lcapitulino@redhat.com>
Fri, 22 Jan 2016 14:15:01 +0000 (22 09:15 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 26 Jan 2016 14:58:14 +0000 (26 15:58 +0100)
tree98a589a1d9cf3e7980df9a22a50ceecf6dd4c72f
parent96bce6831bd19b61e965384427741d805c7234c3
memory: exit when hugepage allocation fails if mem-prealloc

When -mem-prealloc is passed on the command-line, the expected
behavior is to exit if the hugepage allocation fails.  However,
this behavior is broken since commit cc57501dee which made
hugepage allocation fall back to regular ram in case of faliure.

This commit restores the expected behavior for -mem-prealloc.

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Message-Id: <20160122091501.75bbd42a@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
numa.c