mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-18 05:28:36 -07:00
New QMP command query-cpu-max and HMP command cpu_max
These commands return the maximum number of CPUs supported by the currently running emulator instance, as defined in its QEMUMachine struct. Signed-off-by: Michal Novotny <minovotn@redhat.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
This commit is contained in:
parent
e5ecec7bad
commit
4d700430a2
7 changed files with 56 additions and 0 deletions
|
|
@ -1643,6 +1643,8 @@ show qdev device model list
|
|||
show roms
|
||||
@item info tpm
|
||||
show the TPM device
|
||||
@item info cpu_max
|
||||
show the number of CPUs supported by the machine being emulated.
|
||||
@end table
|
||||
ETEXI
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue