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
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