Re: [libvirt] [PATCH 4/5] conf: drop hugepage non-anoymous memory requirement

2018-09-11 Thread John Ferlan
On 09/11/2018 04:37 AM, Marc-André Lureau wrote: > Hi > > On Tue, Sep 11, 2018 at 2:56 AM, John Ferlan wrote: >> >> "non-anonymous" >> >> On 09/07/2018 07:32 AM, marcandre.lur...@redhat.com wrote: >>> From: Marc-André Lureau >>> >>> memfd is able to allocate hugepage anonymous memory. >>> >>>

Re: [libvirt] [PATCH 4/5] conf: drop hugepage non-anoymous memory requirement

2018-09-11 Thread Marc-André Lureau
Hi On Tue, Sep 11, 2018 at 2:56 AM, John Ferlan wrote: > > "non-anonymous" > > On 09/07/2018 07:32 AM, marcandre.lur...@redhat.com wrote: >> From: Marc-André Lureau >> >> memfd is able to allocate hugepage anonymous memory. >> >> Signed-off-by: Marc-André Lureau >> --- >> src/conf/domain_conf.

Re: [libvirt] [PATCH 4/5] conf: drop hugepage non-anoymous memory requirement

2018-09-10 Thread John Ferlan
"non-anonymous" On 09/07/2018 07:32 AM, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > memfd is able to allocate hugepage anonymous memory. > > Signed-off-by: Marc-André Lureau > --- > src/conf/domain_conf.c | 7 --- > 1 file changed, 7 deletions(-) > > diff --git a/s

[libvirt] [PATCH 4/5] conf: drop hugepage non-anoymous memory requirement

2018-09-07 Thread marcandre . lureau
From: Marc-André Lureau memfd is able to allocate hugepage anonymous memory. Signed-off-by: Marc-André Lureau --- src/conf/domain_conf.c | 7 --- 1 file changed, 7 deletions(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index 86199623cc..696cf6ef18 100644 --- a/src/conf/