diff options
author | Kashyap Chamarthy <kchamart@redhat.com> | 2018-10-30 13:35:25 +0100 |
---|---|---|
committer | Eduardo Habkost <ehabkost@redhat.com> | 2018-12-11 15:45:22 -0200 |
commit | e25701b730f451d887a2901dffa2525644d856c9 (patch) | |
tree | 89b7729d3d5dd6de65864a58a74feb2c421a81b6 /hmp-commands.hx | |
parent | 3800db787f9874c57e7e9d2a47b31eda0efc1a32 (diff) | |
download | qemu-e25701b730f451d887a2901dffa2525644d856c9.zip qemu-e25701b730f451d887a2901dffa2525644d856c9.tar.gz qemu-e25701b730f451d887a2901dffa2525644d856c9.tar.bz2 |
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>
Diffstat (limited to 'hmp-commands.hx')
-rw-r--r-- | hmp-commands.hx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/hmp-commands.hx b/hmp-commands.hx index db0c681..ba71558 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx @@ -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 { |