> On 22 Sep 2021, at 09:21, Roger Pau Monne <[email protected]> wrote: > > Introduce a new grant options flags field in domain create and use it > to signal whether transitive grants are allowed on the domain. This is > settable from xl using the transitive_grants option. > > Signed-off-by: Roger Pau Monné <[email protected]> > --- > docs/man/xl.cfg.5.pod.in | 6 ++++++ > docs/man/xl.conf.5.pod.in | 7 +++++++ > tools/include/libxl.h | 7 +++++++ > tools/libs/light/libxl_create.c | 3 +++ > tools/libs/light/libxl_dm.c | 1 + > tools/libs/light/libxl_types.idl | 1 + > tools/ocaml/libs/xc/xenctrl.ml | 1 + > tools/ocaml/libs/xc/xenctrl.mli | 1 + > tools/ocaml/libs/xc/xenctrl_stubs.c | 7 ++++++- > tools/xl/xl.c | 7 +++++++ > tools/xl/xl.h | 1 + > tools/xl/xl_parse.c | 4 ++++ > xen/arch/arm/domain_build.c | 6 ++++-- > xen/arch/x86/setup.c | 3 ++- > xen/common/grant_table.c | 8 +++++++- > xen/include/public/domctl.h | 5 ++++- > 16 files changed, 62 insertions(+), 6 deletions(-)
Acked-by: Christian Lindig <[email protected]>
