From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41041) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIhTt-0006U2-30 for qemu-devel@nongnu.org; Wed, 26 Feb 2014 11:37:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WIhTo-00018g-64 for qemu-devel@nongnu.org; Wed, 26 Feb 2014 11:37:13 -0500 Date: Wed, 26 Feb 2014 18:42:24 +0200 From: "Michael S. Tsirkin" Message-ID: <20140226164223.GB15710@redhat.com> References: <1392652187-28381-1-git-send-email-imammedo@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1392652187-28381-1-git-send-email-imammedo@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/6] convert -numa to QemuOpts/OptsVisitor List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov Cc: agraf@suse.de, andre.przywara@amd.com, stefanha@redhat.com, peter.maydell@linaro.org, qemu-devel@nongnu.org, armbru@redhat.com, ehabkost@redhat.com, lcapitulino@redhat.com, qemu-ppc@nongnu.org, aliguori@amazon.com, pbonzini@redhat.com, afaerber@suse.de, gaowanlong@cn.fujitsu.com, rth@twiddle.net On Mon, Feb 17, 2014 at 04:49:41PM +0100, Igor Mammedov wrote: > ... while at it move most of numa related code to > a dedicated file so that it won't to clatter vl.c. > > git tree for testing: > https://github.com/imammedo/qemu/commits/numa_prep_v1 > > Igor Mammedov (1): > vl.c: fix style issue Just to clarify - Paolo, you intend to merge this? I acked pc.c changes. > Wanlong Gao (5): > NUMA: move numa related code to new file numa.c > NUMA: check if the total numa memory size is equal to ram_size > NUMA: Add numa_info structure to contain numa nodes info > NUMA: convert -numa option to use OptsVisitor > NUMA: expand MAX_NODES from 64 to 128 > > Makefile.target | 2 +- > cpus.c | 14 ---- > hw/i386/pc.c | 14 ++- > hw/ppc/spapr.c | 11 ++- > include/sysemu/cpus.h | 1 - > include/sysemu/sysemu.h | 14 +++- > monitor.c | 2 +- > numa.c | 189 +++++++++++++++++++++++++++++++++++++++++++++++ > qapi-schema.json | 32 ++++++++ > vl.c | 155 +++----------------------------------- > 10 files changed, 262 insertions(+), 172 deletions(-) > create mode 100644 numa.c