From mboxrd@z Thu Jan 1 00:00:00 1970 From: cohuck@redhat.com (Cornelia Huck) Date: Mon, 11 Dec 2017 13:25:48 +0100 Subject: [PATCH v3 09/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_mpstate In-Reply-To: <20171204203538.8370-10-cdall@kernel.org> References: <20171204203538.8370-1-cdall@kernel.org> <20171204203538.8370-10-cdall@kernel.org> Message-ID: <20171211132548.6d3cf491.cohuck@redhat.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, 4 Dec 2017 21:35:31 +0100 Christoffer Dall wrote: > From: Christoffer Dall > > Move vcpu_load() and vcpu_put() into the architecture specific > implementations of kvm_arch_vcpu_ioctl_set_mpstate(). > > Reviewed-by: David Hildenbrand > Signed-off-by: Christoffer Dall > --- > arch/s390/kvm/kvm-s390.c | 3 +++ > arch/x86/kvm/x86.c | 14 +++++++++++--- > virt/kvm/arm/arm.c | 9 +++++++-- > virt/kvm/kvm_main.c | 2 -- > 4 files changed, 21 insertions(+), 7 deletions(-) Reviewed-by: Cornelia Huck