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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 50A51C433EF for ; Fri, 15 Oct 2021 13:20:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 32ECD60C49 for ; Fri, 15 Oct 2021 13:20:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239323AbhJONXC (ORCPT ); Fri, 15 Oct 2021 09:23:02 -0400 Received: from verein.lst.de ([213.95.11.211]:54487 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230500AbhJONXB (ORCPT ); Fri, 15 Oct 2021 09:23:01 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 9CAF168BFE; Fri, 15 Oct 2021 15:20:52 +0200 (CEST) Date: Fri, 15 Oct 2021 15:20:52 +0200 From: Christoph Hellwig To: Jason Gunthorpe Cc: Alex Williamson , Cornelia Huck , kvm@vger.kernel.org, Christoph Hellwig , "Tian, Kevin" , Liu Yi L Subject: Re: [PATCH v3 0/5] Update vfio_group to use the modern cdev lifecycle Message-ID: <20211015132052.GA29841@lst.de> References: <0-v3-2fdfe4ca2cc6+18c-vfio_group_cdev_jgg@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0-v3-2fdfe4ca2cc6+18c-vfio_group_cdev_jgg@nvidia.com> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Fri, Oct 15, 2021 at 08:40:49AM -0300, Jason Gunthorpe wrote: > This builds on Christoph's work to revise how the vfio_group works and is > against the latest VFIO tree. Which already is in vfio/next now, btw.