[Xen-devel] [PATCH 0/2] xen: fix/enhance temporary vcpu pinning

Juergen Gross posted 2 patches 4 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/xen tags/patchew/20190723092056.15045-1-jgross@suse.com
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(-)
[Xen-devel] [PATCH 0/2] xen: fix/enhance temporary vcpu pinning
Posted by Juergen Gross 4 years, 9 months ago
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