From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47516) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1beIZs-0002rm-BZ for qemu-devel@nongnu.org; Mon, 29 Aug 2016 05:10:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1beIZn-0003Vz-5j for qemu-devel@nongnu.org; Mon, 29 Aug 2016 05:09:59 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:47708 helo=mx0a-001b2d01.pphosted.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1beIZn-0003Vf-0j for qemu-devel@nongnu.org; Mon, 29 Aug 2016 05:09:55 -0400 Received: from pps.filterd (m0098416.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.11/8.16.0.11) with SMTP id u7T98gWK026478 for ; Mon, 29 Aug 2016 05:09:54 -0400 Received: from e06smtp05.uk.ibm.com (e06smtp05.uk.ibm.com [195.75.94.101]) by mx0b-001b2d01.pphosted.com with ESMTP id 253r8s9y1r-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Mon, 29 Aug 2016 05:09:53 -0400 Received: from localhost by e06smtp05.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 29 Aug 2016 10:09:52 +0100 Received: from b06cxnps3075.portsmouth.uk.ibm.com (d06relay10.portsmouth.uk.ibm.com [9.149.109.195]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id 064C11B0805F for ; Mon, 29 Aug 2016 10:11:31 +0100 (BST) Received: from d06av09.portsmouth.uk.ibm.com (d06av09.portsmouth.uk.ibm.com [9.149.37.250]) by b06cxnps3075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u7T99nOm33226834 for ; Mon, 29 Aug 2016 09:09:49 GMT Received: from d06av09.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av09.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u7T99mrv025766 for ; Mon, 29 Aug 2016 03:09:49 -0600 Date: Mon, 29 Aug 2016 11:09:47 +0200 From: Cornelia Huck In-Reply-To: <20160824225526.0364ece1@thinkpad-w530> References: <1472062266-53206-1-git-send-email-dahi@linux.vnet.ibm.com> <1472062266-53206-2-git-send-email-dahi@linux.vnet.ibm.com> <57BE0844.3030907@redhat.com> <20160824225526.0364ece1@thinkpad-w530> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20160829110947.297b6a9d.cornelia.huck@de.ibm.com> Subject: Re: [Qemu-devel] [Patch v3 01/30] qmp: details about CPU definitions in query-cpu-definitions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Hildenbrand Cc: Eric Blake , qemu-devel@nongnu.org, ehabkost@redhat.com, borntraeger@de.ibm.com, fiuczy@linux.vnet.ibm.com, imammedo@redhat.com, jdenemar@redhat.com, mimu@linux.vnet.ibm.com On Wed, 24 Aug 2016 22:55:26 +0200 David Hildenbrand wrote: > All valid and fixed! > > Thanks for having a look! If you could just post your fixed-up version as a reply, I'll apply that one.