From: Andre Przywara <andre.przywara@arm.com>
To: Anup Patel <anup.patel@linaro.org>,
Will Deacon <Will.Deacon@arm.com>,
"penberg@kernel.org" <penberg@kernel.org>
Cc: "kvmarm@lists.cs.columbia.edu" <kvmarm@lists.cs.columbia.edu>,
"kvm@vger.kernel.org" <kvm@vger.kernel.org>,
"patches@apm.com" <patches@apm.com>,
Marc Zyngier <Marc.Zyngier@arm.com>,
"christoffer.dall@linaro.org" <christoffer.dall@linaro.org>,
"pranavkumar@linaro.org" <pranavkumar@linaro.org>
Subject: Re: [PATCH v5 0/4] kvmtool: ARM/ARM64: Misc updates
Date: Wed, 01 Oct 2014 13:58:40 +0100 [thread overview]
Message-ID: <542BFA80.8090105@arm.com> (raw)
In-Reply-To: <1412159695-28062-1-git-send-email-anup.patel@linaro.org>
Hi Anup,
On 01/10/14 11:34, Anup Patel wrote:
> This patchset updates KVMTOOL to use some of the features
> supported by Linux-3.16 KVM ARM/ARM64, such as:
>
> 1. Target CPU == Host using KVM_ARM_PREFERRED_TARGET vm ioctl
> 2. Target CPU type Potenza for using KVMTOOL on X-Gene
> 3. PSCI v0.2 support for Aarch32 and Aarch64 guest
> 4. System event exit reason
Thanks for the quick respin. Looks fine now for me.
For the whole v5 series:
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Cheers,
Andre.
> Changes since v4:
> - Avoid using magic '0' target for kvm arm generic target
> - Added comment for why we need Potenza target in KVMTOOL
>
> Changes since v3:
> - Add generic targets for aarch32 and aarch64 which are used
> by KVMTOOL when target type returned by KVM_ARM_PREFERRED_TARGET
> vm ioctl is not known to KVMTOOL
> - Print more info when handling system reset event
>
> Changes since v2:
> - Use target type returned by KVM_ARM_PREFERRED_TARGET vm ioctl
> for VCPU init such that we don't need to update KVMTOOL for
> every new host hardware
> - Simplify DTB generation for PSCI node
>
> Changes since v1:
> - Drop the patch to fix compile error for aarch64
> - Fallback to old method of trying all target types if
> KVM_ARM_PREFERRED_TARGET vm ioctl fails
> - Print more info when handling KVM_EXIT_SYSTEM_EVENT
>
> Anup Patel (4):
> kvmtool: ARM: Use KVM_ARM_PREFERRED_TARGET vm ioctl to determine
> target cpu
> kvmtool: ARM64: Add target type potenza for aarch64
> kvmtool: Handle exit reason KVM_EXIT_SYSTEM_EVENT
> kvmtool: ARM/ARM64: Provide PSCI-0.2 to guest when KVM supports it
>
> tools/kvm/arm/aarch32/arm-cpu.c | 8 +++
> tools/kvm/arm/aarch64/arm-cpu.c | 23 ++++++++-
> tools/kvm/arm/fdt.c | 51 +++++++++++++++++--
> tools/kvm/arm/include/arm-common/kvm-cpu-arch.h | 2 +
> tools/kvm/arm/kvm-cpu.c | 61 +++++++++++++++++++----
> tools/kvm/kvm-cpu.c | 21 ++++++++
> 6 files changed, 149 insertions(+), 17 deletions(-)
>
next prev parent reply other threads:[~2014-10-01 12:58 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-01 10:34 [PATCH v5 0/4] kvmtool: ARM/ARM64: Misc updates Anup Patel
2014-10-01 10:34 ` [PATCH v5 1/4] kvmtool: ARM: Use KVM_ARM_PREFERRED_TARGET vm ioctl to determine target cpu Anup Patel
2014-10-01 10:34 ` [PATCH v5 2/4] kvmtool: ARM64: Add target type potenza for aarch64 Anup Patel
2014-10-01 10:34 ` [PATCH v5 3/4] kvmtool: Handle exit reason KVM_EXIT_SYSTEM_EVENT Anup Patel
2014-10-03 16:16 ` Will Deacon
2014-10-01 10:34 ` [PATCH v5 4/4] kvmtool: ARM/ARM64: Provide PSCI-0.2 to guest when KVM supports it Anup Patel
2014-10-01 12:58 ` Andre Przywara [this message]
2014-10-03 16:17 ` [PATCH v5 0/4] kvmtool: ARM/ARM64: Misc updates Will Deacon
2014-10-06 9:15 ` Anup Patel
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=542BFA80.8090105@arm.com \
--to=andre.przywara@arm.com \
--cc=Marc.Zyngier@arm.com \
--cc=Will.Deacon@arm.com \
--cc=anup.patel@linaro.org \
--cc=christoffer.dall@linaro.org \
--cc=kvm@vger.kernel.org \
--cc=kvmarm@lists.cs.columbia.edu \
--cc=patches@apm.com \
--cc=penberg@kernel.org \
--cc=pranavkumar@linaro.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.