From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: Re: [PATCH v2 0/4] KVM minor fixups Date: Mon, 8 Apr 2013 13:03:02 +0300 Message-ID: <20130408100302.GH17919@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Paolo Bonzini , Marcelo Tosatti , kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu To: Geoff Levand Return-path: Received: from mx1.redhat.com ([209.132.183.28]:7769 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S936129Ab3DHKDS (ORCPT ); Mon, 8 Apr 2013 06:03:18 -0400 Content-Disposition: inline In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On Fri, Apr 05, 2013 at 07:20:30PM +0000, Geoff Levand wrote: > Hi Paolo, > > I fixed up the series as requested. > > -Geoff > > V2: > o Removed arm patches. > o Moved kvm_spurious_fault to arch/x86/kvm/x86.c. > o Fixed commit comments. > > > The following changes since commit 07961ac7c0ee8b546658717034fe692fd12eefa9: > > Linux 3.9-rc5 (2013-03-31 15:12:43 -0700) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/geoff/kvm.git for-kvm > > for you to fetch changes up to 753c819ec3c3c55d6ca0eeddb4c6c2a32be7219b: > > KVM: Move vm_list kvm_lock declarations out of x86 (2013-04-05 11:43:22 -0700) > > Geoff Levand (4): > KVM: Make local routines static > KVM: Move kvm_spurious_fault to x86.c > KVM: Move kvm_rebooting declaration out of x86 > KVM: Move vm_list kvm_lock declarations out of x86 > > arch/x86/include/asm/kvm_host.h | 4 ---- > arch/x86/kvm/x86.c | 7 +++++++ > include/linux/kvm_host.h | 5 +++++ > virt/kvm/kvm_main.c | 16 ++++------------ > 4 files changed, 16 insertions(+), 16 deletions(-) > Applied all, thanks. -- Gleb.