[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [ImageBuilder] [PATCH v3] uboot-script-gen: Add DOMU_STATIC_MEM
On Thu, 16 Jun 2022, Xenia Ragiadakou wrote: > Add a new config parameter to configure a dom0less VM with static allocation. > DOMU_STATIC_MEM[number]="baseaddr1 size1 ... baseaddrN sizeN" > The parameter specifies the host physical address regions to be statically > allocated to the VM. Each region is defined by its start address and size. > > For instance, > DOMU_STATIC_MEM[0]="0x30000000 0x10000000 0x50000000 0x20000000" > indicates that the host memory regions [0x30000000, 0x40000000) and > [0x50000000, 0x70000000) are statically allocated to the first dom0less VM. > > Since currently it is not possible for a VM to have a mix of both statically > and non-statically allocated memory regions, when DOMU_STATIC_MEM is > specified, > adjust VM's memory size to equal the amount of statically allocated memory. > > Signed-off-by: Xenia Ragiadakou <burzalodowa@xxxxxxxxx> Reviewed and committed, thanks! I added a check for DOMU_MEM != DOMU_STATIC_MEM on commit. Cheers, Stefano
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |