From 87c8ca0384168db25ec89f1c8f18cbe43d2b83d2 Mon Sep 17 00:00:00 2001 From: Andrea Stevanato Date: Thu, 24 Nov 2022 16:19:57 +0100 Subject: domU driver domain option Added the option to specify whether the unprivileged domain is a driver domain. Signed-off-by: Andrea Stevanato [stefano: expand comment, code style fix] Signed-off-by: Stefano Stabellini Reviewed-by: Stefano Stabellini --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') 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. -- cgit v1.2.3