From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42303) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpbY0-00033S-Ew for qemu-devel@nongnu.org; Thu, 20 Jun 2013 05:53:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UpbXv-0000xw-Mn for qemu-devel@nongnu.org; Thu, 20 Jun 2013 05:52:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:25068) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpbXv-0000xk-Fk for qemu-devel@nongnu.org; Thu, 20 Jun 2013 05:52:51 -0400 Message-ID: <51C2D0EA.7060204@redhat.com> Date: Thu, 20 Jun 2013 11:52:42 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <20130619134252.22bdbc37@nial.usersys.redhat.com> <20130619132642.GD2825@otherpad.lan.raisama.net> <20130620113030.79943476@nial.usersys.redhat.com> In-Reply-To: <20130620113030.79943476@nial.usersys.redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3] vl.c: Support multiple CPU ranges on -numa option List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov Cc: Markus Armbruster , Bandan Das , Anthony Liguori , Eduardo Habkost , qemu-devel@nongnu.org Il 20/06/2013 11:30, Igor Mammedov ha scritto: >>>> > > > So, basically the format seemed easier to work with if we are thinking >>>> > > > of using QemuOpts for -numa. Using -cpu rather than cpus probably >>>> > > > makes it less ambiguous as well IMO. However, it's probably not a good idea >>>> > > > if the current syntax is well established ? >> > >> > libvirt uses the "cpus" option already, so we have to keep it working. > Sure, we can leave it as it's now for some time while a new interface is > introduced/adopted. And than later deprecate "cpus". So, you used a new name because the new behavior of "-numa node,cpus=1-2,cpus=3-4" would be incompatible with the old. Personally I don't think that's a problem, but I remember a long discussion in the past. Igor/Eduardo, do you remember the conclusions? Paolo