From 04f503477ced16176f7db24f363e6378c2ac528b Mon Sep 17 00:00:00 2001 From: Stefano Stabellini Date: Fri, 30 Oct 2020 15:55:23 -0700 Subject: 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 Reviewed-by: Brian Woods --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3