From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5EEB4C4321A for ; Tue, 11 Jun 2019 10:37:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3B0302080A for ; Tue, 11 Jun 2019 10:37:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727796AbfFKKhv (ORCPT ); Tue, 11 Jun 2019 06:37:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46578 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725811AbfFKKhu (ORCPT ); Tue, 11 Jun 2019 06:37:50 -0400 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 85F543082E70; Tue, 11 Jun 2019 10:37:50 +0000 (UTC) Received: from gondolin (ovpn-204-147.brq.redhat.com [10.40.204.147]) by smtp.corp.redhat.com (Postfix) with ESMTP id 2C29619C70; Tue, 11 Jun 2019 10:37:43 +0000 (UTC) Date: Tue, 11 Jun 2019 12:37:40 +0200 From: Cornelia Huck To: Halil Pasic Cc: kvm@vger.kernel.org, linux-s390@vger.kernel.org, Sebastian Ott , Heiko Carstens , virtualization@lists.linux-foundation.org, "Michael S. Tsirkin" , Christoph Hellwig , Thomas Huth , Christian Borntraeger , Viktor Mihajlovski , Vasily Gorbik , Janosch Frank , Michael Mueller , Claudio Imbrenda , Farhan Ali , Eric Farman , "Jason J. Herne" Subject: Re: [PATCH v4 0/8] s390: virtio: support protected virtualization Message-ID: <20190611123740.3d46f31b.cohuck@redhat.com> In-Reply-To: <20190606115127.55519-1-pasic@linux.ibm.com> References: <20190606115127.55519-1-pasic@linux.ibm.com> Organization: Red Hat GmbH MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.46]); Tue, 11 Jun 2019 10:37:50 +0000 (UTC) Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Thu, 6 Jun 2019 13:51:19 +0200 Halil Pasic wrote: > * Documentation is still very sketchy. I'm committed to improving this, > but I'm currently hampered by some dependencies currently. Have the "dependencies" been resolved in the meantime? It probably would be a good idea to include some documentation for what needs to be dma and what doesn't somewhere in the kernel documentation (IIRC we have a s390 drivers 'book' partially generated from kerneldoc; there's some general document about the cio interfaces as well, but I'm not sure how up-to-date that is.) I think the code in here looks sane from my point of view (except for the one easy-to-fix issue I found); I would be fine with the virtio-ccw patches making it into the kernel via the s390 tree (and not via the virtio tree).