[PATCH 00/10] viridian: add support for ExProcessorMasks

Paul Durrant posted 10 patches 3 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/xen tags/patchew/20201111200721.30551-1-paul@xen.org
Maintainers: Wei Liu <wl@xen.org>, Ian Jackson <iwj@xenproject.org>, Anthony PERARD <anthony.perard@citrix.com>
There is a newer version of this series
docs/man/xl.cfg.5.pod.in             |   8 +
tools/include/libxl.h                |   7 +
tools/libs/light/libxl_types.idl     |   1 +
tools/libs/light/libxl_x86.c         |   3 +
xen/arch/x86/hvm/viridian/viridian.c | 595 +++++++++++++++++++++------
xen/include/asm-x86/hvm/viridian.h   |   8 +
xen/include/public/hvm/params.h      |   7 +-
7 files changed, 506 insertions(+), 123 deletions(-)
[PATCH 00/10] viridian: add support for ExProcessorMasks
Posted by Paul Durrant 3 years, 5 months ago
From: Paul Durrant <pdurrant@amazon.com>

Paul Durrant (10):
  viridian: move flush hypercall implementation into separate function
  viridian: move IPI hypercall implementation into separate function
  viridian: introduce a per-cpu hypercall_vpmask and accessor
    functions...
  viridian: use hypercall_vpmask in hvcall_ipi()
  viridian: use softirq batching in hvcall_ipi()
  viridian: add ExProcessorMasks variants of the flush hypercalls
  viridian: add ExProcessorMasks variant of the IPI hypercall
  viridian: log initial invocation of each type of hypercall
  viridian: add a new '_HVMPV_ex_processor_masks' bit into
    HVM_PARAM_VIRIDIAN...
  xl / libxl: add 'ex_processor_mask' into
    'libxl_viridian_enlightenment'

 docs/man/xl.cfg.5.pod.in             |   8 +
 tools/include/libxl.h                |   7 +
 tools/libs/light/libxl_types.idl     |   1 +
 tools/libs/light/libxl_x86.c         |   3 +
 xen/arch/x86/hvm/viridian/viridian.c | 595 +++++++++++++++++++++------
 xen/include/asm-x86/hvm/viridian.h   |   8 +
 xen/include/public/hvm/params.h      |   7 +-
 7 files changed, 506 insertions(+), 123 deletions(-)

-- 
2.20.1