tools/xl: Add stubdomain_cmdline option to xl.cfg
authorScott Davis <scottwd@gmail.com>
Thu, 22 Jul 2021 16:54:30 +0000 (12:54 -0400)
committerIan Jackson <iwj@xenproject.org>
Tue, 27 Jul 2021 13:22:01 +0000 (14:22 +0100)
commitce233b10319dfb77ab5e0102202190a5911ae8f3
tree0596e57f2fcf03c1da0612f6f05e5d4cedfce5d0
parent73c932d0ea43ddf904db9429811788480c4cb816
tools/xl: Add stubdomain_cmdline option to xl.cfg

This adds an option to the xl domain configuration file syntax for specifying
a kernel command line for device-model stubdomains. It is intended for use with
Linux-based stubdomains.

Signed-off-by: Scott Davis <scott.davis@starlab.io>
Reviewed-by: Jason Andryuk <jandryuk@gmail.com>
Acked-by: Ian Jackson <iwj@xenproject.org>
docs/man/xl.cfg.5.pod.in
tools/golang/xenlight/helpers.gen.go
tools/golang/xenlight/types.gen.go
tools/include/libxl.h
tools/libs/light/libxl_dm.c
tools/libs/light/libxl_types.idl
tools/xl/xl_parse.c