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 078E1C433F5 for ; Mon, 7 Feb 2022 07:03:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239113AbiBGHA2 (ORCPT ); Mon, 7 Feb 2022 02:00:28 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45678 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233577AbiBGG4e (ORCPT ); Mon, 7 Feb 2022 01:56:34 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 71C74C043181; Sun, 6 Feb 2022 22:56:34 -0800 (PST) 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=cfWwWe36sG+Y83anfyfOEB5feuRwhzwDVIEumFOEWB8=; b=fVXgHg0VCYFJhqeRERXKjGa/7V xg8rV0LWFohWci0uhJ8wBFnsqBoxy8evuwcDd0jU/6q3A/IAG3TFBoj/m1OfCGoNfl+KsHOLVHHz8 IC6gL5mlb0Z+3HkiPFG4+nJIjOj/i3ESavhcpIj9aNuwYzM+Ym9R+9TpSAOHnN9hTs46tff0QUMX+ 0fkiOHggF/XSPi71w9Ohmc5aXMQX/y/v3remKjlz9ULuiCAia/omt74nxpsKAxzvzLFWVKzhBIylk +Nl25+AyfGKKj/E4/dkQ74SfrBHGvN6G60vWRTURVDVfKe9Xs6z/8ryLhQxMOAUXmZzF37nK2Eeji WqawdAbg==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nGxwt-009C7m-Uo; Mon, 07 Feb 2022 06:56:31 +0000 Date: Sun, 6 Feb 2022 22:56:31 -0800 From: Christoph Hellwig To: James Hilliard Cc: Iouri Tarassov , "K. Y. Srinivasan" , Haiyang Zhang , Stephen Hemminger , Wei Liu , linux-hyperv@vger.kernel.org, Linux Kernel Mailing List , spronovo@microsoft.com, Greg Kroah-Hartman Subject: Re: [PATCH v2 00/24] Driver for Hyper-v virtual compute device Message-ID: References: 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: linux-kernel@vger.kernel.org On Sat, Feb 05, 2022 at 09:15:27PM -0700, James Hilliard wrote: > Does the fully open source user-space implementation actually use the entire > user-space API exposed by this driver? I think that is the abolute minimum. But more importantly: I don't think we'd want to expose interface in a virtual GPU driver that aren't also supported by a native one.