[PATCH 0/2] xen: Report and use hardware APIC virtualization capabilities

Jane Malalane posted 2 patches 2 years, 3 months ago
Test gitlab-ci failed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20220127160133.11608-1-jane.malalane@citrix.com
There is a newer version of this series
docs/man/xl.cfg.5.pod.in              | 10 +++++++
docs/man/xl.conf.5.pod.in             | 12 ++++++++
tools/golang/xenlight/helpers.gen.go  | 16 +++++++++++
tools/golang/xenlight/types.gen.go    |  6 ++++
tools/include/libxl.h                 | 14 +++++++++
tools/libs/light/libxl.c              |  3 ++
tools/libs/light/libxl_arch.h         |  9 ++++--
tools/libs/light/libxl_arm.c          |  9 ++++--
tools/libs/light/libxl_create.c       | 21 ++++++++------
tools/libs/light/libxl_types.idl      |  4 +++
tools/libs/light/libxl_x86.c          | 54 +++++++++++++++++++++++++++++++++--
tools/ocaml/libs/xc/xenctrl.ml        |  7 +++++
tools/ocaml/libs/xc/xenctrl.mli       |  7 +++++
tools/xl/xl.c                         |  8 ++++++
tools/xl/xl.h                         |  2 ++
tools/xl/xl_info.c                    |  6 ++--
tools/xl/xl_parse.c                   | 14 +++++++++
xen/arch/x86/domain.c                 | 27 +++++++++++++++++-
xen/arch/x86/hvm/vmx/vmcs.c           | 10 +++++++
xen/arch/x86/hvm/vmx/vmx.c            | 13 +++++----
xen/arch/x86/include/asm/domain.h     |  4 +++
xen/arch/x86/include/asm/hvm/domain.h |  6 ++++
xen/arch/x86/sysctl.c                 |  7 +++++
xen/arch/x86/traps.c                  |  6 ++--
xen/include/public/arch-x86/xen.h     |  6 ++++
xen/include/public/sysctl.h           |  1 +
26 files changed, 258 insertions(+), 24 deletions(-)
[PATCH 0/2] xen: Report and use hardware APIC virtualization capabilities
Posted by Jane Malalane 2 years, 3 months ago
Jane Malalane (2):
  xen+tools: Report Interrupt Controller Virtualization capabilities on
    x86
  x86/xen: Allow per-domain usage of hardware virtualized APIC

 docs/man/xl.cfg.5.pod.in              | 10 +++++++
 docs/man/xl.conf.5.pod.in             | 12 ++++++++
 tools/golang/xenlight/helpers.gen.go  | 16 +++++++++++
 tools/golang/xenlight/types.gen.go    |  6 ++++
 tools/include/libxl.h                 | 14 +++++++++
 tools/libs/light/libxl.c              |  3 ++
 tools/libs/light/libxl_arch.h         |  9 ++++--
 tools/libs/light/libxl_arm.c          |  9 ++++--
 tools/libs/light/libxl_create.c       | 21 ++++++++------
 tools/libs/light/libxl_types.idl      |  4 +++
 tools/libs/light/libxl_x86.c          | 54 +++++++++++++++++++++++++++++++++--
 tools/ocaml/libs/xc/xenctrl.ml        |  7 +++++
 tools/ocaml/libs/xc/xenctrl.mli       |  7 +++++
 tools/xl/xl.c                         |  8 ++++++
 tools/xl/xl.h                         |  2 ++
 tools/xl/xl_info.c                    |  6 ++--
 tools/xl/xl_parse.c                   | 14 +++++++++
 xen/arch/x86/domain.c                 | 27 +++++++++++++++++-
 xen/arch/x86/hvm/vmx/vmcs.c           | 10 +++++++
 xen/arch/x86/hvm/vmx/vmx.c            | 13 +++++----
 xen/arch/x86/include/asm/domain.h     |  4 +++
 xen/arch/x86/include/asm/hvm/domain.h |  6 ++++
 xen/arch/x86/sysctl.c                 |  7 +++++
 xen/arch/x86/traps.c                  |  6 ++--
 xen/include/public/arch-x86/xen.h     |  6 ++++
 xen/include/public/sysctl.h           |  1 +
 26 files changed, 258 insertions(+), 24 deletions(-)

-- 
2.11.0