]> Git Repo - qemu.git/blobdiff - qemu-monitor.hx
QMP: Introduce the qmp_capabilities command
[qemu.git] / qemu-monitor.hx
index cf9e430b58f4028506eac4a6c7d61423e6e0a976..7f9d261cd9ad721728e1945738adb8f8a03fba0f 100644 (file)
@@ -1124,6 +1124,20 @@ STEXI
 @item block_passwd @var{device} @var{password}
 @findex block_passwd
 Set the encrypted device @var{device} password to @var{password}
+ETEXI
+
+    {
+        .name       = "qmp_capabilities",
+        .args_type  = "",
+        .params     = "",
+        .help       = "enable QMP capabilities",
+        .user_print = monitor_user_noop,
+        .mhandler.cmd_new = do_qmp_capabilities,
+    },
+
+STEXI
+@item qmp_capabilities
+Enable the specified QMP capabilities
 ETEXI
 
 STEXI
This page took 0.023514 seconds and 4 git commands to generate.