From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37914) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwXiK-0003nJ-6l for qemu-devel@nongnu.org; Mon, 16 Jun 2014 10:16:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WwXiE-00053N-3r for qemu-devel@nongnu.org; Mon, 16 Jun 2014 10:16:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:18468) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwXiD-00053G-Rp for qemu-devel@nongnu.org; Mon, 16 Jun 2014 10:16:42 -0400 Message-ID: <539EFC39.4030701@redhat.com> Date: Mon, 16 Jun 2014 16:16:25 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <6c190c63ca7fe6a1d6d5d0944b23240018d76310.1402299637.git.hutao@cn.fujitsu.com> <20140616140817.GA8629@otherpad.lan.raisama.net> In-Reply-To: <20140616140817.GA8629@otherpad.lan.raisama.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 04/29] NUMA: convert -numa option to use OptsVisitor List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost , Hu Tao Cc: "Michael S. Tsirkin" , libvir-list@redhat.com, qemu-devel@nongnu.org, Igor Mammedov , Martin Kletzander , Yasunori Goto , Wanlong Gao Il 16/06/2014 16:08, Eduardo Habkost ha scritto: > Is there some capability probing mechanism that can be used by > management to detect the new feature? No, there isn't. Paolo