From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53919) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFT67-0003RD-EY for qemu-devel@nongnu.org; Wed, 15 Jul 2015 16:16:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZFT62-0007pl-7B for qemu-devel@nongnu.org; Wed, 15 Jul 2015 16:16:07 -0400 Received: from mail-la0-x230.google.com ([2a00:1450:4010:c03::230]:33123) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFT61-0007pE-OX for qemu-devel@nongnu.org; Wed, 15 Jul 2015 16:16:02 -0400 Received: by laem6 with SMTP id m6so31470903lae.0 for ; Wed, 15 Jul 2015 13:16:01 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <55A6BD8B.303@profihost.ag> References: <55A64207.90207@profihost.ag> <55A6BD8B.303@profihost.ag> From: Andrey Korolyov Date: Wed, 15 Jul 2015 23:15:41 +0300 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] Query CPU model / type List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Priebe Cc: qemu-devel On Wed, Jul 15, 2015 at 11:07 PM, Stefan Priebe wrote: > Am 15.07.2015 um 13:32 schrieb Andrey Korolyov: >> >> On Wed, Jul 15, 2015 at 2:20 PM, Stefan Priebe - Profihost AG >> wrote: >>> >>> Hi, >>> >>> is there a way to query the current cpu model / type of a running qemu >>> machine? >>> >>> I mean host, kvm64, qemu64, ... >>> >>> Stefan >>> >> >> I believe that the most proper one would be >> 'query-command-line-options'. The CPU definitions are not exposed >> anywhere else in QMP except their list. > > > But this one only lists the possible arguments not the currently passed > ones? > > Stefan Sorry, my bad, wrong memories. So there is no way to retrieve arguments via monitor.