Re: [PATCH v2 12/17] kvm-arm: Add explicit hyp page table modifiers

2016-04-14 Thread Christoffer Dall
On Thu, Apr 14, 2016 at 02:21:00PM +0100, Suzuki K Poulose wrote: > We have common routines to modify hyp and stage2 page tables > based on the 'kvm' parameter. For a smoother transition to > using separate routines for each, duplicate the routines > and modify the copy to work on hyp. > > Marks t

[PATCH v2 12/17] kvm-arm: Add explicit hyp page table modifiers

2016-04-14 Thread Suzuki K Poulose
We have common routines to modify hyp and stage2 page tables based on the 'kvm' parameter. For a smoother transition to using separate routines for each, duplicate the routines and modify the copy to work on hyp. Marks the forked routines with _hyp_ and gets rid of the kvm parameter which is no lo