From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33600) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKkS0-0003IU-RU for qemu-devel@nongnu.org; Mon, 09 Feb 2015 04:16:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YKkRx-0001mt-Md for qemu-devel@nongnu.org; Mon, 09 Feb 2015 04:16:16 -0500 Received: from mail-wi0-x22d.google.com ([2a00:1450:400c:c05::22d]:58025) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKkRx-0001k6-FZ for qemu-devel@nongnu.org; Mon, 09 Feb 2015 04:16:13 -0500 Received: by mail-wi0-f173.google.com with SMTP id bs8so2218660wib.0 for ; Mon, 09 Feb 2015 01:16:12 -0800 (PST) Sender: Paolo Bonzini Message-ID: <54D87AD8.6060004@redhat.com> Date: Mon, 09 Feb 2015 10:16:08 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1423421482-11619-1-git-send-email-ehabkost@redhat.com> In-Reply-To: <1423421482-11619-1-git-send-email-ehabkost@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 0/7] NUMA code cleanup List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost , qemu-devel@nongnu.org Cc: Hu Tao , Igor Mammedov , "Michael S. Tsirkin" On 08/02/2015 19:51, Eduardo Habkost wrote: > This cleans up some of the NUMA code: moves declarations to numa.h, rename some > functions, and remove some existing code that was inside main(). > > Eduardo Habkost (7): > numa: Move NUMA declarations from sysemu.h to numa.h > vl.c: Remove unnecessary zero-initialization of NUMA globals > numa: Move NUMA globals to numa.c > numa: Make max_numa_nodeid static > numa: Move QemuOpts parsing to set_numa_nodes() > numa: Rename option parsing functions > numa: Rename set_numa_modes() to numa_post_machine_init() Nice! Reviewed-by: Paolo Bonzini