kqemu and SMP are currently not compatible

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1730 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2006-01-08 10:53:14 +00:00
parent 90dc3b395f
commit ff3fbb307d
1 changed files with 4 additions and 0 deletions

4
vl.c
View File

@ -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 &&