From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: [GIT PULL] KVM ARM compilation fixes for the 3.9 merge window Date: Mon, 25 Feb 2013 20:09:40 +0200 Message-ID: <20130225180940.GA24877@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel , kvm , Marcelo Tosatti To: Linus Torvalds Return-path: Received: from mx1.redhat.com ([209.132.183.28]:15380 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754529Ab3BYSJm (ORCPT ); Mon, 25 Feb 2013 13:09:42 -0500 Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: Linus, Please pull from git://git.kernel.org/pub/scm/virt/kvm/kvm.git master To receive the following KVM bug fixes. They fix ARM KVM compilation breakage due to changes from kvm.git. Marc Zyngier (3): ARM: KVM: fix kvm_arch_{prepare,commit}_memory_region ARM: KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTS ARM: KVM: fix compilation after removal of user_alloc from struct kvm_memory_slot arch/arm/include/asm/kvm_host.h | 2 +- arch/arm/kvm/arm.c | 4 ++-- arch/arm/kvm/mmu.c | 5 ----- 3 files changed, 3 insertions(+), 8 deletions(-) -- Gleb.