Re: [Xen-devel] [PATCH v3 21/38] arm/p2m: Make p2m_restore_state ready for altp2m

2016-09-12 Thread Julien Grall
Hello Sergej, On 16/08/2016 23:16, Sergej Proskurin wrote: This commit adapts the function "p2m_restore_state" in a way that the currently active altp2m table is considered during state restoration. Signed-off-by: Sergej Proskurin Acked-by: Julien Grall Regards, --- Cc: Stefano Stabellin

[Xen-devel] [PATCH v3 21/38] arm/p2m: Make p2m_restore_state ready for altp2m

2016-08-16 Thread Sergej Proskurin
This commit adapts the function "p2m_restore_state" in a way that the currently active altp2m table is considered during state restoration. Signed-off-by: Sergej Proskurin --- Cc: Stefano Stabellini Cc: Julien Grall --- v3: Moved declaration of "altp2m_switch_domain_altp2m_by_id" out of this