Re: [PATCH v7 7/9] xen/arm: create shared memory nodes in guest device tree

2022-09-08 Thread Julien Grall
Stabellini ; Bertrand Marquis ; Volodymyr Babchuk Subject: Re: [PATCH v7 7/9] xen/arm: create shared memory nodes in guest device tree On Wed, 7 Sep 2022, Julien Grall wrote: On 06/09/2022 09:59, Penny Zheng wrote: We expose the shared memory to the domU using the "xen,shared- memory-v1"

RE: [PATCH v7 7/9] xen/arm: create shared memory nodes in guest device tree

2022-09-07 Thread Penny Zheng
Re: [PATCH v7 7/9] xen/arm: create shared memory nodes in guest > device tree > > On Wed, 7 Sep 2022, Julien Grall wrote: > > On 06/09/2022 09:59, Penny Zheng wrote: > > > We expose the shared memory to the domU using the "xen,shared- > memory-v1" > >

Re: [PATCH v7 7/9] xen/arm: create shared memory nodes in guest device tree

2022-09-07 Thread Stefano Stabellini
On Wed, 7 Sep 2022, Julien Grall wrote: > On 06/09/2022 09:59, Penny Zheng wrote: > > We expose the shared memory to the domU using the "xen,shared-memory-v1" > > reserved-memory binding. See > > Documentation/devicetree/bindings/reserved-memory/xen,shared-memory.txt > > in Linux for the correspond

Re: [PATCH v7 7/9] xen/arm: create shared memory nodes in guest device tree

2022-09-07 Thread Julien Grall
Hi Penny, On 06/09/2022 09:59, Penny Zheng wrote: We expose the shared memory to the domU using the "xen,shared-memory-v1" reserved-memory binding. See Documentation/devicetree/bindings/reserved-memory/xen,shared-memory.txt in Linux for the corresponding device tree binding. To save the cost of

Re: [PATCH v7 7/9] xen/arm: create shared memory nodes in guest device tree

2022-09-06 Thread Stefano Stabellini
On Tue, 6 Sep 2022, Penny Zheng wrote: > We expose the shared memory to the domU using the "xen,shared-memory-v1" > reserved-memory binding. See > Documentation/devicetree/bindings/reserved-memory/xen,shared-memory.txt > in Linux for the corresponding device tree binding. > > To save the cost of r

[PATCH v7 7/9] xen/arm: create shared memory nodes in guest device tree

2022-09-06 Thread Penny Zheng
We expose the shared memory to the domU using the "xen,shared-memory-v1" reserved-memory binding. See Documentation/devicetree/bindings/reserved-memory/xen,shared-memory.txt in Linux for the corresponding device tree binding. To save the cost of re-parsing shared memory device tree configuration w