|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] RE: [PATCH] Allocate vmcs pages when system booting
On 18/3/10 10:45, "Jan Beulich" <JBeulich@xxxxxxxxxx> wrote:
>>> In fact it's really not clear to me why cpu_possible_map must be set to
>>> CPU_MASK_ALL - if Linux has ways to avoid this, Xen should have too.
>>
>> Does Linux manage a good reliable job of cutting down cpu_possible_map? That
>> would save cpu_possible_map in my eyes, if we could do that. Otherwise it is
>> indeed pretty useless now. Either way, I'd like cpu hotplug notifier chains
>> in the 4.1 development window.
>
> Only now got to look into this: Linux simply counts the disabled CPUs
> along with the present ones, plus it allows a command line override to
> the number of CPU slots reserved for hotplug. I just put together
> something similar, partly copying code over from there. Will submit
> post-4.0.
Intel are going to submit patches for cpu hotplug notifiers post-4.0, which
is the best solution. I think we can get rid of all possible_map uses in the
end.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|