Re: [PATCH v5 10/11] xen/arm: fix duplicate /reserved-memory node in Dom0

2023-12-07 Thread Michal Orzel
Hi Penny, On 06/12/2023 10:06, Penny Zheng wrote: > > > In case there is a /reserved-memory node already present in the host dtb, > current Xen codes would create yet another /reserved-memory node specially > for the static shm in Dom0 Device Tree. Rational missing: This would result in an incor

[PATCH v5 10/11] xen/arm: fix duplicate /reserved-memory node in Dom0

2023-12-06 Thread Penny Zheng
In case there is a /reserved-memory node already present in the host dtb, current Xen codes would create yet another /reserved-memory node specially for the static shm in Dom0 Device Tree. Xen will use write_properties() to copy the reserved memory nodes from host dtb to Dom0 FDT, so we want to in