From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH 0/7] KVM minor fixups Date: Fri, 05 Apr 2013 09:56:47 +0200 Message-ID: <515E83BF.6040900@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Marcelo Tosatti , kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu, Christoffer Dall , Marc Zyngier To: Geoff Levand Return-path: Received: from mail-wg0-f51.google.com ([74.125.82.51]:58117 "EHLO mail-wg0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751810Ab3DEH4y (ORCPT ); Fri, 5 Apr 2013 03:56:54 -0400 Received: by mail-wg0-f51.google.com with SMTP id b12so3419623wgh.6 for ; Fri, 05 Apr 2013 00:56:53 -0700 (PDT) In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: Il 05/04/2013 01:33, Geoff Levand ha scritto: > Hi Marcelo, > > These are a few fixups I found when running sparse and building Marc's 64 bit > ARM tree. Please consider for 3.10. Thanks, nice cleanups. Please resubmit patches 1-4 with the small fixes I suggested and, since you're at it, please write "declaration" in full instead of just "dec". Paolo > -Geoff > > 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 5d9e775fd2d7c9ab03d70175610a5d8cedcc3799: > > kvm/arm: Remove unused kvm_arch_set_memory_region (2013-04-04 16:08:28 -0700) > > ---------------------------------------------------------------- > Geoff Levand (7): > kvm: Make local routines static > kvm: Move vm_list, kvm_lock dec's out of x86 > kvm: Move kvm_spurious_fault dec out of x86 > kvm: Move kvm_rebooting dec out of x86 > kvm/arm: Fix missing include build error > kvm/arm: Make force_vm_exit static > kvm/arm: Remove unused kvm_arch_set_memory_region > > arch/arm/include/asm/kvm_host.h | 1 - > arch/arm/kvm/arm.c | 11 ++--------- > arch/x86/include/asm/kvm_host.h | 11 ----------- > include/linux/kvm_host.h | 11 +++++++++++ > virt/kvm/kvm_main.c | 8 ++++---- > 5 files changed, 17 insertions(+), 25 deletions(-) >