Re: [ImageBuilder][PATCH 2/2] uboot-script-gen: Add support for static shared memory

2023-03-02 Thread Stefano Stabellini
On Thu, 2 Mar 2023, jiamei.xie wrote: > Introduce support for creating shared-mem node for dom0less domUs in > the device tree. Add the following options: > - DOMU_SHARED_MEM[number]="HPA GPA size" > if specified, indicates the host physical address HPA will get mapped > at guest address GPA in

[ImageBuilder][PATCH 2/2] uboot-script-gen: Add support for static shared memory

2023-03-01 Thread jiamei.xie
Introduce support for creating shared-mem node for dom0less domUs in the device tree. Add the following options: - DOMU_SHARED_MEM[number]="HPA GPA size" if specified, indicates the host physical address HPA will get mapped at guest address GPA in domU and the memory of size will be reserved