While trying to handle temporary vcpu pinnings in a sane way in my
core scheduling series I stumbled over a bug and found a nice way to
simplify the temporary pinning cases.

I'm sending the two patches independently from my core scheduling
series as they should be considered even without core scheduling.

Juergen Gross (2):
  xen/sched: fix locking in restore_vcpu_affinity()
  xen: merge temporary vcpu pinning scenarios

 xen/arch/x86/pv/traps.c | 20 +-------------------
 xen/arch/x86/traps.c    |  8 ++------
 xen/common/domain.c     |  4 +---
 xen/common/schedule.c   | 40 ++++++++++++++++++++++++++++------------
 xen/common/wait.c       | 26 ++++++++------------------
 xen/include/xen/sched.h |  8 +++++---
 6 files changed, 45 insertions(+), 61 deletions(-)

-- 
2.16.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to