From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49226) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHDSK-0006j1-LJ for qemu-devel@nongnu.org; Thu, 07 Jan 2016 11:30:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aHDSG-0002hI-IC for qemu-devel@nongnu.org; Thu, 07 Jan 2016 11:30:32 -0500 Received: from mx1.redhat.com ([209.132.183.28]:53919) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHDSG-0002hD-CZ for qemu-devel@nongnu.org; Thu, 07 Jan 2016 11:30:28 -0500 References: <1450423803-12839-1-git-send-email-shmulik.ladkani@ravellosystems.com> <1450423803-12839-2-git-send-email-shmulik.ladkani@ravellosystems.com> <20151223212139.2c8f7beb@halley> From: Paolo Bonzini Message-ID: <568E929C.3080504@redhat.com> Date: Thu, 7 Jan 2016 17:30:20 +0100 MIME-Version: 1.0 In-Reply-To: <20151223212139.2c8f7beb@halley> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/2] compat: Introduce HW_COMPAT_2_5 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Shmulik Ladkani , David Gibson , Cornelia Huck Cc: Dmitry Fleytman , Jason Wang , idan.brown@ravellosystems.com, qemu-devel@nongnu.org On 23/12/2015 20:21, Shmulik Ladkani wrote: > Hi, > > On Fri, 18 Dec 2015 09:30:02 +0200 Shmulik Ladkani wrote: >> Introduce the place-holder for 2.5 back-compat properties, and the >> accompanying PC_COMPAT_2_5, CCW_COMPAT_2_5, SPAPR_COMPAT_2_5. > > Please ignore this series, it'll clash. > > Recent pull has already introduced HW_COMPAT_2_5 and PC_COMPAT_2_5 > (240240d pc: Add pc-*-2.6 machine classes). > > I'll send patches introducing only CCW_COMPAT_2_5 and SPAPR_COMPAT_2_5 Can you send these now? Thanks, Paolo