diff options
author | Kashyap Chamarthy <kchamart@redhat.com> | 2018-12-13 13:42:23 +0100 |
---|---|---|
committer | Eduardo Habkost <ehabkost@redhat.com> | 2019-01-09 22:09:31 -0200 |
commit | dc15043ee41ceb83e42851d1210c411145e4eb25 (patch) | |
tree | 26a86ca79b541d9f270c32ae9d730e612f3d7faf /qemu-deprecated.texi | |
parent | e9b24fb9437b83070e61ce2d6c0b217f216a943d (diff) |
Update that HMP 'cpu-add' is deprecated in 4.0
Signed-off-by: Kashyap Chamarthy <kchamart@redhat.com>
Message-Id: <20181213124224.31585-3-kchamart@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
[ehabkost: revert back to 'cpu-add' spelling]
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'qemu-deprecated.texi')
-rw-r--r-- | qemu-deprecated.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-deprecated.texi b/qemu-deprecated.texi index 3f30f05a61..f4a5cea62b 100644 --- a/qemu-deprecated.texi +++ b/qemu-deprecated.texi @@ -113,7 +113,7 @@ replaced by the ``target'' output member. The @option{[hub_id name]} parameter tuple of the 'hostfwd_add' and 'hostfwd_remove' HMP commands has been replaced by @option{netdev_id}. -@subsection cpu-add (since 3.1) +@subsection cpu-add (since 4.0) Use ``device_add'' for hotplugging vCPUs instead of ``cpu-add''. See documentation of ``query-hotpluggable-cpus'' for additional details. |