]> xenbits.xensource.com Git - qemu-xen-4.6-testing.git/commit
Tell BIOS about the number of CPUs
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 28 Mar 2008 22:28:08 +0000 (22:28 +0000)
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 28 Mar 2008 22:28:08 +0000 (22:28 +0000)
commit298e01b6beb519c2adbd57cf4d60fe1e3d78d87f
tree7ad7fe095189afa06dd99b79fa23723de812b613
parenta07c67dfccb1e234cd92cfb459caee802bc0e0dd
Tell BIOS about the number of CPUs

Previously, the BIOS would probe the CPUs for SMP guests.  This tends to be
very unreliably because of startup timing issues.  By passing the number of
CPUs in the CMOS, the BIOS can detect the number of CPUs much more reliably.

(Anthony Liguori)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4114 c046a42c-6fe2-441c-8c8c-71466251a162
hw/pc.c