|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH 2/3] xend: Add multiple cpumasks support
On 14/8/06 11:20 pm, "Ryan Harper" <ryanh@xxxxxxxxxx> wrote:
>> Either Keir's cpu[X] = "Y" approach or my cpu = [ "A","B","C" ] approach
>> seem workable.
>>
>> Keir's approach is rather ill defined if someone tries using both cpu=
>> and cpu[X]= in the same config file, but I don't see that as a big
>> problem. Take your pick :-)
>
> I'm leaning toward the list notation since I already have code that
> parses that properly.
Am I mistaken or aren't both the above forms basically the same (in both
cases 'cpu' is a list of strings)? I like this form, even if we cook it down
in xm into a different sxp syntax (if you want to avoid python lists in the
sxp).
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|