commit | ff3fbb307d6bfbdc83730db14713d62f92b3a841 | [log] [tgz] |
---|---|---|
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | Sun Jan 08 10:53:14 2006 +0000 |
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | Sun Jan 08 10:53:14 2006 +0000 |
tree | e8f59d72ef4206db660499246557eb30fea8fdff | |
parent | 90dc3b395f746f9dc2be1b32251e8fbc866cf379 [diff] |
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 @@ } } +#ifdef USE_KQEMU + if (smp_cpus > 1) + kqemu_allowed = 0; +#endif linux_boot = (kernel_filename != NULL); if (!linux_boot &&