Re: [Xen-devel] [PATCH v3 01/38] arm/p2m: Cosmetic fixes - apply p2m_get_hostp2m

2016-09-01 Thread Julien Grall
Hello Sergej, On 16/08/16 23:16, Sergej Proskurin wrote: This commit substitutes the direct access of the host's p2m (&d->arch.p2m) for the macro "p2m_get_hostp2m". This macro simplifies the differentiation between the host's p2m and introduced alternative p2m's, in the following commits. Signe

[Xen-devel] [PATCH v3 01/38] arm/p2m: Cosmetic fixes - apply p2m_get_hostp2m

2016-08-16 Thread Sergej Proskurin
This commit substitutes the direct access of the host's p2m (&d->arch.p2m) for the macro "p2m_get_hostp2m". This macro simplifies the differentiation between the host's p2m and introduced alternative p2m's, in the following commits. Signed-off-by: Sergej Proskurin --- Cc: Stefano Stabellini Cc: