From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45533) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIhjp-0007Ok-RW for qemu-devel@nongnu.org; Wed, 26 Feb 2014 11:53:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WIhjl-0007gU-1O for qemu-devel@nongnu.org; Wed, 26 Feb 2014 11:53:41 -0500 Message-ID: <530E1BFD.90708@redhat.com> Date: Wed, 26 Feb 2014 17:53:17 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1392652187-28381-1-git-send-email-imammedo@redhat.com> <20140226164223.GB15710@redhat.com> In-Reply-To: <20140226164223.GB15710@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: "Michael S. Tsirkin" , 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, afaerber@suse.de, gaowanlong@cn.fujitsu.com, rth@twiddle.net Il 26/02/2014 17:42, Michael S. Tsirkin ha scritto: >> > ... 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? Some cleanups could go in 2.0 but the meat will have to wait, so there's no need to hurry. I haven't yet talked with all involved people about the merging plan but here is a possibility: * during soft/hard freeze we'll finish development of the memdev backend, to include the -mem-path replacement. I already have some patches for this, that I intend to post to the list sometime soon. * at the beginning of the 2.1 cycle I will post a pull request with Hu Tao's NUMA policies, which includes all the memdev backend. * memory hotplug would go through your tree so it should wait for NUMA policies to be in. Of course, Igor can also post it soon, so that it's also mostly ready at the beginning of the 2.1 cycle. > I acked pc.c changes. Thanks! Paolo