Re: [PATCH 00/11] 9p: Add support for Darwin

2021-10-20 Thread Christian Schoenebeck
On Donnerstag, 14. Oktober 2021 15:23:25 CEST Will Cohen wrote: > Correct, sorry for the imprecise language. The use case being contemplated > is limited to Linux as the guest side, specifically for cross-platform > tools where the macOS implementation consists of integrating a Linux VM via > QEMU.

Re: [PATCH 00/11] 9p: Add support for Darwin

2021-10-14 Thread Will Cohen
Correct, sorry for the imprecise language. The use case being contemplated is limited to Linux as the guest side, specifically for cross-platform tools where the macOS implementation consists of integrating a Linux VM via QEMU. NixOS (updater of the original patch, https://github.com/NixOS/nixpkgs

Re: [PATCH 00/11] 9p: Add support for Darwin

2021-10-14 Thread Christian Schoenebeck
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/Docu

Re: [PATCH 00/11] 9p: Add support for Darwin

2021-10-14 Thread Will Cohen
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). On Thu, Oct 14, 2021 at 7:57 AM Christian Schoenebe

Re: [PATCH 00/11] 9p: Add support for Darwin

2021-10-14 Thread Christian Schoenebeck
On Donnerstag, 14. Oktober 2021 12:48:55 CEST Will Cohen wrote: > Many thanks for all the clarifications — it’s my first time using > git-send-email and first time with mailing-list-based devel workflows. Will > adjust accordingly, work through gitlab, and eventually resend via > git-publish as v2.

Re: [PATCH 00/11] 9p: Add support for Darwin

2021-10-14 Thread Will Cohen
Many thanks for all the clarifications — it’s my first time using git-send-email and first time with mailing-list-based devel workflows. Will adjust accordingly, work through gitlab, and eventually resend via git-publish as v2. On Thu, Oct 14, 2021 at 3:04 AM Greg Kurz wrote: > Hi Will, > > It i

Re: [PATCH 00/11] 9p: Add support for Darwin

2021-10-14 Thread Greg Kurz
Hi Will, It is strongly recommended that you Cc maintainers to increase the odds they notice your patches in the flood of qemu-devel. FYI I only noticed them because git-send-email Cc'd me thanks to the Reviewed-by: tags and my address didn't change in the meantime. I'm thus Cc'ing Christian who i

[PATCH 00/11] 9p: Add support for Darwin

2021-10-13 Thread Will Cohen
This is a continuation of a patch series adding 9p server support for Darwin, originally submitted by Keno Fischer in mid-2018 (https://lists.nongnu.org/archive/html/qemu-devel/2018-06/msg04643.html). In some sense, this could be considered [PATCH v4] of that process, but I assume that the multi-ye

[PATCH 00/11] 9p: Add support for Darwin

2021-10-13 Thread Will Cohen
This is a continuation of a patch series adding 9p server support for Darwin, originally submitted by Keno Fischer in mid-2018 (https://lists.gnu.org/archive/html/qemu-devel/2018-06/msg04643.html). It has since been updated and rebased for NixOS by Michael Roitzsch (https://github.com/NixOS/nixpkg

[PATCH 00/11] 9p: Add support for Darwin

2021-10-13 Thread Will Cohen
This is a continuation of a patch series adding 9p server support for Darwin, originally submitted by Keno Fischer in mid-2018 (https://lists.gnu.org/archive/html/qemu-devel/2018-06/msg04643.html). It has since been updated and rebased for NixOS by Michael Roitzsch (https://github.com/NixOS/nixpkg