From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vladimir Murzin Subject: Re: [PATCH 0/3] arm64: KVM: Support 16-bit VMID Date: Mon, 07 Dec 2015 09:22:18 +0000 Message-ID: <56654FCA.2080201@arm.com> References: <1447673298-25503-1-git-send-email-vladimir.murzin@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id E3F7F40B40 for ; Mon, 7 Dec 2015 04:20:41 -0500 (EST) Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yQCpQ57SssDG for ; Mon, 7 Dec 2015 04:20:40 -0500 (EST) Received: from eu-smtp-delivery-143.mimecast.com (eu-smtp-delivery-143.mimecast.com [146.101.78.143]) by mm01.cs.columbia.edu (Postfix) with ESMTP id A08BA407A6 for ; Mon, 7 Dec 2015 04:20:40 -0500 (EST) In-Reply-To: <1447673298-25503-1-git-send-email-vladimir.murzin@arm.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kvmarm-bounces@lists.cs.columbia.edu Sender: kvmarm-bounces@lists.cs.columbia.edu To: kvmarm@lists.cs.columbia.edu Cc: marc.zyngier@arm.com List-Id: kvmarm@lists.cs.columbia.edu Gentle ping... On 16/11/15 11:28, Vladimir Murzin wrote: > Hi > > This series is supposed to bring support for 16-bit VMID offered by > the ARMv8.1 architecture extension into KVM. > > The first to patches are clean-up to make kvm_arm.h fit into assembly > code nicely. The third patch modifies KVM code to recognise and use > 16-bit VMID. > > Thanks! > > Vladimir Murzin (3): > kvm: arm: arm64: remove unreferenced S2_PGD_ORDER > kvm: arm: make kvm_arm.h friendly to assembly code > arm64: KVM: Add support for 16-bit VMID > > arch/arm/include/asm/kvm_arm.h | 34 +++++++++++++++++----------------- > arch/arm/include/asm/kvm_mmu.h | 5 +++++ > arch/arm/kvm/arm.c | 10 ++++++++-- > arch/arm/kvm/mmu.c | 6 +++--- > arch/arm64/include/asm/kvm_arm.h | 3 ++- > arch/arm64/include/asm/kvm_mmu.h | 9 ++++++++- > arch/arm64/kvm/hyp-init.S | 9 +++++++++ > 7 files changed, 52 insertions(+), 24 deletions(-) >