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

2022-03-02 Thread Christian Schoenebeck
On Dienstag, 1. März 2022 21:09:27 CET Will Cohen wrote: > On Tue, Mar 1, 2022 at 2:25 PM Christian Schoenebeck > > wrote: > > On Sonntag, 27. Februar 2022 23:35:11 CET Will Cohen wrote: > > > This is a followup to > > > https://lists.gnu.org/archive/html/qemu-devel/2022-02/msg04391.html, > > > >

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

2022-03-01 Thread Will Cohen
On Tue, Mar 1, 2022 at 2:25 PM Christian Schoenebeck wrote: > On Sonntag, 27. Februar 2022 23:35:11 CET Will Cohen wrote: > > This is a followup to > > https://lists.gnu.org/archive/html/qemu-devel/2022-02/msg04391.html, > adding > > 9p server support for Darwin. > > > > Since v8, the following c

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

2022-03-01 Thread Christian Schoenebeck
On Sonntag, 27. Februar 2022 23:35:11 CET Will Cohen wrote: > This is a followup to > https://lists.gnu.org/archive/html/qemu-devel/2022-02/msg04391.html, adding > 9p server support for Darwin. > > Since v8, the following changes have been made: > > Patch 4/11 (9p: darwin: Handle struct dirent di

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

2022-02-27 Thread Will Cohen
This is a followup to https://lists.gnu.org/archive/html/qemu-devel/2022-02/msg04391.html, adding 9p server support for Darwin. Since v8, the following changes have been made: Patch 4/11 (9p: darwin: Handle struct dirent differences) - Declare qemu_dirent_off as static to prevent linker error -