aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrea Stevanato2022-11-24 16:19:57 +0100
committerStefano Stabellini2022-12-09 15:13:42 -0800
commit87c8ca0384168db25ec89f1c8f18cbe43d2b83d2 (patch)
tree24aea1520ef8c6d84c41dabe62ca4e5de7b06b24 /README.md
parent7b91dd6313163d309e61060b26e67b2c06585092 (diff)
domU driver domain optionHEADmaster
Added the option to specify whether the unprivileged domain is a driver domain. Signed-off-by: Andrea Stevanato <andrea.stevanato@santannapisa.it> [stefano: expand comment, code style fix] Signed-off-by: Stefano Stabellini <stefano.stabellini@amd.com> Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index f4213d5..cb0cb13 100644
--- a/README.md
+++ b/README.md
@@ -203,6 +203,10 @@ Where:
- DOMU_CPUPOOL[number] specifies the id of the cpupool (created using
CPUPOOL[number] option, where number == id) that will be assigned to domU.
+- DOMU_DRIVER_DOMAIN[number] if set to 1 the domain is a driver domain.
+ Set driver_domain in xl config file. This option is only available for
+ the disk_image script.
+
- LINUX is optional but specifies the Linux kernel for when Xen is NOT
used. To enable this set any LINUX\_\* variables and do NOT set the
XEN variable.