qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: [SeaBIOS] About cpu_set, CPU hotplug and related subjec


From: Jes Sorensen
Subject: [Qemu-devel] Re: [SeaBIOS] About cpu_set, CPU hotplug and related subjects
Date: Wed, 28 Apr 2010 11:31:00 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100330 Fedora/3.0.4-1.fc12 Lightning/1.0b2pre Thunderbird/3.0.4

On 04/22/10 03:12, Kevin O'Connor wrote:
> As I understand it, the hotplug support was only in the kvm copy of
> bochs bios.  It also limited the number of cpus one could use (I think
> 16).
> 
> The current smp support in SeaBIOS doesn't limit the number of cpus.
> 
> So, there has been reluctance to just port the old kvm bios code
> forward.

I believe the number was limited to 15, due to limits in a certain
proprietary operating system.

The issue with the AML code in BOCHS vs the code in Seabios is a bit
tricky. The tables in BOCHS are a fair bit more complicated with the
hotplug code and therefore statically generated, whereas Seabios
generates them dynamically at boot time.

Generating the more complex tables dynamically would be preferred, but
it requires like half an AML compiler in Seabios, so it kinda stalled
there....

Cheers,
Jes




reply via email to

[Prev in Thread] Current Thread [Next in Thread]