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 C79A8C433EF for ; Mon, 13 Jun 2022 06:51:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232830AbiFMGv0 (ORCPT ); Mon, 13 Jun 2022 02:51:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60414 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238389AbiFMGvG (ORCPT ); Mon, 13 Jun 2022 02:51:06 -0400 Received: from smtp2.axis.com (smtp2.axis.com [195.60.68.18]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A30A31EAF3 for ; Sun, 12 Jun 2022 23:50:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=axis.com; q=dns/txt; s=axis-central1; t=1655103008; x=1686639008; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=lU9y07l9htX2Ezpv/Wvu2OgEPWWB1En/PGmEDFqjdJQ=; b=fRhApd4ArXD3ZG3tGMvwHj3q3mVES9eQQ3RJz+k6CM50CPYApPGSw8Dc 5JSe8AF89GVg42zwXcrX5iHvJ9wHwJc+XA4QOYrPJ6ZQMnvK9SB8xF/8W fJKCQfdqwRlzvt18kc4iqupgNk7GSCF3126fjQ2SCNDV8ahjA+7VpqB1/ e5Z4e54UXDYmubhDMYghN48w43EVNCHmQkXy5HPNvAE1BxIrz4G/6Q1Sx JFocgTKqAev0Mpc0KP5rB58n6Pdrz+zlpHryZHFZ6cp3IDftFQtnD3P/O eovElCL/+66tupSr8Fp7Ld6QT8/K27ftzhMnAQxReXGrDKxx/50BgfjPb w==; Date: Mon, 13 Jun 2022 08:50:05 +0200 From: Vincent Whitchurch To: "Michael S. Tsirkin" CC: Richard Weinberger , Anton Ivanov , Johannes Berg , kernel , Xuan Zhuo , Jason Wang , "linux-um@lists.infradead.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] um: virt-pci: set device ready in probe() Message-ID: <20220613065004.GA21804@axis.com> References: <20220610151203.3492541-1-vincent.whitchurch@axis.com> <20220610203029-mutt-send-email-mst@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20220610203029-mutt-send-email-mst@kernel.org> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jun 11, 2022 at 02:34:04AM +0200, Michael S. Tsirkin wrote: > BTW Johannes I think you need to spec this device and get > an ID - what's the plan for that? Current hack of punting > this to userspace isn't really any good long term. There is work ongoing in QEMU to add a new vfio-user protocol to support out-of-process PCI device emulation. Perhaps an option would be to use that protocol instead in UML too in the future?