From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PULL] KVM/ARM fixes for 4.5-rc4 Date: Thu, 11 Feb 2016 22:47:13 +0100 Message-ID: <56BD0161.6060003@redhat.com> References: <1455206386-24997-1-git-send-email-marc.zyngier@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: Christoffer Dall , Andre Przywara , Cosmin Gorgovan , Tirumalesh Chalamarla , linux-arm-kernel@lists.infradead.org, kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu, Gleb Natapov To: Marc Zyngier Return-path: Received: from mail-wm0-f50.google.com ([74.125.82.50]:35365 "EHLO mail-wm0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751391AbcBKVrR (ORCPT ); Thu, 11 Feb 2016 16:47:17 -0500 Received: by mail-wm0-f50.google.com with SMTP id c200so92885716wme.0 for ; Thu, 11 Feb 2016 13:47:17 -0800 (PST) In-Reply-To: <1455206386-24997-1-git-send-email-marc.zyngier@arm.com> Sender: kvm-owner@vger.kernel.org List-ID: On 11/02/2016 16:59, Marc Zyngier wrote: > Hi Paolo, > > Please find below the KVM/ARM updates for 4.5-rc4. One fix for the > timer, and another for the HYP MMU setup. > > Please pull! > > Thanks, > > M. > > The following changes since commit 6327f35a2010c06a3bc2bfb14202a38764fb9920: > > arm64: KVM: Fix guest dead loop when register accessor returns false (2016-01-24 21:56:01 +0000) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvm-arm-for-4.5-rc4 > > for you to fetch changes up to 3c5b1d92b3b02be07873d611a27950addff544d3: > > arm64: KVM: Configure TCR_EL2.PS at runtime (2016-02-11 13:16:47 +0000) > > ---------------------------------------------------------------- > KVM/ARM fixes for 4.5-rc4 > > - Fix for an unpleasant crash when the VM is created without a timer > - Allow HYP mode to access the full PA space, and not only 40bit > > ---------------------------------------------------------------- > Andre Przywara (1): > KVM: arm/arm64: Fix reference to uninitialised VGIC > > Tirumalesh Chalamarla (1): > arm64: KVM: Configure TCR_EL2.PS at runtime > > arch/arm64/include/asm/kvm_arm.h | 2 -- > arch/arm64/kvm/hyp-init.S | 12 +++++++----- > virt/kvm/arm/arch_timer.c | 9 ++++++--- > 3 files changed, 13 insertions(+), 10 deletions(-) > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Pulled, thanks (but I'll probably delay it to rc5). Paolo