From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: Re: [GIT PULL] ARM: KVM: VGIC fixes for 3.12 Date: Fri, 30 Aug 2013 16:08:40 +0300 Message-ID: <20130830130840.GB10142@redhat.com> References: <1377770905-9937-1-git-send-email-marc.zyngier@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: pbonzini@redhat.com, kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu To: Marc Zyngier Return-path: Received: from mx1.redhat.com ([209.132.183.28]:3998 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753183Ab3H3NIx (ORCPT ); Fri, 30 Aug 2013 09:08:53 -0400 Content-Disposition: inline In-Reply-To: <1377770905-9937-1-git-send-email-marc.zyngier@arm.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Aug 29, 2013 at 11:08:21AM +0100, Marc Zyngier wrote: > Gleb, Paolo, > > Please pull the below tag for a few VGIC fixes to be merged in 3.12. > > Thanks, > > M. > > The following changes since commit d8dfad3876e4386666b759da3c833d62fb8b2267: > > Linux 3.11-rc7 (2013-08-25 17:43:22 -0700) > kvm.git next branch is based on Linux 3.11-rc1, so if I pull this it will bring all the commit in between. I just applied 4 patches manually. > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git tags/vgic-fixes-for-3.12 > > for you to fetch changes up to c375e1d55ee7987707622e3907f481ce2d9e6cc0: > > ARM: KVM: vgic: Bump VGIC_NR_IRQS to 256 (2013-08-29 10:27:19 +0100) > > ---------------------------------------------------------------- > A few simple fixes for the in-kernel GIC emulation. > > The only real change is the bump of the number of interrupts > sources (128 was a bit tiny). > > ---------------------------------------------------------------- > Christoffer Dall (2): > ARM: KVM: Bugfix: vgic_bytemap_get_reg per cpu regs > ARM: KVM: vgic: Bump VGIC_NR_IRQS to 256 > > Marc Zyngier (2): > ARM: KVM: vgic: simplify vgic_get_target_reg > ARM: KVM: vgic: fix GICD_ICFGRn access > > include/kvm/arm_vgic.h | 2 +- > virt/kvm/arm/vgic.c | 22 ++++++++++------------ > 2 files changed, 11 insertions(+), 13 deletions(-) > > -- > 1.8.2.3 > -- Gleb.