From: peter.maydell@linaro.org (Peter Maydell)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] arm64: KVM: Kconfig integration
Date: Thu, 4 Jul 2013 13:11:17 +0100 [thread overview]
Message-ID: <CAFEAcA-LCenzvJSyyGBMAxraiJx-4OT2dnMsnCGzWJ-ESEkAiw@mail.gmail.com> (raw)
In-Reply-To: <1372939377-24657-1-git-send-email-marc.zyngier@arm.com>
On 4 July 2013 13:02, Marc Zyngier <marc.zyngier@arm.com> wrote:
> Finally plug KVM/arm64 into the config system, making it possible
> to enable KVM support on AArch64 CPUs.
>
> +config KVM
> + bool "Kernel-based Virtual Machine (KVM) support"
> + select MMU_NOTIFIER
> + select PREEMPT_NOTIFIERS
> + select ANON_INODES
> + select KVM_MMIO
> + select KVM_ARM_HOST
> + select KVM_ARM_VGIC
> + select KVM_ARM_TIMER
> + ---help---
> + Support hosting virtualized guest machines.
> +
> + This module provides access to the hardware capabilities through
> + a character device node named /dev/kvm.
"This module" ? I didn't think we supported KVM-as-a-module on ARM...
> +
> + If unsure, say N.
> +
> +config KVM_ARM_HOST
> + bool
> + ---help---
> + Provides host support for ARM processors.
> +
> +config KVM_ARM_VGIC
> + bool
> + depends on KVM_ARM_HOST && OF
> + select HAVE_KVM_IRQCHIP
> + ---help---
> + Adds support for a hardware assisted, in-kernel GIC emulation.
> +
> +config KVM_ARM_TIMER
> + bool
> + depends on KVM_ARM_VGIC
> + ---help---
> + Adds support for the Architected Timers in virtual machines
Trailing '.' would be consistent with the other config options.
thanks
-- PMM
next prev parent reply other threads:[~2013-07-04 12:11 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-04 12:02 [PATCH] arm64: KVM: Kconfig integration Marc Zyngier
2013-07-04 12:11 ` Peter Maydell [this message]
2013-07-04 12:18 ` Paolo Bonzini
2013-07-04 12:38 ` Marc Zyngier
2013-07-04 12:40 ` Paolo Bonzini
2013-07-04 12:42 ` Marc Zyngier
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=CAFEAcA-LCenzvJSyyGBMAxraiJx-4OT2dnMsnCGzWJ-ESEkAiw@mail.gmail.com \
--to=peter.maydell@linaro.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).