From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50461) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFSxm-0007HK-OF for qemu-devel@nongnu.org; Wed, 15 Jul 2015 16:07:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZFSxh-000317-Dy for qemu-devel@nongnu.org; Wed, 15 Jul 2015 16:07:30 -0400 Received: from mail-ph.de-nserver.de ([85.158.179.214]:55002) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFSxh-0002zB-3m for qemu-devel@nongnu.org; Wed, 15 Jul 2015 16:07:25 -0400 Message-ID: <55A6BD8B.303@profihost.ag> Date: Wed, 15 Jul 2015 22:07:39 +0200 From: Stefan Priebe MIME-Version: 1.0 References: <55A64207.90207@profihost.ag> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Query CPU model / type List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andrey Korolyov Cc: qemu-devel 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