Re: [RFC PATCH v2 19/31] KVM: arm64: Describe AT instruction emulation design

2017-10-04 Thread Marc Zyngier
On 03/10/17 22:11, Jintack Lim wrote: > Hi James, > > On Tue, Oct 3, 2017 at 1:37 PM, James Morse wrote: >> Hi Jintack, >> >> On 03/10/17 04:11, Jintack Lim wrote: >>> This design overview will help to digest the subsequent patches that >>> implement AT instruction

Re: [RFC PATCH v2 19/31] KVM: arm64: Describe AT instruction emulation design

2017-10-03 Thread James Morse
Hi Jintack, On 03/10/17 04:11, Jintack Lim wrote: > This design overview will help to digest the subsequent patches that > implement AT instruction emulation. > diff --git a/arch/arm64/kvm/sys_regs.c b/arch/arm64/kvm/sys_regs.c > index 8d04926..d8728cc 100644 > --- a/arch/arm64/kvm/sys_regs.c >

[RFC PATCH v2 19/31] KVM: arm64: Describe AT instruction emulation design

2017-10-02 Thread Jintack Lim
This design overview will help to digest the subsequent patches that implement AT instruction emulation. Signed-off-by: Jintack Lim --- arch/arm64/kvm/sys_regs.c | 66 +++ 1 file changed, 66 insertions(+) diff --git