[libvirt] [PATCH 5/5 v2] numad: Check numactl-devel if compiled with numad support

2012-05-08 Thread Osier Yang
Since now we pre-set memory policy using libnuma to fully drive numad, it needs to check numactl-devel if with_numad is yes. configure with groups --with-numad=yes --with-numactl=yes, --with-numad=no --with-numactl=yes, --with-numad=yes --with-numactl=yes works fine after the change. ---

Re: [libvirt] [PATCH 5/5 v2] numad: Check numactl-devel if compiled with numad support

2012-05-08 Thread Daniel Veillard
On Wed, May 09, 2012 at 12:28:45PM +0800, Osier Yang wrote: Since now we pre-set memory policy using libnuma to fully drive numad, it needs to check numactl-devel if with_numad is yes. configure with groups --with-numad=yes --with-numactl=yes, --with-numad=no --with-numactl=yes,

Re: [libvirt] [PATCH 5/5 v2] numad: Check numactl-devel if compiled with numad support

2012-05-08 Thread Osier Yang
On 2012年05月09日 12:58, Daniel Veillard wrote: On Wed, May 09, 2012 at 12:28:45PM +0800, Osier Yang wrote: Since now we pre-set memory policy using libnuma to fully drive numad, it needs to check numactl-devel if with_numad is yes. configure with groups --with-numad=yes --with-numactl=yes,