From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:53960 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726704AbgBQQ6i (ORCPT ); Mon, 17 Feb 2020 11:58:38 -0500 Received: from pps.filterd (m0098399.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 01HGrk8m097880 for ; Mon, 17 Feb 2020 11:58:37 -0500 Received: from e06smtp04.uk.ibm.com (e06smtp04.uk.ibm.com [195.75.94.100]) by mx0a-001b2d01.pphosted.com with ESMTP id 2y6dp8e5e6-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Mon, 17 Feb 2020 11:58:37 -0500 Received: from localhost by e06smtp04.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 17 Feb 2020 16:58:34 -0000 Subject: Re: [PATCH v2 20/42] KVM: S390: protvirt: Introduce instruction data area bounce buffer References: <20200214222658.12946-1-borntraeger@de.ibm.com> <20200214222658.12946-21-borntraeger@de.ibm.com> <17ed7342-0bf9-2697-8475-813de72d30b1@linux.ibm.com> From: Christian Borntraeger Date: Mon, 17 Feb 2020 17:58:26 +0100 MIME-Version: 1.0 In-Reply-To: <17ed7342-0bf9-2697-8475-813de72d30b1@linux.ibm.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Message-Id: <3d5bbcbe-c804-a353-9fdf-1209eb7f0c41@de.ibm.com> Sender: linux-s390-owner@vger.kernel.org List-ID: To: Janosch Frank , David Hildenbrand , Janosch Frank Cc: KVM , Cornelia Huck , Thomas Huth , Ulrich Weigand , Claudio Imbrenda , linux-s390 , Michael Mueller , Vasily Gorbik On 17.02.20 16:38, Janosch Frank wrote: >> I would rather use the current patch instead of adding a new ioctl. >> > > Well, then I'd suggest moving the normal memop ops into an own function > and also move the ar check into there. Yes, I will refactor that and change the kvm_s390_mem_op structure.