From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51694) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YdO2H-0001Ek-Dn for qemu-devel@nongnu.org; Wed, 01 Apr 2015 15:10:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YdO2D-0001ET-B2 for qemu-devel@nongnu.org; Wed, 01 Apr 2015 15:10:45 -0400 Received: from e06smtp14.uk.ibm.com ([195.75.94.110]:51308) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YdO2C-0001EB-TJ for qemu-devel@nongnu.org; Wed, 01 Apr 2015 15:10:41 -0400 Received: from /spool/local by e06smtp14.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 1 Apr 2015 20:10:39 +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 A7D2D1B08061 for ; Wed, 1 Apr 2015 20:11:06 +0100 (BST) Received: from d06av11.portsmouth.uk.ibm.com (d06av11.portsmouth.uk.ibm.com [9.149.37.252]) by b06cxnps3075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t31JAbUW5833014 for ; Wed, 1 Apr 2015 19:10:37 GMT Received: from d06av11.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av11.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t31JAbOa017819 for ; Wed, 1 Apr 2015 13:10:37 -0600 Date: Wed, 1 Apr 2015 21:10:32 +0200 From: Michael Mueller Message-ID: <20150401211032.7034bad3@bee> In-Reply-To: <20150401210531.57d2ea98@bee> References: <1427725708-52100-1-git-send-email-mimu@linux.vnet.ibm.com> <1427725708-52100-12-git-send-email-mimu@linux.vnet.ibm.com> <20150331183526.GJ7031@thinpad.lan.raisama.net> <20150331220909.4410e8c0@bee> <20150401130113.GL7031@thinpad.lan.raisama.net> <20150401183123.7a1f9d6c@bee> <20150401165905.GM7031@thinpad.lan.raisama.net> <20150401210531.57d2ea98@bee> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 11/15] target-s390x: New QMP command query-cpu-model List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Mueller Cc: linux-s390@vger.kernel.org, "Jason J. Herne" , Eduardo Habkost , kvm@vger.kernel.org, Gleb Natapov , Cornelia Huck , qemu-devel@nongnu.org, linux-kernel@vger.kernel.org, Christian Borntraeger , Alexander Graf , libvir-list@redhat.com, Daniel Hansel , Paolo Bonzini , Jiri Denemark , Andreas Faerber , Richard Henderson On Wed, 1 Apr 2015 21:05:31 +0200 Michael Mueller wrote: > And cpu model "none" just means that QEMU does not manage the cpu model. That's also > the reason why I initially returned an empty "[]" model and not "none". This somewhat > convinces me to go back to this approach... And for query-cpus that can be represented as a non-existent model field: [{"current":true,"CPU":0,"halted":false,"thread_id":39110}, ...]