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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 8BAEA1A04F6 for ; Mon, 22 Dec 2014 09:56:37 +1100 (AEDT) Received: from mx2.suse.de (cantor2.suse.de [195.135.220.15]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 1A29B1400B7 for ; Mon, 22 Dec 2014 09:56:36 +1100 (AEDT) Message-ID: <5497501E.9040806@suse.de> Date: Sun, 21 Dec 2014 23:56:30 +0100 From: Alexander Graf MIME-Version: 1.0 To: Andreas Schwab , Paul Mackerras Subject: Re: [PATCH] powerpc: powernv: Return to cpu offline loop when finished in KVM guest References: <20141203034840.GA612@iris.ozlabs.ibm.com> <878ui13xbe.fsf@igel.home> In-Reply-To: <878ui13xbe.fsf@igel.home> Content-Type: text/plain; charset=windows-1252 Cc: linuxppc-dev@ozlabs.org, kvm@vger.kernel.org, kvm-ppc@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Subject: Re: [PATCH] powerpc: powernv: Return to cpu offline loop when finished in KVM guest Date: Sun, 21 Dec 2014 23:56:30 +0100 Message-ID: <5497501E.9040806@suse.de> References: <20141203034840.GA612@iris.ozlabs.ibm.com> <878ui13xbe.fsf@igel.home> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Cc: linuxppc-dev@ozlabs.org, kvm-ppc@vger.kernel.org, kvm@vger.kernel.org To: Andreas Schwab , Paul Mackerras Return-path: Received: from cantor2.suse.de ([195.135.220.15]:48388 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752581AbaLUW4e (ORCPT ); Sun, 21 Dec 2014 17:56:34 -0500 In-Reply-To: <878ui13xbe.fsf@igel.home> Sender: kvm-owner@vger.kernel.org List-ID: 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