Re: [PATCH v2 4/4] KVM: arm: implements the kvm_arch_vcpu_in_kernel()

2017-08-08 Thread Christoffer Dall
On Tue, Aug 8, 2017 at 9:39 AM, Christoffer Dall wrote: > On Tue, Aug 08, 2017 at 12:05:35PM +0800, Longpeng(Mike) wrote: >> This implements the kvm_arch_vcpu_in_kernel() for ARM. >> >> Signed-off-by: Longpeng(Mike) >> --- >> virt/kvm/arm/arm.c | 2 +- >>

Re: [PATCH v2 4/4] KVM: arm: implements the kvm_arch_vcpu_in_kernel()

2017-08-08 Thread Christoffer Dall
On Tue, Aug 8, 2017 at 9:39 AM, Christoffer Dall wrote: > On Tue, Aug 08, 2017 at 12:05:35PM +0800, Longpeng(Mike) wrote: >> This implements the kvm_arch_vcpu_in_kernel() for ARM. >> >> Signed-off-by: Longpeng(Mike) >> --- >> virt/kvm/arm/arm.c | 2 +- >> 1 file changed, 1 insertion(+), 1

Re: [PATCH v2 4/4] KVM: arm: implements the kvm_arch_vcpu_in_kernel()

2017-08-08 Thread Christoffer Dall
On Tue, Aug 08, 2017 at 12:05:35PM +0800, Longpeng(Mike) wrote: > This implements the kvm_arch_vcpu_in_kernel() for ARM. > > Signed-off-by: Longpeng(Mike) > --- > virt/kvm/arm/arm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

Re: [PATCH v2 4/4] KVM: arm: implements the kvm_arch_vcpu_in_kernel()

2017-08-08 Thread Christoffer Dall
On Tue, Aug 08, 2017 at 12:05:35PM +0800, Longpeng(Mike) wrote: > This implements the kvm_arch_vcpu_in_kernel() for ARM. > > Signed-off-by: Longpeng(Mike) > --- > virt/kvm/arm/arm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/virt/kvm/arm/arm.c b/virt/kvm/arm/arm.c

[PATCH v2 4/4] KVM: arm: implements the kvm_arch_vcpu_in_kernel()

2017-08-07 Thread Longpeng(Mike)
This implements the kvm_arch_vcpu_in_kernel() for ARM. Signed-off-by: Longpeng(Mike) --- virt/kvm/arm/arm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virt/kvm/arm/arm.c b/virt/kvm/arm/arm.c index 862f820..b9f68e4 100644 --- a/virt/kvm/arm/arm.c

[PATCH v2 4/4] KVM: arm: implements the kvm_arch_vcpu_in_kernel()

2017-08-07 Thread Longpeng(Mike)
This implements the kvm_arch_vcpu_in_kernel() for ARM. Signed-off-by: Longpeng(Mike) --- virt/kvm/arm/arm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virt/kvm/arm/arm.c b/virt/kvm/arm/arm.c index 862f820..b9f68e4 100644 --- a/virt/kvm/arm/arm.c +++ b/virt/kvm/arm/arm.c