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 31BF5C433F5 for ; Thu, 14 Oct 2021 12:57:06 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 7D4ED60249 for ; Thu, 14 Oct 2021 12:57:05 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 7D4ED60249 Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=crudebyte.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=nongnu.org Received: from localhost ([::1]:54068 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mb0IC-0003Q9-JD for qemu-devel@archiver.kernel.org; Thu, 14 Oct 2021 08:57:04 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:57296) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mb0HB-0002fA-JW for qemu-devel@nongnu.org; Thu, 14 Oct 2021 08:56:01 -0400 Received: from kylie.crudebyte.com ([5.189.157.229]:48211) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mb0H9-0000rs-Jr for qemu-devel@nongnu.org; Thu, 14 Oct 2021 08:56:01 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=crudebyte.com; s=kylie; h=Content-Type:Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From: Content-ID:Content-Description; bh=bnxqSOwgw0n6hicGAXRCL1Bxd/VXT2Zk+5bkIwNdo9k=; b=VIgc0qsL6FGie7Z0AEG5K/HlG8 m59q5OFx9/TJxqfZClIoyKNV/y+m5MAPqpKKI9LYqFUVjCw23wxRm3+zL550iDlxvWHbY3SIoiHEV XiPQJPMOj3y+Q0waP58kzmc07P75jFntiIkqxcL6Th4E5RyQi532vdD8nbLX9Y1rKQBZUCaDwL7uJ fJeExFBtsflIkZReG/i6gq2+9M1XVZ5g6UlW0nNwTxIDlVj4+i7ZMqnfukDSywlhhHNNHsh5SLvx1 pkwuAuazSMsLj525Ll+LjShqEZW0bBLtoGndblEfK7Ex09KbcAg5z3e4aI5Jcoo23WBQXJEOxwDG4 6jWvHmz4HdCEEYdqu8phspssaCntu0//EqnaXhsGA4vm9Vt2h8m3g4F4Eug7T4avbnz3gDUiTryAJ m1u8Mf01tTkAMlrXZTBadDn3zxow/ITv8lcKDbakOzyJG17bff5WP7GvjWOpXrJzAFs7wZ7AdWxYg ZkyFrbwjL+3HYjqI9xueFdEd77yyXQS7waJu5aMW8fqBNxrNuumgbE8pyRZTq8aYXf0BpWuzBEZWt yxTqpZ35hus8KT6R/+yreiuFIPnR2JNxNZc/oejLyvAvJru6kQuaoNgSfxfx2MNw0Xy+0wzjnYhVW DdTy5EWflj+u5Y6YsclcnPfzyAQy/ianr6UeNoSeg=; From: Christian Schoenebeck To: qemu-devel@nongnu.org Cc: Will Cohen , Greg Kurz Subject: Re: [PATCH 00/11] 9p: Add support for Darwin Date: Thu, 14 Oct 2021 14:55:55 +0200 Message-ID: <3493661.FTZtrCqsiM@silver> In-Reply-To: References: <20211013230405.32170-1-wwcohen@gmail.com> <7858538.Xg4lN0sot7@silver> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" Received-SPF: pass client-ip=5.189.157.229; envelope-from=qemu_oss@crudebyte.com; helo=kylie.crudebyte.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" On Donnerstag, 14. Oktober 2021 14:22:19 CEST Will Cohen wrote: > Correct. It's been tested and functions when applied to QEMU master, with > host running macOS Big Sur 11.6 (personal machine) using client 9p2000.L > (taking a cue from the guest mounting instructions on > https://wiki.qemu.org/Documentation/9psetup). So it was the Linux kernel's 9p client on guest side with 9p 'local' fs dri= ver=20 and 9p transport driver was 'virtio-pci'. I was just wondering if somebody already bothered for macOS being the guest= ,=20 because that use case is a bit more challenging, especially with macOS 11 a= nd=20 higher. But I see that's nothing you were into. > On Thu, Oct 14, 2021 at 7:57 AM Christian Schoenebeck < >=20 > qemu_oss@crudebyte.com> wrote: > > On Donnerstag, 14. Oktober 2021 12:48:55 CEST Will Cohen wrote: > > > Many thanks for all the clarifications =E2=80=94 it=E2=80=99s my firs= t time using > > > git-send-email and first time with mailing-list-based devel workflows. > >=20 > > Will > >=20 > > > adjust accordingly, work through gitlab, and eventually resend via > > > git-publish as v2. > >=20 > > So the intended use case is macOS being host. > >=20 > > Has this been tested, and if yes, using which 9p client and which macOS > > version? > >=20 > > Best regards, > > Christian Schoenebeck