[Xen-devel] [PATCH v3 28/38] arm/p2m: Modify reference count only if hostp2m active

2016-08-16 Thread Sergej Proskurin
This commit makes sure that the page reference count is updated through the function "p2m_put_l3_page" only the entries have been freed from the hosts's p2m. Signed-off-by: Sergej Proskurin --- Cc: Stefano Stabellini Cc: Julien Grall --- xen/arch/arm/p2m.c | 2 +- 1 file changed, 1 insertion(+

Re: [Xen-devel] [PATCH v3 28/38] arm/p2m: Modify reference count only if hostp2m active

2016-09-12 Thread Julien Grall
Hello Sergej, On 16/08/2016 23:17, Sergej Proskurin wrote: This commit makes sure that the page reference count is updated through the function "p2m_put_l3_page" only the entries have been freed from the hosts's p2m. Signed-off-by: Sergej Proskurin --- Cc: Stefano Stabellini Cc: Julien Grall

Re: [Xen-devel] [PATCH v3 28/38] arm/p2m: Modify reference count only if hostp2m active

2016-09-13 Thread Sergej Proskurin
Hi Julien, On 09/12/2016 11:17 AM, Julien Grall wrote: > Hello Sergej, > > On 16/08/2016 23:17, Sergej Proskurin wrote: >> This commit makes sure that the page reference count is updated through >> the function "p2m_put_l3_page" only the entries have been freed from the >> hosts's p2m. >> >> Sign