> On 20 May 2022, at 13:09, Julien Grall <[email protected]> wrote: > > From: Julien Grall <[email protected]> > > Now that map_pages_to_xen() has been extended to support 2MB mappings, > we can replace the create_mappings() call by map_pages_to_xen() call. > > This has the advantage to remove the differences between 32-bit and > 64-bit code. > > Lastly remove create_mappings() as there is no more callers. > > Signed-off-by: Julien Grall <[email protected]> > Signed-off-by: Julien Grall <[email protected]> >
Hi Julien, Reviewed-by: Luca Fancellu <[email protected]> I’ve also tested all patches including this one on arm64, booting Xen+Dom0 and starting few guests, connecting consoles, destroying, doing networking, no problem so far. Tested-by: Luca Fancellu <[email protected]>
