cphp: remove deprecated cpu-add command(s)
commit63e79833c46fa6d21efb1c4d966b0a204c4b7b0f
authorIgor Mammedov <imammedo@redhat.com>
Tue, 15 Sep 2020 12:04:03 +0000 (15 08:04 -0400)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 29 Sep 2020 06:14:30 +0000 (29 02:14 -0400)
treec6c50002852f2b7aa205c0934c2c5978a10e1111
parent892040dc8bf4686489a7841ce6d4460bafb0af38
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>
13 files changed:
docs/system/deprecated.rst
hmp-commands.hx
hw/core/machine-hmp-cmds.c
hw/core/machine-qmp-cmds.c
hw/i386/pc.c
hw/i386/pc_piix.c
hw/s390x/s390-virtio-ccw.c
include/hw/boards.h
include/hw/i386/pc.h
include/monitor/hmp.h
qapi/machine.json
tests/qtest/cpu-plug-test.c
tests/qtest/test-hmp.c