Re: [RFC 21/55] KVM: arm64: Forward HVC instruction to the guest hypervisor

2017-07-03 Thread Jintack Lim
On Mon, Jul 3, 2017 at 5:08 AM, Christoffer Dall wrote: > On Mon, Jun 26, 2017 at 11:21:25AM -0400, Jintack Lim wrote: >> On Wed, Feb 22, 2017 at 6:47 AM, Christoffer Dall wrote: >> > On Mon, Jan 09, 2017 at 01:24:17AM -0500, Jintack Lim wrote: >> >> Forward exceptions due to hvc instruction to t

Re: [RFC 21/55] KVM: arm64: Forward HVC instruction to the guest hypervisor

2017-07-03 Thread Marc Zyngier
On 03/07/17 13:03, Will Deacon wrote: > On Mon, Jul 03, 2017 at 11:51:26AM +0200, Christoffer Dall wrote: >> On Mon, Jul 03, 2017 at 11:31:56AM +0200, Andrew Jones wrote: >>> On Mon, Jul 03, 2017 at 11:08:50AM +0200, Christoffer Dall wrote: On Mon, Jun 26, 2017 at 11:21:25AM -0400, Jintack Lim

Re: [RFC 21/55] KVM: arm64: Forward HVC instruction to the guest hypervisor

2017-07-03 Thread Will Deacon
On Mon, Jul 03, 2017 at 11:51:26AM +0200, Christoffer Dall wrote: > On Mon, Jul 03, 2017 at 11:31:56AM +0200, Andrew Jones wrote: > > On Mon, Jul 03, 2017 at 11:08:50AM +0200, Christoffer Dall wrote: > > > On Mon, Jun 26, 2017 at 11:21:25AM -0400, Jintack Lim wrote: > > > > On Wed, Feb 22, 2017 at

Re: [RFC 21/55] KVM: arm64: Forward HVC instruction to the guest hypervisor

2017-07-03 Thread Christoffer Dall
On Mon, Jul 03, 2017 at 11:31:56AM +0200, Andrew Jones wrote: > On Mon, Jul 03, 2017 at 11:08:50AM +0200, Christoffer Dall wrote: > > On Mon, Jun 26, 2017 at 11:21:25AM -0400, Jintack Lim wrote: > > > On Wed, Feb 22, 2017 at 6:47 AM, Christoffer Dall > > > wrote: > > > > On Mon, Jan 09, 2017 at 0

Re: [RFC 21/55] KVM: arm64: Forward HVC instruction to the guest hypervisor

2017-07-03 Thread Andrew Jones
On Mon, Jul 03, 2017 at 11:08:50AM +0200, Christoffer Dall wrote: > On Mon, Jun 26, 2017 at 11:21:25AM -0400, Jintack Lim wrote: > > On Wed, Feb 22, 2017 at 6:47 AM, Christoffer Dall wrote: > > > On Mon, Jan 09, 2017 at 01:24:17AM -0500, Jintack Lim wrote: > > >> Forward exceptions due to hvc inst

Re: [RFC 21/55] KVM: arm64: Forward HVC instruction to the guest hypervisor

2017-07-03 Thread Christoffer Dall
On Mon, Jun 26, 2017 at 11:21:25AM -0400, Jintack Lim wrote: > On Wed, Feb 22, 2017 at 6:47 AM, Christoffer Dall wrote: > > On Mon, Jan 09, 2017 at 01:24:17AM -0500, Jintack Lim wrote: > >> Forward exceptions due to hvc instruction to the guest hypervisor. > >> > >> Signed-off-by: Jintack Lim > >

Re: [RFC 21/55] KVM: arm64: Forward HVC instruction to the guest hypervisor

2017-06-26 Thread Jintack Lim
On Wed, Feb 22, 2017 at 6:47 AM, Christoffer Dall wrote: > On Mon, Jan 09, 2017 at 01:24:17AM -0500, Jintack Lim wrote: >> Forward exceptions due to hvc instruction to the guest hypervisor. >> >> Signed-off-by: Jintack Lim >> --- >> arch/arm64/include/asm/kvm_nested.h | 5 + >> arch/arm64/k

Re: [RFC 21/55] KVM: arm64: Forward HVC instruction to the guest hypervisor

2017-02-22 Thread Christoffer Dall
On Mon, Jan 09, 2017 at 01:24:17AM -0500, Jintack Lim wrote: > Forward exceptions due to hvc instruction to the guest hypervisor. > > Signed-off-by: Jintack Lim > --- > arch/arm64/include/asm/kvm_nested.h | 5 + > arch/arm64/kvm/Makefile | 1 + > arch/arm64/kvm/handle_exit.c

[RFC 21/55] KVM: arm64: Forward HVC instruction to the guest hypervisor

2017-01-08 Thread Jintack Lim
Forward exceptions due to hvc instruction to the guest hypervisor. Signed-off-by: Jintack Lim --- arch/arm64/include/asm/kvm_nested.h | 5 + arch/arm64/kvm/Makefile | 1 + arch/arm64/kvm/handle_exit.c| 11 +++ arch/arm64/kvm/handle_exit_nested.c | 27 +++