Re: [PATCH V5 3/3] xen/arm: Updates for extended regions support

2021-10-11 Thread Julien Grall
Hi Oleksandr, On 07/10/2021 21:29, Oleksandr wrote: @@ -1193,8 +1215,8 @@ static int __init make_hypervisor_node(struct domain *d,    u64 start = ext_regions->bank[i].start;    u64 size = ext_regions->bank[i].size;    -    dt_dprintk("Extended region %d:

Re: [PATCH V5 3/3] xen/arm: Updates for extended regions support

2021-10-07 Thread Oleksandr
On 07.10.21 23:42, Stefano Stabellini wrote: Hi Stefano On Thu, 7 Oct 2021, Oleksandr wrote: On 07.10.21 23:06, Stefano Stabellini wrote: On Thu, 7 Oct 2021, Oleksandr wrote: On 07.10.21 04:50, Stefano Stabellini wrote: Hi Stefano On Wed, 6 Oct 2021, Oleksandr Tyshchenko wrote: From:

Re: [PATCH V5 3/3] xen/arm: Updates for extended regions support

2021-10-07 Thread Stefano Stabellini
On Thu, 7 Oct 2021, Oleksandr wrote: > On 07.10.21 23:06, Stefano Stabellini wrote: > > On Thu, 7 Oct 2021, Oleksandr wrote: > > > On 07.10.21 04:50, Stefano Stabellini wrote: > > > > > > Hi Stefano > > > > > > > On Wed, 6 Oct 2021, Oleksandr Tyshchenko wrote: > > > > > From: Oleksandr

Re: [PATCH V5 3/3] xen/arm: Updates for extended regions support

2021-10-07 Thread Oleksandr
On 07.10.21 23:06, Stefano Stabellini wrote: Hi Stefano On Thu, 7 Oct 2021, Oleksandr wrote: On 07.10.21 04:50, Stefano Stabellini wrote: Hi Stefano On Wed, 6 Oct 2021, Oleksandr Tyshchenko wrote: From: Oleksandr Tyshchenko This is a follow-up of "b6fe410 xen/arm: Add handling of

Re: [PATCH V5 3/3] xen/arm: Updates for extended regions support

2021-10-07 Thread Stefano Stabellini
On Thu, 7 Oct 2021, Oleksandr wrote: > On 07.10.21 04:50, Stefano Stabellini wrote: > > Hi Stefano > > > On Wed, 6 Oct 2021, Oleksandr Tyshchenko wrote: > > > From: Oleksandr Tyshchenko > > > > > > This is a follow-up of > > > "b6fe410 xen/arm: Add handling of extended regions for Dom0" > > >

Re: [PATCH V5 3/3] xen/arm: Updates for extended regions support

2021-10-07 Thread Oleksandr
On 07.10.21 04:50, Stefano Stabellini wrote: Hi Stefano On Wed, 6 Oct 2021, Oleksandr Tyshchenko wrote: From: Oleksandr Tyshchenko This is a follow-up of "b6fe410 xen/arm: Add handling of extended regions for Dom0" Add various in-code comments, update Xen hypervisor device tree bindings

Re: [PATCH V5 3/3] xen/arm: Updates for extended regions support

2021-10-06 Thread Stefano Stabellini
On Wed, 6 Oct 2021, Oleksandr Tyshchenko wrote: > From: Oleksandr Tyshchenko > > This is a follow-up of > "b6fe410 xen/arm: Add handling of extended regions for Dom0" > > Add various in-code comments, update Xen hypervisor device tree > bindings text, change the log level for some prints and

[PATCH V5 3/3] xen/arm: Updates for extended regions support

2021-10-06 Thread Oleksandr Tyshchenko
From: Oleksandr Tyshchenko This is a follow-up of "b6fe410 xen/arm: Add handling of extended regions for Dom0" Add various in-code comments, update Xen hypervisor device tree bindings text, change the log level for some prints and clarify format specifier, reuse dt_for_each_range() to avoid