From: pbonzini@redhat.com (Paolo Bonzini)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Third and final KVM/ARM updates for 3.13
Date: Mon, 11 Nov 2013 12:31:47 +0100 [thread overview]
Message-ID: <5280C023.4080203@redhat.com> (raw)
In-Reply-To: <1383874322-12328-1-git-send-email-christoffer.dall@linaro.org>
Il 08/11/2013 02:31, Christoffer Dall ha scritto:
> The following changes since commit e4b3c9c21bd5674e96988f7507fd924e00087cd0:
>
> Merge branch 'kvm-arm-next-3.13-2' into kvm-arm-next (2013-10-17 20:41:44 -0700)
>
> are available in the git repository at:
>
>
> git://git.linaro.org/people/cdall/linux-kvm-arm.git tags/kvm-arm-for-3.13-3
>
> for you to fetch changes up to 79c648806f9034abf54332b78043bb242189d953:
>
> arm/arm64: KVM: PSCI: use MPIDR to identify a target CPU (2013-10-22 08:00:06 -0700)
>
> Sorry about sending this out so late. It has been in linux-next for a
> while and is well-tested.
>
> ----------------------------------------------------------------
> Updates for KVM/ARM, take 3 supporting more than 4 CPUs.
>
> ----------------------------------------------------------------
> Marc Zyngier (4):
> ARM: KVM: Fix MPIDR computing to support virtual clusters
> ARM: KVM: fix L2CTLR to be per-cluster
> ARM: KVM: drop limitation to 4 CPU VMs
> arm/arm64: KVM: PSCI: use MPIDR to identify a target CPU
>
> arch/arm/include/asm/kvm_emulate.h | 5 +++++
> arch/arm/kvm/coproc.c | 14 ++++++++++----
> arch/arm/kvm/psci.c | 17 +++++++++++++----
> arch/arm/kvm/reset.c | 4 ----
> arch/arm64/include/asm/kvm_emulate.h | 5 +++++
> 5 files changed, 33 insertions(+), 12 deletions(-)
>
Pulled, thanks.
Paolo
WARNING: multiple messages have this Message-ID (diff)
From: Paolo Bonzini <pbonzini@redhat.com>
To: Christoffer Dall <christoffer.dall@linaro.org>
Cc: kvm@vger.kernel.org, Gleb Natapov <gleb@redhat.com>,
patches@linaro.org, Marc Zyngier <marc.zyngier@arm.com>,
kvmarm@lists.cs.columbia.edu,
linux-arm-kernel@lists.infradead.org
Subject: Re: [GIT PULL] Third and final KVM/ARM updates for 3.13
Date: Mon, 11 Nov 2013 12:31:47 +0100 [thread overview]
Message-ID: <5280C023.4080203@redhat.com> (raw)
In-Reply-To: <1383874322-12328-1-git-send-email-christoffer.dall@linaro.org>
Il 08/11/2013 02:31, Christoffer Dall ha scritto:
> The following changes since commit e4b3c9c21bd5674e96988f7507fd924e00087cd0:
>
> Merge branch 'kvm-arm-next-3.13-2' into kvm-arm-next (2013-10-17 20:41:44 -0700)
>
> are available in the git repository at:
>
>
> git://git.linaro.org/people/cdall/linux-kvm-arm.git tags/kvm-arm-for-3.13-3
>
> for you to fetch changes up to 79c648806f9034abf54332b78043bb242189d953:
>
> arm/arm64: KVM: PSCI: use MPIDR to identify a target CPU (2013-10-22 08:00:06 -0700)
>
> Sorry about sending this out so late. It has been in linux-next for a
> while and is well-tested.
>
> ----------------------------------------------------------------
> Updates for KVM/ARM, take 3 supporting more than 4 CPUs.
>
> ----------------------------------------------------------------
> Marc Zyngier (4):
> ARM: KVM: Fix MPIDR computing to support virtual clusters
> ARM: KVM: fix L2CTLR to be per-cluster
> ARM: KVM: drop limitation to 4 CPU VMs
> arm/arm64: KVM: PSCI: use MPIDR to identify a target CPU
>
> arch/arm/include/asm/kvm_emulate.h | 5 +++++
> arch/arm/kvm/coproc.c | 14 ++++++++++----
> arch/arm/kvm/psci.c | 17 +++++++++++++----
> arch/arm/kvm/reset.c | 4 ----
> arch/arm64/include/asm/kvm_emulate.h | 5 +++++
> 5 files changed, 33 insertions(+), 12 deletions(-)
>
Pulled, thanks.
Paolo
next prev parent reply other threads:[~2013-11-11 11:31 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-08 1:31 [GIT PULL] Third and final KVM/ARM updates for 3.13 Christoffer Dall
2013-11-08 1:31 ` Christoffer Dall
2013-11-08 1:31 ` [PATCH 1/4] ARM: KVM: Fix MPIDR computing to support virtual clusters Christoffer Dall
2013-11-08 1:31 ` Christoffer Dall
2013-11-08 1:32 ` [PATCH 2/4] ARM: KVM: fix L2CTLR to be per-cluster Christoffer Dall
2013-11-08 1:32 ` Christoffer Dall
2013-11-08 1:32 ` [PATCH 3/4] ARM: KVM: drop limitation to 4 CPU VMs Christoffer Dall
2013-11-08 1:32 ` Christoffer Dall
2013-11-08 1:32 ` [PATCH 4/4] arm/arm64: KVM: PSCI: use MPIDR to identify a target CPU Christoffer Dall
2013-11-08 1:32 ` Christoffer Dall
2013-11-11 11:31 ` Paolo Bonzini [this message]
2013-11-11 11:31 ` [GIT PULL] Third and final KVM/ARM updates for 3.13 Paolo Bonzini
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=5280C023.4080203@redhat.com \
--to=pbonzini@redhat.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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.