mbox series

[0/2] xen: fix/enhance temporary vcpu pinning

Message ID 20190723092056.15045-1-jgross@suse.com (mailing list archive)
Headers show
Series xen: fix/enhance temporary vcpu pinning | expand

Message

Jürgen Groß July 23, 2019, 9:20 a.m. UTC
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(-)