From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Date: Sun, 21 Dec 2014 22:56:30 +0000 Subject: Re: [PATCH] powerpc: powernv: Return to cpu offline loop when finished in KVM guest Message-Id: <5497501E.9040806@suse.de> List-Id: References: <20141203034840.GA612@iris.ozlabs.ibm.com> <878ui13xbe.fsf@igel.home> In-Reply-To: <878ui13xbe.fsf@igel.home> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Andreas Schwab , Paul Mackerras Cc: linuxppc-dev@ozlabs.org, kvm-ppc@vger.kernel.org, kvm@vger.kernel.org On 21.12.14 15:13, Andreas Schwab wrote: > arch/powerpc/kvm/built-in.o: In function `kvm_no_guest': > arch/powerpc/kvm/book3s_hv_rmhandlers.o:(.text+0x724): undefined reference to `power7_wakeup_loss' Ugh. We just removed support for 970 HV mode, but that obviously doesn't mean you can't compile in support for HV mode without enabling p7. Paul, what would you think of a patch that makes BOOK3S_HV depend on PPC_POWERNV? Alex