[Xen-devel] [PATCH v2 0/2] xen: 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/20190723182530.24087-1-jgross@suse.com
There is a newer version of this series
xen/arch/x86/pv/traps.c        | 88 ++++++++----------------------------------
xen/arch/x86/traps.c           | 10 +----
xen/common/domain.c            |  4 +-
xen/common/domctl.c            |  2 +-
xen/common/schedule.c          | 46 +++++++++++++++-------
xen/common/wait.c              | 30 +++++---------
xen/include/asm-x86/pv/traps.h |  8 ++--
xen/include/asm-x86/softirq.h  |  2 +-
xen/include/xen/sched.h        | 10 ++---
9 files changed, 72 insertions(+), 128 deletions(-)
[Xen-devel] [PATCH v2 0/2] xen: 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 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

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

 xen/arch/x86/pv/traps.c        | 88 ++++++++----------------------------------
 xen/arch/x86/traps.c           | 10 +----
 xen/common/domain.c            |  4 +-
 xen/common/domctl.c            |  2 +-
 xen/common/schedule.c          | 46 +++++++++++++++-------
 xen/common/wait.c              | 30 +++++---------
 xen/include/asm-x86/pv/traps.h |  8 ++--
 xen/include/asm-x86/softirq.h  |  2 +-
 xen/include/xen/sched.h        | 10 ++---
 9 files changed, 72 insertions(+), 128 deletions(-)

-- 
2.16.4


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