From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56497) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bB0PF-00015l-5Y for qemu-devel@nongnu.org; Thu, 09 Jun 2016 09:53:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bB0PA-0004bb-4i for qemu-devel@nongnu.org; Thu, 09 Jun 2016 09:53:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60348) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bB0P9-0004b9-VJ for qemu-devel@nongnu.org; Thu, 09 Jun 2016 09:53:52 -0400 Date: Thu, 9 Jun 2016 15:54:01 +0200 From: Jiri Denemark Message-ID: <20160609135401.GM40539@orkuz.home> References: <1465243543-889-1-git-send-email-ehabkost@redhat.com> <1465243543-889-5-git-send-email-ehabkost@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1465243543-889-5-git-send-email-ehabkost@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 4/6] qmp: Add runnability information to query-cpu-definitions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: qemu-devel@nongnu.org, Andreas =?iso-8859-1?Q?F=E4rber?= , Igor Mammedov , libvir-list@redhat.com, David Hildenbrand , Michael Mueller , Christian Borntraeger , Cornelia Huck On Mon, Jun 06, 2016 at 17:05:41 -0300, Eduardo Habkost wrote: > Extend query-cpu-definitions schema to allow it to return two new > optional fields: "runnable" and "unavailable-features". > "runnable" will tell if the CPU model can be run in the current > host. "unavailable-features" will contain a list of CPU > properties that are preventing the CPU model from running in the > current host. The commit message still talks about both "runnable" and "unavailable-features" fields even though the former has been removed in version 2 of the series. Jirka