|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] Avoid panic when adjusting sedf parameters
On Thu, Nov 17, 2011 at 12:33 PM, Juergen Gross
<juergen.gross@xxxxxxxxxxxxxx> wrote:
> When using sedf scheduler in a cpupool the system might panic when setting
> sedf scheduling parameters for a domain.
The cpupool structures keep track of which domain is in which pool,
right? I wonder if a more elegant solution might be to make a
for_each_domain_cpupool() macro.
Just an idea, not a NACK; if you don't think my idea is good / don't
have time / inclination to do it now, I'm fine with this patch..
-George
>
> Signed-off-by: juergen.gross@xxxxxxxxxxxxxx
>
>
> 1 file changed, 4 insertions(+)
> xen/common/sched_sedf.c | 4 ++++
>
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel
>
>
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|