From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:23292 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728443AbgDWN5p (ORCPT ); Thu, 23 Apr 2020 09:57:45 -0400 Received: from pps.filterd (m0187473.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 03NDWkB1074790 for ; Thu, 23 Apr 2020 09:57:45 -0400 Received: from e06smtp03.uk.ibm.com (e06smtp03.uk.ibm.com [195.75.94.99]) by mx0a-001b2d01.pphosted.com with ESMTP id 30jrxmqk44-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 23 Apr 2020 09:57:45 -0400 Received: from localhost by e06smtp03.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 23 Apr 2020 14:57:17 +0100 Date: Thu, 23 Apr 2020 15:56:20 +0200 From: Halil Pasic Subject: Re: [PATCH 1/1] vfio-ccw: Enable transparent CCW IPL from DASD In-Reply-To: <20200417182939.11460-2-jrossi@linux.ibm.com> References: <20200417182939.11460-1-jrossi@linux.ibm.com> <20200417182939.11460-2-jrossi@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Message-Id: <20200423155620.493cb7cb.pasic@linux.ibm.com> Sender: linux-s390-owner@vger.kernel.org List-ID: To: Jared Rossi Cc: Eric Farman , Cornelia Huck , linux-s390@vger.kernel.org, kvm@vger.kernel.org, linux-kernel@vger.kernel.org On Fri, 17 Apr 2020 14:29:39 -0400 Jared Rossi wrote: > Remove the explicit prefetch check when using vfio-ccw devices. > This check is not needed as all Linux channel programs are intended > to use prefetch and will be executed in the same way regardless. Hm. This is a guest thing or? So you basically say, it is OK to do this, because you know that the guest is gonna be Linux and that it the channel program is intended to use prefetch -- but the ORB supplied by the guest that designates the channel program happens to state the opposite. Or am I missing something? Regards, Halil