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

2022-02-07 Thread Will Cohen
On Mon, Feb 7, 2022 at 9:47 AM Christian Schoenebeck wrote: > On Sonntag, 6. Februar 2022 21:07:08 CET Will Cohen wrote: > > This is a followup to > > https://lists.nongnu.org/archive/html/qemu-devel/2022-01/msg05993.html, > > adding 9p server support for Darwin. > > > > Since v3, the following c

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

2022-02-07 Thread Christian Schoenebeck
On Sonntag, 6. Februar 2022 21:07:08 CET Will Cohen wrote: > This is a followup to > https://lists.nongnu.org/archive/html/qemu-devel/2022-01/msg05993.html, > adding 9p server support for Darwin. > > Since v3, the following changes have been made: > > - Move XATTR_SIZE_MAX to P9_XATTR_SIZE MAX in

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

2022-02-06 Thread Will Cohen
This is a followup to https://lists.nongnu.org/archive/html/qemu-devel/2022-01/msg05993.html, adding 9p server support for Darwin. Since v3, the following changes have been made: - Move XATTR_SIZE_MAX to P9_XATTR_SIZE MAX in 9p.h, and provide explanatory context as preliminary solution - Add ex