]> 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 d77dd862f9e860ab855ac805d154a462b8404a74..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);
@@ -2859,7 +2854,8 @@ static bool object_create_initial(const char *type)
         g_str_equal(type, "filter-mirror") ||
         g_str_equal(type, "filter-redirector") ||
         g_str_equal(type, "colo-compare") ||
-        g_str_equal(type, "filter-rewriter")) {
+        g_str_equal(type, "filter-rewriter") ||
+        g_str_equal(type, "filter-replay")) {
         return false;
     }
 
This page took 0.024245 seconds and 4 git commands to generate.