]> git.proxmox.com Git - qemu.git/blobdiff - monitor.c
Revert "New QMP command query-cpu-max and HMP command cpu_max"
[qemu.git] / monitor.c
index c897e8033f367e85c70121b296d63d6f52809e37..0f7d52c543d52787dfc35c95ccbc7f9f99ba4fee 100644 (file)
--- a/monitor.c
+++ b/monitor.c
@@ -2764,13 +2764,6 @@ static mon_cmd_t info_cmds[] = {
         .help       = "show the TPM device",
         .mhandler.cmd = hmp_info_tpm,
     },
-    {
-        .name       = "cpu_max",
-        .args_type  = "",
-        .params     = "",
-        .help       = "Get maximum number of VCPUs supported by machine",
-        .mhandler.cmd = hmp_query_cpu_max,
-    },
     {
         .name       = NULL,
     },