]> Git Repo - qemu.git/blobdiff - vl.c
qmp-commands: move 'set_password' doc to schema
[qemu.git] / vl.c
diff --git a/vl.c b/vl.c
index a23de18fa9676b4250ad3a02f150c2c42eef492a..c643d3ff3a7972f54072528dd2b6fefb9ae6c493 100644 (file)
--- a/vl.c
+++ b/vl.c
@@ -1277,11 +1277,6 @@ static void smp_parse(QemuOpts *opts)
 
         max_cpus = qemu_opt_get_number(opts, "maxcpus", cpus);
 
-        if (max_cpus > MAX_CPUMASK_BITS) {
-            error_report("unsupported number of maxcpus");
-            exit(1);
-        }
-
         if (max_cpus < cpus) {
             error_report("maxcpus must be equal to or greater than smp");
             exit(1);
This page took 0.021939 seconds and 4 git commands to generate.