From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753279AbbDATKp (ORCPT ); Wed, 1 Apr 2015 15:10:45 -0400 Received: from e06smtp10.uk.ibm.com ([195.75.94.106]:39510 "EHLO e06smtp10.uk.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752972AbbDATKm (ORCPT ); Wed, 1 Apr 2015 15:10:42 -0400 Date: Wed, 1 Apr 2015 21:10:32 +0200 From: Michael Mueller To: Michael Mueller Cc: Eduardo Habkost , linux-s390@vger.kernel.org, kvm@vger.kernel.org, Christian Borntraeger , Gleb Natapov , qemu-devel@nongnu.org, linux-kernel@vger.kernel.org, libvir-list@redhat.com, Alexander Graf , Daniel Hansel , "Jason J. Herne" , Cornelia Huck , Paolo Bonzini , Jiri Denemark , Andreas Faerber , Richard Henderson Subject: Re: [Qemu-devel] [PATCH v4 11/15] target-s390x: New QMP command query-cpu-model 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> Organization: IBM X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.23; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15040119-0041-0000-0000-000003CB560B Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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}, ...]