From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cornelia Huck Subject: Re: [PATCH v3 03/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_run Date: Mon, 11 Dec 2017 13:02:39 +0100 Message-ID: <20171211130239.3f681554.cohuck@redhat.com> References: <20171204203538.8370-1-cdall@kernel.org> <20171204203538.8370-4-cdall@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20171204203538.8370-4-cdall@kernel.org> Sender: kvm-owner@vger.kernel.org To: Christoffer Dall Cc: kvm@vger.kernel.org, Andrew Jones , Christoffer Dall , Paolo Bonzini , Radim =?UTF-8?B?S3LEjW3DocWZ?= , Marc Zyngier , kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org, James Hogan , linux-mips@linux-mips.org, Paul Mackerras , kvm-ppc@vger.kernel.org, Christian Borntraeger , linux-s390@vger.kernel.org List-Id: kvmarm@lists.cs.columbia.edu On Mon, 4 Dec 2017 21:35:25 +0100 Christoffer Dall wrote: > From: Christoffer Dall > > Move vcpu_load() and vcpu_put() into the architecture specific > implementations of kvm_arch_vcpu_ioctl_run(). > > Signed-off-by: Christoffer Dall > --- > arch/mips/kvm/mips.c | 3 +++ > arch/powerpc/kvm/powerpc.c | 6 +++++- > arch/s390/kvm/kvm-s390.c | 10 ++++++++-- > arch/x86/kvm/x86.c | 3 +++ > virt/kvm/arm/arm.c | 15 +++++++++++---- > virt/kvm/kvm_main.c | 2 -- > 6 files changed, 30 insertions(+), 9 deletions(-) Reviewed-by: Cornelia Huck