|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH V5 3/3] xen/arm: Updates for extended regions support
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 <oleksandr_tyshchenko@xxxxxxxx>
> > >
> > > 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 open-coding
> > > in find_memory_holes().
> > >
> > > Signed-off-by: Oleksandr Tyshchenko <oleksandr_tyshchenko@xxxxxxxx>
> > Thanks for the patch, it looks like you addressed all Julien's comments
> > well.
>
> I believe so)
[...]
> > > @@ -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: %#"PRIx64"->%#"PRIx64"\n",
> > > - i, start, start + size);
> > > + printk("Extended region %d: %#"PRIx64"->%#"PRIx64"\n",
> > > + i, start, start + size);
> > Also should be PRIpaddr
>
> I thought I needed to change specifier only for variables of type "paddr_t",
> but here "u64".
Sorry, you are right.
I added my reviewed-by and made the small typo changes on commit.
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |