[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v3] New QMP command query-cpu-max and HMP comman
From: |
Paolo Bonzini |
Subject: |
Re: [Qemu-devel] [PATCH v3] New QMP command query-cpu-max and HMP command cpu_max |
Date: |
Tue, 26 Mar 2013 08:24:25 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4 |
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