mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 23:25:48 +00:00
cphp: remove deprecated cpu-add command(s)
These were deprecated since 4.0, remove both HMP and QMP variants. Users should use device_add command instead. To get list of possible CPUs and options, use 'info hotpluggable-cpus' HMP or query-hotpluggable-cpus QMP command. Signed-off-by: Igor Mammedov <imammedo@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Acked-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Acked-by: Cornelia Huck <cohuck@redhat.com> Message-Id: <20200915120403.1074579-1-imammedo@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
committed by
Michael S. Tsirkin
parent
892040dc8b
commit
63e79833c4
@ -1761,21 +1761,6 @@ SRST
|
||||
Executes a qemu-io command on the given block device.
|
||||
ERST
|
||||
|
||||
{
|
||||
.name = "cpu-add",
|
||||
.args_type = "id:i",
|
||||
.params = "id",
|
||||
.help = "add cpu (deprecated, use device_add instead)",
|
||||
.cmd = hmp_cpu_add,
|
||||
},
|
||||
|
||||
SRST
|
||||
``cpu-add`` *id*
|
||||
Add CPU with id *id*. This command is deprecated, please
|
||||
+use ``device_add`` instead. For details, refer to
|
||||
'docs/cpu-hotplug.rst'.
|
||||
ERST
|
||||
|
||||
{
|
||||
.name = "qom-list",
|
||||
.args_type = "path:s?",
|
||||
|
Reference in New Issue
Block a user