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

Juergen Gross posted 2 patches 4 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/xen tags/patchew/20190724112658.31495-1-jgross@suse.com
xen/arch/x86/pv/traps.c        | 93 ++++++++++--------------------------------
xen/arch/x86/traps.c           | 10 +----
xen/common/domain.c            |  4 +-
xen/common/domctl.c            |  2 +-
xen/common/schedule.c          | 50 ++++++++++++++++-------
xen/common/wait.c              | 30 +++++---------
xen/include/asm-x86/pv/traps.h |  6 +--
xen/include/asm-x86/softirq.h  |  2 +-
xen/include/xen/sched.h        | 10 ++---
9 files changed, 78 insertions(+), 129 deletions(-)
[Xen-devel] [PATCH v3 0/2] xen: enhance temporary vcpu pinning
Posted by Juergen Gross 4 years, 8 months ago
While trying to handle temporary vcpu pinnings in a sane way in my
core scheduling series I 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.

Changes in V2:
- original patch 1 dropped, as already applied
- new patch 1 removing dead coding and unneeded pinning
- addressed various comments in patch 2

Changes in V3:
- minor comments addressed

Juergen Gross (2):
  xen/x86: cleanup unused NMI/MCE code
  xen: merge temporary vcpu pinning scenarios

 xen/arch/x86/pv/traps.c        | 93 ++++++++++--------------------------------
 xen/arch/x86/traps.c           | 10 +----
 xen/common/domain.c            |  4 +-
 xen/common/domctl.c            |  2 +-
 xen/common/schedule.c          | 50 ++++++++++++++++-------
 xen/common/wait.c              | 30 +++++---------
 xen/include/asm-x86/pv/traps.h |  6 +--
 xen/include/asm-x86/softirq.h  |  2 +-
 xen/include/xen/sched.h        | 10 ++---
 9 files changed, 78 insertions(+), 129 deletions(-)

-- 
2.16.4


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