From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50472) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UmrTk-0007kc-1r for qemu-devel@nongnu.org; Wed, 12 Jun 2013 16:17:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UmrTh-0002r6-1b for qemu-devel@nongnu.org; Wed, 12 Jun 2013 16:17:11 -0400 Date: Wed, 12 Jun 2013 15:16:57 -0500 From: Scott Wood References: <1367372912-23519-1-git-send-email-scottwood@freescale.com> <03674247-CA3B-4251-A368-BA7DA68655A1@suse.de> In-Reply-To: <03674247-CA3B-4251-A368-BA7DA68655A1@suse.de> (from agraf@suse.de on Wed Jun 12 08:04:55 2013) Message-ID: <1371068217.18413.49@snotra> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; delsp=Yes; format=Flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v3 1/9] KVM: Don't assume that mpstate exists with in-kernel PIC always List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: Jan Kiszka , qemu-ppc@nongnu.org, qemu-devel@nongnu.org On 06/12/2013 08:04:55 AM, Alexander Graf wrote: >=20 > On 01.05.2013, at 03:48, Scott Wood wrote: >=20 > > From: Alexander Graf > > > > On PPC, we don't support MP state. So far it's not necessary and I'm > > not convinced yet that we really need to support it ever. > > > > However, the current idle logic in QEMU assumes that an in-kernel =20 > PIC > > also means we support MP state. This assumption is not true anymore. > > > > Let's split up the two cases into two different variables. That way > > PPC can expose an in-kernel PIC, while not implementing MP state. > > > > Signed-off-by: Alexander Graf > > CC: Jan Kiszka > > Signed-off-by: Scott Wood >=20 > Thanks, applied all except 8/9 to ppc-next. Did you push? I don't see anything since early May on either =20 repo.or.cz or github. -Scott=