diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-01-08 10:53:14 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-01-08 10:53:14 +0000 |
commit | ff3fbb307d6bfbdc83730db14713d62f92b3a841 (patch) | |
tree | e8f59d72ef4206db660499246557eb30fea8fdff /vl.c | |
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
Diffstat (limited to 'vl.c')
-rw-r--r-- | vl.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 && |