From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc Zyngier Subject: Re: [PATCH v4 0/4] KVM: arm64: Increase number of user memslots Date: Thu, 09 Mar 2017 08:01:56 +0000 Message-ID: <87zigux4i3.fsf@on-the-bus.cambridge.arm.com> References: <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 4B2A240A95 for ; Thu, 9 Mar 2017 03:00:39 -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 bzIMZwJ-Wd0O for ; Thu, 9 Mar 2017 03:00:38 -0500 (EST) Received: from foss.arm.com (foss.arm.com [217.140.101.70]) by mm01.cs.columbia.edu (Postfix) with ESMTP id E7AF140625 for ; Thu, 9 Mar 2017 03:00:37 -0500 (EST) In-Reply-To: <1488953315-22375-1-git-send-email-linucherian@gmail.com> (linucherian@gmail.com's message of "Wed, 8 Mar 2017 11:38:31 +0530") 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: linucherian@gmail.com Cc: sunil.goutham@cavium.com, Linu Cherian , pbonzini@redhat.com, kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org List-Id: kvmarm@lists.cs.columbia.edu On Wed, Mar 08 2017 at 6:08:31 am GMT, linucherian@gmail.com wrote: > 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(-) For the whole series: Acked-by: Marc Zyngier Christoffer: if you're happy with this series, I'll take it as part of the next batch of fixes. Thanks, M. -- Jazz is not dead, it just smell funny.