From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34563) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCmwe-0005LL-96 for qemu-devel@nongnu.org; Fri, 23 Aug 2013 04:42:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VCmwY-0006qg-UH for qemu-devel@nongnu.org; Fri, 23 Aug 2013 04:42:12 -0400 Received: from mx3-phx2.redhat.com ([209.132.183.24]:34930) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCmwY-0006qT-LA for qemu-devel@nongnu.org; Fri, 23 Aug 2013 04:42:06 -0400 Date: Fri, 23 Aug 2013 04:40:46 -0400 (EDT) From: Andrew Jones Message-ID: <433635292.2972869.1377247246639.JavaMail.root@redhat.com> In-Reply-To: <1377231003-2816-7-git-send-email-gaowanlong@cn.fujitsu.com> References: <1377231003-2816-1-git-send-email-gaowanlong@cn.fujitsu.com> <1377231003-2816-7-git-send-email-gaowanlong@cn.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH V9 06/12] NUMA: Add Linux libnuma detection List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Wanlong Gao Cc: aliguori@us.ibm.com, ehabkost@redhat.com, qemu-devel@nongnu.org, hutao@cn.fujitsu.com, peter huangpeng , lcapitulino@redhat.com, bsd@redhat.com, pbonzini@redhat.com, y-goto@jp.fujitsu.com, lersek@redhat.com, afaerber@suse.de ----- Original Message ----- > Add detection of libnuma (mostly contained in the numactl package) > to the configure script. Can be enabled or disabled on the command line, > default is use if available. > > Signed-off-by: Andre Przywara > Signed-off-by: Wanlong Gao Is this patch still necessary? I thought that dropping the numa_num_configured_nodes() calls from patch 8/12 got rid of the need for this library. Maybe I missed other uses? drew