Deprecate HMP cpu-add
Since we're deprecating the QMP `cpu-add`, let's deprecate its HMP equivalent, too. Suggested-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Kashyap Chamarthy <kchamart@redhat.com> Message-Id: <20181030123526.26415-3-kchamart@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
This commit is contained in:
parent
3800db787f
commit
e25701b730
@ -1849,14 +1849,16 @@ ETEXI
|
||||
.name = "cpu-add",
|
||||
.args_type = "id:i",
|
||||
.params = "id",
|
||||
.help = "add cpu",
|
||||
.help = "add cpu (deprecated, use device_add instead)",
|
||||
.cmd = hmp_cpu_add,
|
||||
},
|
||||
|
||||
STEXI
|
||||
@item cpu-add @var{id}
|
||||
@findex cpu-add
|
||||
Add CPU with id @var{id}
|
||||
Add CPU with id @var{id}. This command is deprecated, please
|
||||
+use @code{device_add} instead. For details, refer to
|
||||
'docs/cpu-hotplug.rst'.
|
||||
ETEXI
|
||||
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user