From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44591) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1biGPH-0004Ew-O9 for qemu-devel@nongnu.org; Fri, 09 Sep 2016 03:39:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1biGPD-0008Lp-JE for qemu-devel@nongnu.org; Fri, 09 Sep 2016 03:39:26 -0400 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:46194) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1biGPD-0008Lh-9e for qemu-devel@nongnu.org; Fri, 09 Sep 2016 03:39:23 -0400 Received: from pps.filterd (m0098404.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.17/8.16.0.17) with SMTP id u897d2es095337 for ; Fri, 9 Sep 2016 03:39:22 -0400 Received: from e06smtp08.uk.ibm.com (e06smtp08.uk.ibm.com [195.75.94.104]) by mx0a-001b2d01.pphosted.com with ESMTP id 25bc2s3921-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Fri, 09 Sep 2016 03:39:22 -0400 Received: from localhost by e06smtp08.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 9 Sep 2016 08:39:19 +0100 Received: from b06cxnps4074.portsmouth.uk.ibm.com (d06relay11.portsmouth.uk.ibm.com [9.149.109.196]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 7F62E219004D for ; Fri, 9 Sep 2016 08:38:38 +0100 (BST) Received: from d06av03.portsmouth.uk.ibm.com (d06av03.portsmouth.uk.ibm.com [9.149.37.213]) by b06cxnps4074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u897dGTC19595582 for ; Fri, 9 Sep 2016 07:39:16 GMT Received: from d06av03.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av03.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u897dFs5016374 for ; Fri, 9 Sep 2016 01:39:16 -0600 References: <20160906074710.13495-1-cornelia.huck@de.ibm.com> <20160906074710.13495-35-cornelia.huck@de.ibm.com> From: Christian Borntraeger Date: Fri, 9 Sep 2016 09:39:14 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Message-Id: Subject: Re: [Qemu-devel] [PULL 34/38] qmp: add QMP interface "query-cpu-model-comparison" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake , Cornelia Huck , peter.maydell@linaro.org Cc: agraf@suse.de, qemu-devel@nongnu.org, David Hildenbrand , jfrei@linux.vnet.ibm.com On 09/08/2016 04:12 PM, Eric Blake wrote: > On 09/06/2016 02:47 AM, Cornelia Huck wrote: >> From: David Hildenbrand >> >> Let's provide a standardized interface to compare two CPU models. >> "query-cpu-model-compare" takes two models and returns how they compare >> in a specific configuration. >> > >> +## >> +# @CpuModelCompareResult: >> +# >> +# An enumeration of CPU model comparation results. The result is usually >> +# calcualted using e.g. CPU features or CPU generations. > > s/calcualted/calculated/ We will send a fixup for all typos/whitespaces. Thank you for reviewing.