From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PULL] KVM/arm64 fixes for 3.11 Date: Mon, 19 Aug 2013 22:55:00 +0200 Message-ID: <52128624.6090102@redhat.com> References: <1376053990-25656-1-git-send-email-marc.zyngier@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: gleb@redhat.com, kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu, catalin.marinas@arm.com, will.deacon@arm.com To: Marc Zyngier Return-path: Received: from mail-ea0-f170.google.com ([209.85.215.170]:43278 "EHLO mail-ea0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751009Ab3HSUzo (ORCPT ); Mon, 19 Aug 2013 16:55:44 -0400 Received: by mail-ea0-f170.google.com with SMTP id h14so2543088eak.29 for ; Mon, 19 Aug 2013 13:55:43 -0700 (PDT) In-Reply-To: <1376053990-25656-1-git-send-email-marc.zyngier@arm.com> Sender: kvm-owner@vger.kernel.org List-ID: Il 09/08/2013 15:13, Marc Zyngier ha scritto: > Paolo, Gleb, > > Please consider pulling the following to get a new fixes for KVM/arm64. > > Thanks, > > M. > > The following changes since commit c095ba7224d8edc71dcef0d655911399a8bd4a3f: > > Linux 3.11-rc4 (2013-08-04 13:46:46 -0700) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git kvm-arm64/fixes-3.11-rc4 > > for you to fetch changes up to 6c8c0c4dc0e98ee2191211d66e9f876e95787073: > > arm64: KVM: use 'int' instead of 'u32' for variable 'target' in kvm_host.h. (2013-08-09 13:42:43 +0100) > > ---------------------------------------------------------------- > Chen Gang (1): > arm64: KVM: use 'int' instead of 'u32' for variable 'target' in kvm_host.h. > > Marc Zyngier (2): > arm64: KVM: perform save/restore of PAR_EL1 > arm64: KVM: add missing dsb before invalidating Stage-2 TLBs > > arch/arm64/include/asm/kvm_asm.h | 17 ++++++++++------- > arch/arm64/include/asm/kvm_host.h | 2 +- > arch/arm64/kvm/hyp.S | 13 +++++++++++++ > arch/arm64/kvm/sys_regs.c | 3 +++ > 4 files changed, 27 insertions(+), 8 deletions(-) > > Chen Gang (1): > arm64: KVM: use 'int' instead of 'u32' for variable 'target' in > kvm_host.h. > > Marc Zyngier (2): > arm64: KVM: perform save/restore of PAR_EL1 > arm64: KVM: add missing dsb before invalidating Stage-2 TLBs > > arch/arm64/include/asm/kvm_asm.h | 17 ++++++++++------- > arch/arm64/include/asm/kvm_host.h | 2 +- > arch/arm64/kvm/hyp.S | 13 +++++++++++++ > arch/arm64/kvm/sys_regs.c | 3 +++ > 4 files changed, 27 insertions(+), 8 deletions(-) > Thanks, pulled and sent to Linus. Paolo