]> git.proxmox.com Git - qemu.git/blobdiff - monitor.c
i440fx-test: add test for PAM functionality
[qemu.git] / monitor.c
index 2909ca1985cebcc3cd514bc5c18f47129ef4a8ef..332abe76f3f2f373e3504878976b85597e95855e 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,
     },