From: Christoffer Dall <christoffer.dall@linaro.org>
To: Marc Zyngier <marc.zyngier@arm.com>
Cc: sunil.goutham@cavium.com, linucherian@gmail.com,
Linu Cherian <linu.cherian@cavium.com>,
pbonzini@redhat.com, kvmarm@lists.cs.columbia.edu,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v4 0/4] KVM: arm64: Increase number of user memslots
Date: Thu, 9 Mar 2017 00:53:26 -0800 [thread overview]
Message-ID: <20170309085326.GA114347@lvm> (raw)
In-Reply-To: <87zigux4i3.fsf@on-the-bus.cambridge.arm.com>
On Thu, Mar 09, 2017 at 08:01:56AM +0000, Marc Zyngier wrote:
> On Wed, Mar 08 2017 at 6:08:31 am GMT, linucherian@gmail.com wrote:
> > From: Linu Cherian <linu.cherian@cavium.com>
> >
> > 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 <marc.zyngier@arm.com>
>
> Christoffer: if you're happy with this series, I'll take it as part of
> the next batch of fixes.
>
Yes:
Reviewed-by: Christoffer Dall <cdall@linaro.org>
WARNING: multiple messages have this Message-ID (diff)
From: christoffer.dall@linaro.org (Christoffer Dall)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 0/4] KVM: arm64: Increase number of user memslots
Date: Thu, 9 Mar 2017 00:53:26 -0800 [thread overview]
Message-ID: <20170309085326.GA114347@lvm> (raw)
In-Reply-To: <87zigux4i3.fsf@on-the-bus.cambridge.arm.com>
On Thu, Mar 09, 2017 at 08:01:56AM +0000, Marc Zyngier wrote:
> On Wed, Mar 08 2017 at 6:08:31 am GMT, linucherian at gmail.com wrote:
> > From: Linu Cherian <linu.cherian@cavium.com>
> >
> > 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 <marc.zyngier@arm.com>
>
> Christoffer: if you're happy with this series, I'll take it as part of
> the next batch of fixes.
>
Yes:
Reviewed-by: Christoffer Dall <cdall@linaro.org>
next prev parent reply other threads:[~2017-03-09 8:52 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-08 6:08 [PATCH v4 0/4] KVM: arm64: Increase number of user memslots linucherian
2017-03-08 6:08 ` linucherian at gmail.com
2017-03-08 6:08 ` [PATCH v4 1/4] KVM: Add documentation for KVM_CAP_NR_MEMSLOTS linucherian
2017-03-08 6:08 ` linucherian at gmail.com
2017-03-08 6:08 ` [PATCH v4 2/4] KVM: arm/arm64: Enable KVM_CAP_NR_MEMSLOTS on arm/arm64 linucherian
2017-03-08 6:08 ` linucherian at gmail.com
2017-03-08 6:08 ` [PATCH v4 3/4] KVM: arm/arm64: Remove KVM_PRIVATE_MEM_SLOTS definition that are unused linucherian
2017-03-08 6:08 ` linucherian at gmail.com
2017-03-08 6:08 ` [PATCH v4 4/4] KVM: arm64: Increase number of user memslots to 512 linucherian
2017-03-08 6:08 ` linucherian at gmail.com
2017-03-09 8:01 ` [PATCH v4 0/4] KVM: arm64: Increase number of user memslots Marc Zyngier
2017-03-09 8:01 ` Marc Zyngier
2017-03-09 8:53 ` Christoffer Dall [this message]
2017-03-09 8:53 ` Christoffer Dall
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170309085326.GA114347@lvm \
--to=christoffer.dall@linaro.org \
--cc=kvmarm@lists.cs.columbia.edu \
--cc=linu.cherian@cavium.com \
--cc=linucherian@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=marc.zyngier@arm.com \
--cc=pbonzini@redhat.com \
--cc=sunil.goutham@cavium.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.