aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorStefano Stabellini2020-10-30 15:55:23 -0700
committerStefano Stabellini2020-11-04 13:44:48 -0800
commit04f503477ced16176f7db24f363e6378c2ac528b (patch)
treed9018c8db8b46188be7dbd47c3dde023309c367f /README.md
parent6e1ece2b59a0b8037f4244a3df2b50534eae2942 (diff)
Add DOMU_MEM and DOMU_VCPUS
Add two new config file parameters to configure the amount of memory and the number of vcpus of dom0less VMs. Signed-off-by: Stefano Stabellini <stefano.stabellini@xilinx.com> Reviewed-by: Brian Woods <brian.woods@xilinx.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8aa33a3..0df4e4b 100644
--- a/README.md
+++ b/README.md
@@ -42,6 +42,8 @@ DOMU_RAMDISK[0]="zynqmp-dom1/domU-ramdisk.cpio"
DOMU_PASSTHROUGH_DTB[0]="zynqmp-dom1/passthrough-example-part.dtb"
DOMU_KERNEL[1]="zynqmp-dom2/Image-domU"
DOMU_RAMDISK[1]="zynqmp-dom2/domU-ramdisk.cpio"
+DOMU_MEM[1]=512
+DOMU_VCPUS[1]=1
UBOOT_SOURCE="boot.source"
UBOOT_SCRIPT="boot.scr"
@@ -76,6 +78,10 @@ Where:
- DOMU_PASSTHROUGH_DTB[number] specifies the device assignment
configuration, see xen.git:docs/misc/arm/passthrough.txt
+- DOMU_MEM[number] is the amount of memory for the VM in MB, default 512MB
+
+- DOMU_VCPUS[number] is the number of vcpus for the VM, default 1
+
- UBOOT_SOURCE and UBOOT_SCRIPT specify the output. They are optional
as you can pass -o FILENAME to uboot-script-gen as a command line
parameter