Re: [PATCH 19/37] KVM: arm64: Introduce separate VHE/non-VHE sysreg save/restore functions

2017-11-08 Thread Andrew Jones
On Thu, Oct 12, 2017 at 12:41:23PM +0200, Christoffer Dall wrote: > As we are about to handle system registers quite differently between VHE > and non-VHE systems. In preparation for that, we need to split some of > the handling functions between VHE and non-VHE functionality. > > For now, we

[PATCH 19/37] KVM: arm64: Introduce separate VHE/non-VHE sysreg save/restore functions

2017-10-12 Thread Christoffer Dall
As we are about to handle system registers quite differently between VHE and non-VHE systems. In preparation for that, we need to split some of the handling functions between VHE and non-VHE functionality. For now, we simply copy the non-VHE functions, but we do change the use of static keys for