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 X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B4CC8C43461 for ; Fri, 16 Apr 2021 13:20:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 851F7610CB for ; Fri, 16 Apr 2021 13:20:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235698AbhDPNVB (ORCPT ); Fri, 16 Apr 2021 09:21:01 -0400 Received: from mail.kernel.org ([198.145.29.99]:42260 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235361AbhDPNVB (ORCPT ); Fri, 16 Apr 2021 09:21:01 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 7725261003; Fri, 16 Apr 2021 13:20:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1618579236; bh=Wi/nLQgcn/JH9WXBh2E48up7ZmjmYCgAyJbsb8cnjhU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=1LuNiiCLcb4ktgUkDnBBapxHecDoi5oh56ZAOAi4Iqa6pZvQh0UJfDDURu+hxtmsO /Ave1zJZUXipPd5pThy8mcZoI4fdkhoZF8hRu7pichW1BMdreZh2kah60sarZmtBB4 q6uh0dRuf6QF1AKDWUiFs+spApSb4+1PfevFKiBY= Date: Fri, 16 Apr 2021 15:20:33 +0200 From: Greg Kroah-Hartman To: Sven Van Asbroeck Cc: Nick Desaulniers , Linus Torvalds , Miguel Ojeda , rust-for-linux@vger.kernel.org, Linux Kbuild mailing list , "open list:DOCUMENTATION" , Linux Kernel Mailing List , Alex Gaynor , Geoffrey Thomas , Finn Behrens , Adam Bratschi-Kaye , Wedson Almeida Filho Subject: Re: [PATCH 09/13] Samples: Rust examples Message-ID: References: <20210414184604.23473-1-ojeda@kernel.org> <20210414184604.23473-10-ojeda@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Fri, Apr 16, 2021 at 09:07:10AM -0400, Sven Van Asbroeck wrote: > On Thu, Apr 15, 2021 at 3:11 AM Greg Kroah-Hartman > wrote: > > > > I've been talking with the developers here about doing a "real" driver > > Would it be beneficial if the device h/w targeted by the "real" Rust > driver has QEMU emulation? Perhaps in addition to physical silicon. Again, as was reported, a nvme driver falls into that category today, no need to look very far. thanks, greg k-h