mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
Revert "New QMP command query-cpu-max and HMP command cpu_max"
This reverts commit 4d700430a2
as asked by
Luiz. The patch has been obsoleted by extending MachineInfo structure
by cpu-max field.
Signed-off-by: Michal Novotny <minovotn@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
This commit is contained in:
parent
c72e768836
commit
315f9e1a8f
7 changed files with 0 additions and 56 deletions
5
vl.c
5
vl.c
|
@ -662,11 +662,6 @@ StatusInfo *qmp_query_status(Error **errp)
|
|||
return info;
|
||||
}
|
||||
|
||||
int64_t qmp_query_cpu_max(Error **errp)
|
||||
{
|
||||
return current_machine->max_cpus;
|
||||
}
|
||||
|
||||
/***********************************************************/
|
||||
/* real time host monotonic timer */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue