Re: [PATCH 26/37] KVM: arm64: Prepare to handle traps on deferred AArch32 sysregs

2017-12-03 Thread Christoffer Dall
On Mon, Nov 13, 2017 at 08:07:01PM +0100, Andrew Jones wrote: > On Thu, Oct 12, 2017 at 12:41:30PM +0200, Christoffer Dall wrote: > > Handle accesses to any AArch32 EL1 system registers where we can defer > > saving and restoring them to vcpu_load and vcpu_put, and which are > > stored in special E

Re: [PATCH 26/37] KVM: arm64: Prepare to handle traps on deferred AArch32 sysregs

2017-11-13 Thread Andrew Jones
On Thu, Oct 12, 2017 at 12:41:30PM +0200, Christoffer Dall wrote: > Handle accesses to any AArch32 EL1 system registers where we can defer > saving and restoring them to vcpu_load and vcpu_put, and which are > stored in special EL2 registers only used support 32-bit guests. > > Signed-off-by: Chri

[PATCH 26/37] KVM: arm64: Prepare to handle traps on deferred AArch32 sysregs

2017-10-12 Thread Christoffer Dall
Handle accesses to any AArch32 EL1 system registers where we can defer saving and restoring them to vcpu_load and vcpu_put, and which are stored in special EL2 registers only used support 32-bit guests. Signed-off-by: Christoffer Dall --- arch/arm64/kvm/inject_fault.c | 14 +- 1 file