Re: [Xen-devel] [PATCH 00/22] xen/arm: P2M clean-up and fixes

2016-07-21 Thread Stefano Stabellini
On Wed, 20 Jul 2016, Julien Grall wrote: > Hello all, > > This patch series contains a bunch of clean-up and fixes for the P2M code on > ARM. The major changes are: > - Restrict usage of get_page_from_gva to the current vCPU > - Deduce the memory attributes from the p2m type > - Switch

[Xen-devel] [PATCH 00/22] xen/arm: P2M clean-up and fixes

2016-07-20 Thread Julien Grall
Hello all, This patch series contains a bunch of clean-up and fixes for the P2M code on ARM. The major changes are: - Restrict usage of get_page_from_gva to the current vCPU - Deduce the memory attributes from the p2m type - Switch to read-write lock to improve performance - Simpli