From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37707) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKOFD-0002Eg-AL for qemu-devel@nongnu.org; Tue, 26 Mar 2013 03:24:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UKOFC-0005U6-En for qemu-devel@nongnu.org; Tue, 26 Mar 2013 03:24:31 -0400 Received: from mail-ee0-f46.google.com ([74.125.83.46]:35818) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKOFC-0005Tz-8Z for qemu-devel@nongnu.org; Tue, 26 Mar 2013 03:24:30 -0400 Received: by mail-ee0-f46.google.com with SMTP id e49so3529969eek.19 for ; Tue, 26 Mar 2013 00:24:29 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <51514D29.3060404@redhat.com> Date: Tue, 26 Mar 2013 08:24:25 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <385f3a1ca045e1b008de2b880eca1c8cce2a5231.1364229059.git.minovotn@redhat.com> <51514AF3.6020902@redhat.com> In-Reply-To: <51514AF3.6020902@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3] New QMP command query-cpu-max and HMP command cpu_max List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michal Novotny , qemu-devel@nongnu.org, lcapitulino@redhat.com Il 26/03/2013 08:14, Paolo Bonzini ha scritto: >> > These commands return the maximum number of CPUs supported by the >> > currently running emulator instance, as defined in its QEMUMachine >> > struct. > For HMP, I think the output could be added to "info cpus". Just saw Luiz's solution, that's also good of course. Paolo