From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geoff Levand Subject: [PATCH v2 0/4] KVM minor fixups Date: Fri, 05 Apr 2013 19:20:30 +0000 Message-ID: Cc: Marcelo Tosatti , kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu To: Paolo Bonzini Return-path: Received: from merlin.infradead.org ([205.233.59.134]:51116 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1162515Ab3DETUb (ORCPT ); Fri, 5 Apr 2013 15:20:31 -0400 Sender: kvm-owner@vger.kernel.org List-ID: 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(-) -- 1.7.9.5