mbox series

[v2,0/2] Deprecate QMP `cpu-add`; document vCPU hotplug

Message ID 20180925160248.30801-1-kchamart@redhat.com
Headers show
Series Deprecate QMP `cpu-add`; document vCPU hotplug | expand

Message

Kashyap Chamarthy Sept. 25, 2018, 4:02 p.m. UTC
The first patch just deprecates the QMP `cpu-add`, and the second
documents vCPU hotplug procedure via QMP `device_add`.

I'd appreciate if someone can review the accuracy of the document
'cpu-hotplug.rst'.

Thanks: Igor Mammedov for explaining how CPU hot-unplug works on IRC.

Kashyap Chamarthy (2):
  Deprecate QMP `cpu-add`
  docs: Document vCPU hotplug procedure

 docs/cpu-hotplug.rst | 140 +++++++++++++++++++++++++++++++++++++++++++
 qapi/misc.json       |   8 ++-
 qemu-deprecated.texi |   5 ++
 3 files changed, 152 insertions(+), 1 deletion(-)
 create mode 100644 docs/cpu-hotplug.rst