Re: [RFC 08/55] KVM: arm64: Set virtual EL2 context depending on the guest exception level

2017-06-02 Thread Marc Zyngier
On 01/06/17 21:22, Bandan Das wrote: > Jintack Lim writes: > >> From: Christoffer Dall >> >> Set up virutal EL2 context to hardware if the guest exception level is >> EL2. >> >> Signed-off-by: Christoffer Dall

Re: [RFC 08/55] KVM: arm64: Set virtual EL2 context depending on the guest exception level

2017-06-02 Thread Marc Zyngier
On 01/06/17 21:22, Bandan Das wrote: > Jintack Lim writes: > >> From: Christoffer Dall >> >> Set up virutal EL2 context to hardware if the guest exception level is >> EL2. >> >> Signed-off-by: Christoffer Dall >> Signed-off-by: Jintack Lim >> --- >> arch/arm64/kvm/context.c | 32

Re: [RFC 08/55] KVM: arm64: Set virtual EL2 context depending on the guest exception level

2017-06-01 Thread Bandan Das
Jintack Lim writes: > From: Christoffer Dall > > Set up virutal EL2 context to hardware if the guest exception level is > EL2. > > Signed-off-by: Christoffer Dall > Signed-off-by: Jintack Lim

Re: [RFC 08/55] KVM: arm64: Set virtual EL2 context depending on the guest exception level

2017-06-01 Thread Bandan Das
Jintack Lim writes: > From: Christoffer Dall > > Set up virutal EL2 context to hardware if the guest exception level is > EL2. > > Signed-off-by: Christoffer Dall > Signed-off-by: Jintack Lim > --- > arch/arm64/kvm/context.c | 32 ++-- > 1 file changed, 26

Re: [RFC 08/55] KVM: arm64: Set virtual EL2 context depending on the guest exception level

2017-02-22 Thread Christoffer Dall
On Mon, Jan 09, 2017 at 01:24:04AM -0500, Jintack Lim wrote: > From: Christoffer Dall > > Set up virutal EL2 context to hardware if the guest exception level is > EL2. > > Signed-off-by: Christoffer Dall > Signed-off-by: Jintack Lim

Re: [RFC 08/55] KVM: arm64: Set virtual EL2 context depending on the guest exception level

2017-02-22 Thread Christoffer Dall
On Mon, Jan 09, 2017 at 01:24:04AM -0500, Jintack Lim wrote: > From: Christoffer Dall > > Set up virutal EL2 context to hardware if the guest exception level is > EL2. > > Signed-off-by: Christoffer Dall > Signed-off-by: Jintack Lim > --- > arch/arm64/kvm/context.c | 32

[RFC 08/55] KVM: arm64: Set virtual EL2 context depending on the guest exception level

2017-01-08 Thread Jintack Lim
From: Christoffer Dall Set up virutal EL2 context to hardware if the guest exception level is EL2. Signed-off-by: Christoffer Dall Signed-off-by: Jintack Lim --- arch/arm64/kvm/context.c | 32

[RFC 08/55] KVM: arm64: Set virtual EL2 context depending on the guest exception level

2017-01-08 Thread Jintack Lim
From: Christoffer Dall Set up virutal EL2 context to hardware if the guest exception level is EL2. Signed-off-by: Christoffer Dall Signed-off-by: Jintack Lim --- arch/arm64/kvm/context.c | 32 ++-- 1 file changed, 26 insertions(+), 6 deletions(-) diff --git