From mboxrd@z Thu Jan 1 00:00:00 1970 From: Preeti U Murthy Date: Mon, 27 Oct 2014 06:56:00 +0000 Subject: Re: [RFC 11/11] powerpc: kvm: Kconfig add an option for enabling secondary hwthread Message-Id: <544DE9B0.2050500@linux.vnet.ibm.com> List-Id: References: <1413487800-7162-1-git-send-email-kernelfans@gmail.com> <1413487800-7162-12-git-send-email-kernelfans@gmail.com> In-Reply-To: <1413487800-7162-12-git-send-email-kernelfans@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kernelfans@gmail.com, linuxppc-dev@lists.ozlabs.org, kvm-ppc@vger.kernel.org Cc: Paul Mackerras , Alexander Graf On 10/17/2014 01:00 AM, kernelfans@gmail.com wrote: > Signed-off-by: Liu Ping Fan > --- > arch/powerpc/kvm/Kconfig | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/arch/powerpc/kvm/Kconfig b/arch/powerpc/kvm/Kconfig > index 602eb51..de38566 100644 > --- a/arch/powerpc/kvm/Kconfig > +++ b/arch/powerpc/kvm/Kconfig > @@ -93,6 +93,10 @@ config KVM_BOOK3S_64_HV > > If unsure, say N. > > +config KVMPPC_ENABLE_SECONDARY > + tristate "KVM support for running on secondary hwthread in host" > + depends on KVM_BOOK3S_64_HV This patch is required ontop of all the rest :) The top patches won't compile without this one. Every patch in the patchset should be able to compile successfully without the aid of the patches that come after it. Regards Preeti U Murthy