All of lore.kernel.org
 help / color / mirror / Atom feed
From: Avi Kivity <avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
To: Randy Thelen <Randy.Thelen-HgOvQuBEEgTQT0dZR+AlfA@public.gmane.org>
Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: Re: BIOS doesn't build MP table for uniprocessor	environments
Date: Fri, 23 Mar 2007 10:02:25 +0200	[thread overview]
Message-ID: <46038991.3080102@qumranet.com> (raw)
In-Reply-To: <46ABAEA8-1521-47D1-8F39-A3F4B2DC25A1-HgOvQuBEEgTQT0dZR+AlfA@public.gmane.org>

Randy Thelen wrote:
> 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
> +
>
>   

bios.diff is actually the difference between the bochs bios sources at 
some random point in time and the sources Fabrice used to generate 
bios.bin for qemu-0.9.0.  It is not a kvm thing.

I don't know the reason for this particular difference; presumably 
compatibility with something.  You can try asking on qemu-devel, or you 
can try downloading the bochs bios (preferably from around the time 
Fabrice pulled it) and backing out this change.

-- 
Do not meddle in the internals of kernels, for they are subtle and quick to panic.


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

      parent reply	other threads:[~2007-03-23  8:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-22 21:10 BIOS doesn't build MP table for uniprocessor environments Randy Thelen
     [not found] ` <46ABAEA8-1521-47D1-8F39-A3F4B2DC25A1-HgOvQuBEEgTQT0dZR+AlfA@public.gmane.org>
2007-03-23  8:02   ` Avi Kivity [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=46038991.3080102@qumranet.com \
    --to=avi-atkuwr5tajbwk0htik3j/w@public.gmane.org \
    --cc=Randy.Thelen-HgOvQuBEEgTQT0dZR+AlfA@public.gmane.org \
    --cc=kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.