From 1448fa4f6d7bc9d4022145292842192454f02799 Mon Sep 17 00:00:00 2001 From: bellard Date: Sun, 8 Jan 2006 10:53:14 +0000 Subject: [PATCH] kqemu and SMP are currently not compatible --- vl.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vl.c b/vl.c index 70da0537..94e989f0 100644 --- a/vl.c +++ b/vl.c @@ -4777,6 +4777,10 @@ int main(int argc, char **argv) } } +#ifdef USE_KQEMU + if (smp_cpus > 1) + kqemu_allowed = 0; +#endif linux_boot = (kernel_filename != NULL); if (!linux_boot && -- 2.39.5