|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] Avoid endless loop for vcpu migration
On multi-thread multi-core systems an endless loop can occur in vcpu_migrate()
with credit scheduler. Avoid this loop by changing the interface of pick_cpu
to indicate a repeated call in this case.
Signed-off-by: juergen.gross@xxxxxxxxxxxxxx
6 files changed, 11 insertions(+), 15 deletions(-)
xen/common/sched_arinc653.c | 2 +-
xen/common/sched_credit.c | 12 +++---------
xen/common/sched_credit2.c | 2 +-
xen/common/sched_sedf.c | 2 +-
xen/common/schedule.c | 6 ++++--
xen/include/xen/sched-if.h | 2 +-
xen-work.patch
Description: Text Data
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [PATCH] Avoid endless loop for vcpu migration,
Juergen Gross <=
|
|
|
|
|