Mailing List Archive

[PATCH v4 0/3] evtchn: Introduce a per-guest knob to control FIFO ABI
From: Paul Durrant <pdurrant@amazon.com>

This series is the next version of what was originally a single patch sent
by Eslam Elnikety <elnikety@amazon.com>. I have re-based and slightly expanded
the modifications.

Paul Durrant (3):
domctl: introduce a new domain create flag,
XEN_DOMCTL_CDF_disable_fifo, ...
libxl: add a 'disable_fifo_evtchn' flag to libxl_domain_build_info ...
xl: add 'disable_evtchn_fifo' boolean option into xl.cfg(5) ...

docs/man/xl.cfg.5.pod.in | 8 ++++++++
tools/include/libxl.h | 8 ++++++++
tools/libs/light/libxl_create.c | 5 +++++
tools/libs/light/libxl_types.idl | 1 +
tools/ocaml/libs/xc/xenctrl.ml | 1 +
tools/ocaml/libs/xc/xenctrl.mli | 1 +
tools/xl/xl_parse.c | 3 +++
xen/common/domain.c | 2 +-
xen/common/event_channel.c | 17 +++++++++++++++++
xen/include/public/domctl.h | 4 +++-
10 files changed, 48 insertions(+), 2 deletions(-)

--
2.20.1