Deprecate QMP `cpu-add`
commit3800db787f9874c57e7e9d2a47b31eda0efc1a32
authorKashyap Chamarthy <kchamart@redhat.com>
Tue, 30 Oct 2018 12:35:24 +0000 (30 13:35 +0100)
committerEduardo Habkost <ehabkost@redhat.com>
Tue, 11 Dec 2018 17:45:22 +0000 (11 15:45 -0200)
treeffa72d3967fc7c1bc10accbf60791a20af94e9cf
parentade7e258cc9d3c4afb9f6c22d1df6c97cb20453e
Deprecate QMP `cpu-add`

The intended functionality of QMP `cpu-add` is replaced with
`device_add` (and `query-hotpluggable-cpus`).  So let's deprecate
`cpu-add`.

A complete example of vCPU hotplug with the recommended way (using
`device_add`) is provided as part of a seperate docs patch.

Suggested-by: Eduardo Habkost <ehabkost@redhat.com
Signed-off-by: Kashyap Chamarthy <kchamart@redhat.com>
Message-Id: <20181030123526.26415-2-kchamart@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
qapi/misc.json
qemu-deprecated.texi