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

2023-09-11 Thread Michal Orzel
Hi Penny, On 11/09/2023 12:39, Penny Zheng wrote: > > > Hi Michal > > On 2023/9/11 17:40, Michal Orzel wrote: >> Hi Penny, >> >> On 11/09/2023 06:04, Penny Zheng wrote: >>> >>> >>> In case there is a /reserved-memory node already present in the host dtb, >>> current Xen codes would create yet a

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

2023-09-11 Thread Penny Zheng
Hi Michal On 2023/9/11 17:40, Michal Orzel wrote: Hi Penny, On 11/09/2023 06:04, 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 s/codes/code/ for the static shm in Dom0

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

2023-09-11 Thread Michal Orzel
Hi Penny, On 11/09/2023 06:04, 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 s/codes/code/ > for the static shm in Dom0 Device Tree. > > Xen will use write_properti

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

2023-09-10 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