From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37880) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aC3OL-0004tr-Hk for qemu-devel@nongnu.org; Thu, 24 Dec 2015 05:45:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aC3OH-0005RP-Lc for qemu-devel@nongnu.org; Thu, 24 Dec 2015 05:45:05 -0500 Received: from mail-wm0-x236.google.com ([2a00:1450:400c:c09::236]:33561) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aC3OG-0005QR-D5 for qemu-devel@nongnu.org; Thu, 24 Dec 2015 05:45:01 -0500 Received: by mail-wm0-x236.google.com with SMTP id p187so174222148wmp.0 for ; Thu, 24 Dec 2015 02:45:00 -0800 (PST) Date: Thu, 24 Dec 2015 12:44:59 +0200 From: Shmulik Ladkani Message-ID: <20151224124459.6ef676a9@pixies> In-Reply-To: <20151224082527.GY3011@voom.redhat.com> References: <1450899215-19311-1-git-send-email-shmulik.ladkani@ravellosystems.com> <20151224082527.GY3011@voom.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] spapr: Introduce SPAPR_COMPAT_2_5 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: idan.brown@ravellosystems.com, qemu-ppc@nongnu.org, Alexander Graf , qemu-devel@nongnu.org Hi, On Thu, 24 Dec 2015 19:25:27 +1100, david@gibson.dropbear.id.au wrote: > On Wed, Dec 23, 2015 at 09:33:35PM +0200, Shmulik Ladkani wrote: > > In 240240d5 'pc: Add pc-*-2.6 machine classes' HW_COMPAT_2_5 and > > PC_COMPAT_2_5 were introduced. > > > > Accordingly, introduce SPAPR_COMPAT_2_5 that uses HW_COMPAT_2_5. > > > > Signed-off-by: Shmulik Ladkani > > Sorry, this needs to be reworked for the changes I have queued to the > spapr machine types. If you have time, look at > git://github.com/dgibson/qemu.git, branch 'ppc-for-2.6'. Otherwise > I'll get to it at some point. Sure, I assume you eventually add a SPAPR_COMPAT_2_5 prior 2.6, so there's no rush to push this in its current form - it was for sake of completeness as HW_COMPAT_2_5 starts getting populated. Thanks Shmulik