Re: [PATCH v4 10/11] 9p: darwin: meson: Allow VirtFS on Darwin

2022-02-07 Thread Christian Schoenebeck
On Montag, 7. Februar 2022 15:37:00 CET Will Cohen wrote: > On Mon, Feb 7, 2022 at 9:27 AM Christian Schoenebeck > > wrote: > > On Sonntag, 6. Februar 2022 21:07:18 CET Will Cohen wrote: > > > From: Keno Fischer > > > > > > Signed-off-by: Keno Fischer > > > [Michael Roitzsch: - Rebase for NixOS

Re: [PATCH v4 10/11] 9p: darwin: meson: Allow VirtFS on Darwin

2022-02-07 Thread Christian Schoenebeck
On Montag, 7. Februar 2022 15:39:30 CET Greg Kurz wrote: > On Mon, 07 Feb 2022 15:15:46 +0100 > > Christian Schoenebeck wrote: > > On Montag, 7. Februar 2022 02:05:32 CET Will Cohen wrote: > > > On Sun, Feb 6, 2022 at 4:22 PM Philippe Mathieu-Daudé > > > > > > wrote: > > > > On 6/2/22 21:07, Wi

Re: [PATCH v4 10/11] 9p: darwin: meson: Allow VirtFS on Darwin

2022-02-07 Thread Greg Kurz
On Mon, 07 Feb 2022 15:15:46 +0100 Christian Schoenebeck wrote: > On Montag, 7. Februar 2022 02:05:32 CET Will Cohen wrote: > > On Sun, Feb 6, 2022 at 4:22 PM Philippe Mathieu-Daudé > > > > wrote: > > > On 6/2/22 21:07, Will Cohen wrote: > > > > From: Keno Fischer > > > > > > > > Signed-off-b

Re: [PATCH v4 10/11] 9p: darwin: meson: Allow VirtFS on Darwin

2022-02-07 Thread Will Cohen
On Mon, Feb 7, 2022 at 9:27 AM Christian Schoenebeck wrote: > On Sonntag, 6. Februar 2022 21:07:18 CET Will Cohen wrote: > > From: Keno Fischer > > > > Signed-off-by: Keno Fischer > > [Michael Roitzsch: - Rebase for NixOS] > > Signed-off-by: Michael Roitzsch > > [Will Cohen: - Rebase to master

Re: [PATCH v4 10/11] 9p: darwin: meson: Allow VirtFS on Darwin

2022-02-07 Thread Christian Schoenebeck
On Sonntag, 6. Februar 2022 21:07:18 CET Will Cohen wrote: > From: Keno Fischer > > Signed-off-by: Keno Fischer > [Michael Roitzsch: - Rebase for NixOS] > Signed-off-by: Michael Roitzsch > [Will Cohen: - Rebase to master] > Signed-off-by: Will Cohen > Reviewed-by: Paolo Bonzini > [Will Cohen:

Re: [PATCH v4 10/11] 9p: darwin: meson: Allow VirtFS on Darwin

2022-02-07 Thread Christian Schoenebeck
On Montag, 7. Februar 2022 02:05:32 CET Will Cohen wrote: > On Sun, Feb 6, 2022 at 4:22 PM Philippe Mathieu-Daudé > > wrote: > > On 6/2/22 21:07, Will Cohen wrote: > > > From: Keno Fischer > > > > > > Signed-off-by: Keno Fischer > > > [Michael Roitzsch: - Rebase for NixOS] > > > Signed-off-by:

Re: [PATCH v4 10/11] 9p: darwin: meson: Allow VirtFS on Darwin

2022-02-07 Thread Will Cohen
On Mon, Feb 7, 2022 at 9:15 AM Christian Schoenebeck wrote: > On Montag, 7. Februar 2022 02:05:32 CET Will Cohen wrote: > > On Sun, Feb 6, 2022 at 4:22 PM Philippe Mathieu-Daudé > > > > wrote: > > > On 6/2/22 21:07, Will Cohen wrote: > > > > From: Keno Fischer > > > > > > > > Signed-off-by: Ken

Re: [PATCH v4 10/11] 9p: darwin: meson: Allow VirtFS on Darwin

2022-02-06 Thread Will Cohen
Only because porting the proxy-helper to macOS is outside the scope of this particular patch. While some initial concepts around it have been considered by some of the contributors to this patch, those implementations weren't tested enough and the security implications weren't considered in full. W

Re: [PATCH v4 10/11] 9p: darwin: meson: Allow VirtFS on Darwin

2022-02-06 Thread Philippe Mathieu-Daudé via
On 6/2/22 21:07, Will Cohen wrote: From: Keno Fischer Signed-off-by: Keno Fischer [Michael Roitzsch: - Rebase for NixOS] Signed-off-by: Michael Roitzsch [Will Cohen: - Rebase to master] Signed-off-by: Will Cohen Reviewed-by: Paolo Bonzini [Will Cohen: - Add check for pthread_fchdir_np to vi