From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Borntraeger Subject: Re: [PATCH v3 03/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_run Date: Tue, 5 Dec 2017 15:39:19 +0100 Message-ID: References: <20171204203538.8370-1-cdall@kernel.org> <20171204203538.8370-4-cdall@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20171204203538.8370-4-cdall@kernel.org> Content-Language: en-US Sender: kvm-owner@vger.kernel.org List-Archive: List-Post: To: Christoffer Dall , kvm@vger.kernel.org Cc: Andrew Jones , Christoffer Dall , Paolo Bonzini , =?UTF-8?B?UmFkaW0gS3LEjW3DocWZ?= , 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, Cornelia Huck , linux-s390@vger.kernel.org List-ID: On 12/04/2017 09:35 PM, 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 Reviewed-by: Christian Borntraeger # s390 parts > --- From mboxrd@z Thu Jan 1 00:00:00 1970 From: borntraeger@de.ibm.com (Christian Borntraeger) Date: Tue, 5 Dec 2017 15:39:19 +0100 Subject: [PATCH v3 03/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_run In-Reply-To: <20171204203538.8370-4-cdall@kernel.org> References: <20171204203538.8370-1-cdall@kernel.org> <20171204203538.8370-4-cdall@kernel.org> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 12/04/2017 09:35 PM, 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 Reviewed-by: Christian Borntraeger # s390 parts > --- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Borntraeger Date: Tue, 05 Dec 2017 14:39:19 +0000 Subject: Re: [PATCH v3 03/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_run Message-Id: List-Id: References: <20171204203538.8370-1-cdall@kernel.org> <20171204203538.8370-4-cdall@kernel.org> In-Reply-To: <20171204203538.8370-4-cdall@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Christoffer Dall , kvm@vger.kernel.org Cc: Andrew Jones , Christoffer Dall , Paolo Bonzini , =?UTF-8?B?UmFkaW0gS3LEjW3DocWZ?= , 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, Cornelia Huck , linux-s390@vger.kernel.org On 12/04/2017 09:35 PM, 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 Reviewed-by: Christian Borntraeger # s390 parts > ---