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 3E6D1C83F01 for ; Thu, 31 Aug 2023 14:04:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344706AbjHaOEb (ORCPT ); Thu, 31 Aug 2023 10:04:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56840 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234395AbjHaOEa (ORCPT ); Thu, 31 Aug 2023 10:04:30 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C0D89C3; Thu, 31 Aug 2023 07:04:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=1SWpGuD0KAPwny6nFb7h3tcRQQzmHIwSo1V8zXl2M7w=; b=qAfMPKJ+s+tSpiRNCSXWUOdVU7 iEs3qsK2cvk3FkxIUcYSX7nOlv8RkTKrU6vIWd2KoD8yV2so3azqanfoG61mSleeMh9AKPNmPKze6 Yyai3HzY+AzNfMDJeW5eMS/B36EcifUZQtkhJBKTv7TQGt+vubGFA5v4ZD165a+jdEzcK2+s1SsK9 4ZopkQWOX9xFIXpfmqkNTPB8XTmCsVQ3sM+ZfgmDmEc/mXirolMrWHVdDTUV8w6ISjHx0H3JFStz9 Ivk507Lx+5Xj4SZoYWhWZihUWZDDtEyTp3xsbGchpr+y2jixb695MF+TUF3FBzaMAH1VPu+4/JtTf 5/Jy/Arg==; Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1qbiHK-00FPO9-1V; Thu, 31 Aug 2023 14:04:10 +0000 Date: Thu, 31 Aug 2023 07:04:10 -0700 From: Christoph Hellwig To: Ankit Agrawal Cc: Christoph Hellwig , Jason Gunthorpe , "alex.williamson@redhat.com" , Yishai Hadas , "shameerali.kolothum.thodi@huawei.com" , "kevin.tian@intel.com" , Aniket Agashe , Neo Jia , Kirti Wankhede , "Tarun Gupta (SW-GPU)" , Vikram Sethi , Andy Currid , Alistair Popple , John Hubbard , Dan Williams , "kvm@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Greg Kroah-Hartman , David Airlie , "dri-devel@lists.freedesktop.org" , Daniel Vetter Subject: Re: [PATCH v7 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper Message-ID: References: <20230822202303.19661-1-ankita@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Thu, Aug 31, 2023 at 01:51:11PM +0000, Ankit Agrawal wrote: > Hi Christoph, > > >Whats the actual consumer running in a qemu VM here? > The primary use case in the VM is to run the open source Nvidia > driver (https://github.com/NVIDIA/open-gpu-kernel-modules) > and workloads. So this infrastructure to run things in a VM that we don't even support in mainline? I think we need nouveau support for this hardware in the drm driver first, before adding magic vfio support.