From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [GIT PULL] Second set of KVM/ARM updates for 4.3-rc2 Date: Thu, 17 Sep 2015 16:53:10 +0200 Message-ID: <55FAD3D6.4090402@redhat.com> References: <1442501171-24484-1-git-send-email-marc.zyngier@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Christoffer Dall , Will Deacon , Peter Maydell , =?UTF-8?Q?Alex_Benn=c3=a9e?= , Marek Majtyka , Pavel Fedin , Ming Lei , kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org To: Marc Zyngier , Gleb Natapov Return-path: Received: from mx1.redhat.com ([209.132.183.28]:35266 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751121AbbIQOxS (ORCPT ); Thu, 17 Sep 2015 10:53:18 -0400 In-Reply-To: <1442501171-24484-1-git-send-email-marc.zyngier@arm.com> Sender: kvm-owner@vger.kernel.org List-ID: On 17/09/2015 16:46, Marc Zyngier wrote: > Hi Paolo, > > We've had a "nice" collection of fixes trickling in this week, and > since both Christoffer and I are away next week, I've decided to send > everything your way a bit early. Sure, thanks. I'll send the pull request to Linus tomorrow. Paolo Fairly random stuff to be honnest, > but a negative diffstat can't be that bad! :-) > > Thanks, > > M. > > The following changes since commit 0c0672922dcc70ffba11d96385e98e42fb3ae08d: > > arm/arm64: KVM: Fix PSCI affinity info return value for non valid cores (2015-09-04 17:02:48 +0100) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvm-arm-for-4.3-rc2-2 > > for you to fetch changes up to ef748917b529847277f07c98c55e1c0ce416449f: > > arm/arm64: KVM: Remove 'config KVM_ARM_MAX_VCPUS' (2015-09-17 13:13:27 +0100) > > ---------------------------------------------------------------- > Second set of KVM/ARM changes for 4.3-rc2 > > - Workaround for a Cortex-A57 erratum > - Bug fix for the debugging infrastructure > - Fix for 32bit guests with more than 4GB of address space > on a 32bit host > - A number of fixes for the (unusual) case when we don't use > the in-kernel GIC emulation > - Removal of ThumbEE handling on arm64, since these have been > dropped from the architecture before anyone actually ever > built a CPU > - Remove the KVM_ARM_MAX_VCPUS limitation which has become > fairly pointless > > ---------------------------------------------------------------- > Marc Zyngier (3): > arm64: KVM: Fix user access for debug registers > arm64: KVM: Disable virtual timer even if the guest is not using it > arm: KVM: Disable virtual timer even if the guest is not using it > > Marek Majtyka (1): > arm: KVM: Fix incorrect device to IPA mapping > > Ming Lei (1): > arm/arm64: KVM: Remove 'config KVM_ARM_MAX_VCPUS' > > Pavel Fedin (1): > arm/arm64: KVM: vgic: Check for !irqchip_in_kernel() when mapping resources > > Will Deacon (2): > KVM: arm64: add workaround for Cortex-A57 erratum #852523 > arm64: KVM: Remove all traces of the ThumbEE registers > > arch/arm/include/asm/kvm_host.h | 8 ++------ > arch/arm/kvm/Kconfig | 11 ----------- > arch/arm/kvm/arm.c | 2 +- > arch/arm/kvm/interrupts_head.S | 6 ++++-- > arch/arm/kvm/mmu.c | 6 ++++-- > arch/arm64/include/asm/kvm_arm.h | 1 - > arch/arm64/include/asm/kvm_asm.h | 4 +--- > arch/arm64/include/asm/kvm_host.h | 8 ++------ > arch/arm64/kvm/Kconfig | 11 ----------- > arch/arm64/kvm/hyp.S | 31 ++++++++++--------------------- > arch/arm64/kvm/sys_regs.c | 15 ++++----------- > include/kvm/arm_vgic.h | 6 +----- > virt/kvm/arm/vgic-v3.c | 2 +- > 13 files changed, 30 insertions(+), 81 deletions(-) >