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:
Michal Novotny 2013-04-09 16:23:39 +02:00 committed by Luiz Capitulino
parent c72e768836
commit 315f9e1a8f
7 changed files with 0 additions and 56 deletions

View file

@ -382,28 +382,6 @@ Example:
Note: CPUs' indexes are obtained with the 'query-cpus' command.
EQMP
{
.name = "query-cpu-max",
.args_type = "",
.mhandler.cmd_new = qmp_marshal_input_query_cpu_max,
},
SQMP
query-cpu-max
-------------
Get the maximum CPUs supported by the machine being currently
emulated.
Returns json-int.
Example:
-> { "execute": "query-cpu-max" }
<- { "return": 255 }
EQMP
{