Folks --

I noticed (after a long sequence of experimentation) that an smp  
change has been made to the bios to disable the generation of the MP  
table in a uniprocessor environment:

# svn cat svn://kvm.qumranet.com/kvm/tags/public/17/qemu/pc-bios/ 
bios.diff | tail

+#ifdef BX_QEMU
+    if (smp_cpus <= 1)
+        return;
+#endif
+

#

Is there a good rationale for this?

-- Randy

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to