projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90dc3b3
)
kqemu and SMP are currently not compatible
author
bellard
<bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 8 Jan 2006 10:53:14 +0000
(10:53 +0000)
committer
bellard
<bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 8 Jan 2006 10:53:14 +0000
(10:53 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1730
c046a42c
-6fe2-441c-8c8c-
71466251a162
vl.c
patch
|
blob
|
history
diff --git
a/vl.c
b/vl.c
index 70da053772a0a09b36e0456d764a48dbc239d6f6..94e989f006b2b43d4c1a5c1666e428e6500939fe 100644
(file)
--- 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 &&