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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8A31DC433FE for ; Wed, 13 Apr 2022 05:52:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232204AbiDMFyx (ORCPT ); Wed, 13 Apr 2022 01:54:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55146 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229917AbiDMFyx (ORCPT ); Wed, 13 Apr 2022 01:54:53 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8F0AA38DB5; Tue, 12 Apr 2022 22:52:33 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id 755E568B05; Wed, 13 Apr 2022 07:52:29 +0200 (CEST) Date: Wed, 13 Apr 2022 07:52:29 +0200 From: Christoph Hellwig To: Jason Gunthorpe Cc: Alexander Gordeev , David Airlie , Tony Krowiak , Alex Williamson , Christian Borntraeger , Cornelia Huck , Jonathan Corbet , Daniel Vetter , dri-devel@lists.freedesktop.org, Eric Farman , Harald Freudenberger , Vasily Gorbik , Heiko Carstens , intel-gfx@lists.freedesktop.org, intel-gvt-dev@lists.freedesktop.org, Jani Nikula , Jason Herne , Joonas Lahtinen , kvm@vger.kernel.org, Kirti Wankhede , linux-doc@vger.kernel.org, linux-s390@vger.kernel.org, Matthew Rosato , Peter Oberparleiter , Halil Pasic , Rodrigo Vivi , Sven Schnelle , Tvrtko Ursulin , Vineeth Vijayan , Zhenyu Wang , Zhi Wang , Christoph Hellwig , "Tian, Kevin" , "Liu, Yi L" Subject: Re: [PATCH 0/9] Make the rest of the VFIO driver interface use vfio_device Message-ID: <20220413055229.GA32092@lst.de> References: <0-v1-a8faf768d202+125dd-vfio_mdev_no_group_jgg@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0-v1-a8faf768d202+125dd-vfio_mdev_no_group_jgg@nvidia.com> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Tue, Apr 12, 2022 at 12:53:27PM -0300, Jason Gunthorpe wrote: > There is a conflict with Christoph's gvt rework here: > > https://lore.kernel.org/all/20220411141403.86980-1-hch@lst.de/ > > I've organized this so it is independent of Christoph's series, by adding > the temporary mdev_legacy_get_vfio_device(), however it is easy for me to > rebase. We can decide what to do as we see what becomes mergable. My > preference would be to see Christoph's series merged into the drm&vfio > trees and we do both series this cycle. The hacks for the unconverted gvt are a real mess, so I hope we can finish the gvt conversion first.