]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hmp-commands.hx
tpm_tis: fix loop that cancels any seizure by a lower locality
[mirror_qemu.git] / hmp-commands.hx
index db0c681f747197a654cd57603c356461e5a1abc0..ba71558c25642fe627221bf7b141d58f03bcb155 100644 (file)
@@ -1849,14 +1849,16 @@ ETEXI
         .name       = "cpu-add",
         .args_type  = "id:i",
         .params     = "id",
-        .help       = "add cpu",
+        .help       = "add cpu (deprecated, use device_add instead)",
         .cmd        = hmp_cpu_add,
     },
 
 STEXI
 @item cpu-add @var{id}
 @findex cpu-add
-Add CPU with id @var{id}
+Add CPU with id @var{id}.  This command is deprecated, please
++use @code{device_add} instead. For details, refer to
+'docs/cpu-hotplug.rst'.
 ETEXI
 
     {