Re: [PATCH 00/16] hw/9pfs: Add 9pfs support for Windows

2022-10-27 Thread Bin Meng
On Fri, Oct 28, 2022 at 12:31 AM Christian Schoenebeck wrote: > > On Thursday, October 27, 2022 6:19:27 PM CEST Bin Meng wrote: > > Hi Christian, > > > > On Mon, Oct 24, 2022 at 1:16 PM Bin Meng wrote: > > > > > > At present there is no Windows support for 9p file system. > > > This series adds i

Re: [PATCH 00/16] hw/9pfs: Add 9pfs support for Windows

2022-10-27 Thread Christian Schoenebeck
On Thursday, October 27, 2022 6:19:27 PM CEST Bin Meng wrote: > Hi Christian, > > On Mon, Oct 24, 2022 at 1:16 PM Bin Meng wrote: > > > > At present there is no Windows support for 9p file system. > > This series adds initial Windows support for 9p file system. > > > > 'local' file system backend

Re: [PATCH 00/16] hw/9pfs: Add 9pfs support for Windows

2022-10-27 Thread Bin Meng
Hi Christian, On Mon, Oct 24, 2022 at 1:16 PM Bin Meng wrote: > > At present there is no Windows support for 9p file system. > This series adds initial Windows support for 9p file system. > > 'local' file system backend driver is supported on Windows, > including open, read, write, close, rename,

[PATCH 00/16] hw/9pfs: Add 9pfs support for Windows

2022-10-23 Thread Bin Meng
At present there is no Windows support for 9p file system. This series adds initial Windows support for 9p file system. 'local' file system backend driver is supported on Windows, including open, read, write, close, rename, remove, etc. All security models are supported. The mapped (mapped-xattr)