From mboxrd@z Thu Jan 1 00:00:00 1970 From: linucherian@gmail.com Subject: [PATCH v4 0/4] KVM: arm64: Increase number of user memslots Date: Wed, 8 Mar 2017 11:38:31 +0530 Message-ID: <1488953315-22375-1-git-send-email-linucherian@gmail.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 2210F40C58 for ; Wed, 8 Mar 2017 01:07:43 -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 RetEsFUhwyc9 for ; Wed, 8 Mar 2017 01:07:42 -0500 (EST) Received: from mail-pf0-f193.google.com (mail-pf0-f193.google.com [209.85.192.193]) by mm01.cs.columbia.edu (Postfix) with ESMTPS id 1C81640C51 for ; Wed, 8 Mar 2017 01:07:41 -0500 (EST) Received: by mail-pf0-f193.google.com with SMTP id o126so2624049pfb.1 for ; Tue, 07 Mar 2017 22:09:04 -0800 (PST) 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: christoffer.dall@linaro.org, marc.zyngier@arm.com, linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu, pbonzini@redhat.com, rkrcmar@redhat.com Cc: sunil.goutham@cavium.com, Linu Cherian List-Id: kvmarm@lists.cs.columbia.edu From: Linu Cherian v3 -> v4: - Add missing commit messages in patches 1 and 3 v2 -> v3: - Added documentation for KVM_CAP_NR_MEMSLOTS - Removed KVM_PRIVATE_MEM_SLOTS which is unused - KVM_USER_MEM_SLOTS changed to 512 from 508 v1 -> v2: - Enabling KVM_CAP_NR_MEMSLOTS for arm/arm64 moved to separate patch. - Updated commit message so that what is reported to userspace is explicit. Linu Cherian (4): KVM: Add documentation for KVM_CAP_NR_MEMSLOTS KVM: arm/arm64: Enable KVM_CAP_NR_MEMSLOTS on arm/arm64 KVM: arm/arm64: Remove KVM_PRIVATE_MEM_SLOTS definition that are unused KVM: arm64: Increase number of user memslots to 512 Documentation/virtual/kvm/api.txt | 4 ++++ arch/arm/include/asm/kvm_host.h | 1 - arch/arm/kvm/arm.c | 3 +++ arch/arm64/include/asm/kvm_host.h | 3 +-- 4 files changed, 8 insertions(+), 3 deletions(-) -- 1.9.1