]> git.proxmox.com Git - qemu.git/blobdiff - qmp-commands.hx
libqos: add fw_cfg support
[qemu.git] / qmp-commands.hx
index 1e0e11ee32571209e2dfce41b5c18f01d6ad3880..4d65422c40cdf3e101d21a8d911f89f7da8a21e6 100644 (file)
@@ -382,28 +382,6 @@ Example:
 
 Note: CPUs' indexes are obtained with the 'query-cpus' command.
 
-EQMP
-
-    {
-        .name       = "query-cpu-max",
-        .args_type  = "",
-        .mhandler.cmd_new = qmp_marshal_input_query_cpu_max,
-    },
-
-SQMP
-query-cpu-max
--------------
-
-Get the maximum CPUs supported by the machine being currently
-emulated.
-
-Returns json-int.
-
-Example:
-
--> { "execute": "query-cpu-max" }
-<- { "return": 255 }
-
 EQMP
 
     {