On Tue, Jun 13, 2017 at 10:13 AM, Julien Grall <julien.gr...@arm.com> wrote:
> Replace the following constructions:
>     - _gfn(paddr_to_pfn(...))   => gaddr_to_gfn(...)
>     - _mfn(paddr_to_pfn(...))   => maddr_to_mfn(...)
>     - pfn_to_paddr(mfn_x(...))  => mfn_to_maddr(...)
>     - pfn_to_paddr(gfn_x(...))  => gfn_to_gaddr(...)
>     - _mfn(... >> PAGE_SHIFT)   => maddr_to_mfn(...)
>
> Signed-off-by: Julien Grall <julien.gr...@arm.com>
> Cc: Razvan Cojocaru <rcojoc...@bitdefender.com>
> Cc: Tamas K Lengyel <ta...@tklengyel.com>

Cool, this makes things a lot more readable!

For the mem_access bits:
Acked-by: Tamas K Lengyel <ta...@tklengyel.com>

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to