On 25/11/2015 11:52, Daniel P. Berrange wrote: > This fixes the regression in object creation warning identified > by Paolo here: > > https://lists.gnu.org/archive/html/qemu-devel/2015-11/msg04994.html > > It provides an alternative fix to the original problem, by > simply removing the warning message in question. > > Daniel P. Berrange (2): > Revert "exec: silence hugetlbfs warning under qtest" > exec: remove warning about mempath and hugetlbfs > > exec.c | 6 ------ > vl.c | 28 ++++++++++++++-------------- > 2 files changed, 14 insertions(+), 20 deletions(-) >
Queued for 2.5-rc2, thanks. Paolo