> On 7 Feb 2022, at 18:21, Jane Malalane <jane.malal...@citrix.com> wrote:
> 
> Introduce a new per-domain creation x86 specific flag to
> select whether hardware assisted virtualization should be used for
> x{2}APIC.
> 
> ---
> docs/man/xl.cfg.5.pod.in              | 10 ++++++++++
> docs/man/xl.conf.5.pod.in             | 12 ++++++++++++
> tools/golang/xenlight/helpers.gen.go  | 12 ++++++++++++
> tools/include/libxl.h                 |  7 +++++++
> tools/libs/light/libxl_arch.h         |  5 +++--
> tools/libs/light/libxl_arm.c          |  7 +++++--
> tools/libs/light/libxl_create.c       | 23 ++++++++++++++---------
> tools/libs/light/libxl_types.idl      |  2 ++
> tools/libs/light/libxl_x86.c          | 31 +++++++++++++++++++++++++++++--
> tools/ocaml/libs/xc/xenctrl.ml        |  2 ++
> tools/ocaml/libs/xc/xenctrl.mli       |  2 ++
> tools/ocaml/libs/xc/xenctrl_stubs.c   |  2 +-
> tools/xl/xl.c                         |  8 ++++++++
> tools/xl/xl.h                         |  2 ++
> tools/xl/xl_parse.c                   | 16 ++++++++++++++++
> xen/arch/x86/domain.c                 | 28 +++++++++++++++++++++++++++-
> xen/arch/x86/hvm/vmx/vmcs.c           |  4 ++++
> xen/arch/x86/hvm/vmx/vmx.c            | 14 +++++---------
> xen/arch/x86/include/asm/hvm/domain.h |  6 ++++++
> xen/arch/x86/traps.c                  |  8 ++++----
> xen/include/public/arch-x86/xen.h     |  2 ++
> 21 files changed, 173 insertions(+), 30 deletions(-)

The changes to the OCaml part are minimal.

Acked-by: Christian Lindig <christian.lin...@citrix.com>

— C

Reply via email to