From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from AM1EHSOBE004.bigfish.com (am1ehsobe006.messaging.microsoft.com [213.199.154.209]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client CN "mail.global.frontbridge.com", Issuer "Microsoft Secure Server Authority" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 34DE7100849 for ; Fri, 17 Feb 2012 04:14:36 +1100 (EST) Message-ID: <4F3D3972.8030200@freescale.com> Date: Thu, 16 Feb 2012 11:14:26 -0600 From: Scott Wood MIME-Version: 1.0 To: Liu Yu Subject: Re: [PATCH v4 3/3] KVM: PPC: epapr: install ev_idle hcall for e500 guest References: <1329384365-4028-1-git-send-email-yu.liu@freescale.com> <1329384365-4028-2-git-send-email-yu.liu@freescale.com> <1329384365-4028-3-git-send-email-yu.liu@freescale.com> In-Reply-To: <1329384365-4028-3-git-send-email-yu.liu@freescale.com> Content-Type: text/plain; charset="UTF-8" Cc: linuxppc-dev@ozlabs.org, B07421@freescale.com, agraf@suse.de, kvm-ppc@vger.kernel.org, kvm@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 02/16/2012 03:26 AM, Liu Yu wrote: > If the guest hypervisor node contains "has-idle" property. > > Signed-off-by: Liu Yu > --- > v4: > 1. discard the CONFIG_E500 to make code for all powerpc platform > 2. code cleanup Is the TLF_NAPPING stuff supported on all powerpc platforms? -Scott