aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorStefano Stabellini2022-07-28 16:50:31 -0700
committerStefano Stabellini2022-07-28 16:50:31 -0700
commit648a85038f7673d028cd9d345db9192d1cb62915 (patch)
treeb0e1acf960d3388e899d03b72683bcc494b7c62f /README.md
parent9136d01782341841796e3bb2b335dea752dc1863 (diff)
Add a DOMU_ENHANCED config option
The new option allows to disable "xen,enhanced" for individual domUs. Useful to boot old unpatched kernels. Signed-off-by: Stefano Stabellini <stefano.stabellini@amd.com>
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 07ad432..bd9dac9 100644
--- a/README.md
+++ b/README.md
@@ -177,6 +177,10 @@ Where:
If set to 1, the VM is direct mapped. The default is 1.
This is only applicable when DOMU_STATIC_MEM is specified.
+- DOMU_ENHANCED[number] can be set to 1 or 0, default is 1 when Dom0 is
+ present. If set to 1, the VM can use PV drivers. Older Linux kernels
+ might break.
+
- 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.