On Mon, Jul 04, 2022 at 03:32:08PM +0000, Bertrand Marquis wrote: > Hi Luca, > > > On 29 Jun 2022, at 13:49, Luca Fancellu <luca.fance...@arm.com> wrote: > > > > Fix snprintf argument in init-dom0less.c because two instances of > > the function are using libxl_dominfo struct members that are uint64_t > > types, so change "%lu" to "%"PRIu64 to handle it properly when > > building on arm32 and arm64. > > > > Signed-off-by: Luca Fancellu <luca.fance...@arm.com> > Reviewed-by: Bertrand Marquis <bertrand.marq...@arm.com>
Acked-by: Anthony PERARD <anthony.per...@citrix.com> Thanks, -- Anthony PERARD