From: bellard Date: Sun, 8 Jan 2006 10:53:14 +0000 (+0000) Subject: kqemu and SMP are currently not compatible X-Git-Tag: TizenStudio_2.0_p2.3~14488 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ff3fbb307d6bfbdc83730db14713d62f92b3a841;p=sdk%2Femulator%2Fqemu.git kqemu and SMP are currently not compatible git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1730 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/vl.c b/vl.c index 70da053..94e989f 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 &&