Re: [Xen-devel] [PATCH v3 26/38] arm/p2m: Introduce helpers managing altp2m entries

2016-09-12 Thread Julien Grall
Hello Sergej, On 16/08/2016 23:17, Sergej Proskurin wrote: This commit introduces the following functions: * remove_altp2m_entry * modify_altp2m_entry These functions are responsible to manage an altp2m view's entries and their attributes. Signed-off-by: Sergej Proskurin --- Cc: Stefano Stabe

[Xen-devel] [PATCH v3 26/38] arm/p2m: Introduce helpers managing altp2m entries

2016-08-16 Thread Sergej Proskurin
This commit introduces the following functions: * remove_altp2m_entry * modify_altp2m_entry These functions are responsible to manage an altp2m view's entries and their attributes. Signed-off-by: Sergej Proskurin --- Cc: Stefano Stabellini Cc: Julien Grall --- v3: Changed the function prototyp