From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33254) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHAeV-0001WH-Ic for qemu-devel@nongnu.org; Thu, 07 Jan 2016 08:30:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aHAeQ-00087g-Fx for qemu-devel@nongnu.org; Thu, 07 Jan 2016 08:30:55 -0500 Received: from e06smtp06.uk.ibm.com ([195.75.94.102]:60731) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHAeQ-00086q-5m for qemu-devel@nongnu.org; Thu, 07 Jan 2016 08:30:50 -0500 Received: from localhost by e06smtp06.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 7 Jan 2016 13:30:47 -0000 Received: from b06cxnps3074.portsmouth.uk.ibm.com (d06relay09.portsmouth.uk.ibm.com [9.149.109.194]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id BEEE6219004D for ; Thu, 7 Jan 2016 13:30:20 +0000 (GMT) Received: from d06av10.portsmouth.uk.ibm.com (d06av10.portsmouth.uk.ibm.com [9.149.37.251]) by b06cxnps3074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u07DUVhx10879428 for ; Thu, 7 Jan 2016 13:30:31 GMT Received: from d06av10.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av10.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u07CUW74028111 for ; Thu, 7 Jan 2016 05:30:32 -0700 Date: Thu, 7 Jan 2016 14:30:17 +0100 From: Cornelia Huck Message-ID: <20160107143017.31138b3a.cornelia.huck@de.ibm.com> In-Reply-To: <1450899731-19517-1-git-send-email-shmulik.ladkani@ravellosystems.com> References: <1450899731-19517-1-git-send-email-shmulik.ladkani@ravellosystems.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] s390: Introduce CCW_COMPAT_2_5 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Shmulik Ladkani Cc: idan.brown@ravellosystems.com, Alexander Graf , Eduardo Habkost , qemu-devel@nongnu.org On Wed, 23 Dec 2015 21:42:11 +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 CCW_COMPAT_2_5 that uses HW_COMPAT_2_5. > > Signed-off-by: Shmulik Ladkani > --- > hw/s390x/s390-virtio-ccw.c | 9 +++++++++ > 1 file changed, 9 insertions(+) Thanks, applied to my s390-next branch (after fixing up a trivial conflict).