Re: [RFC PATCH 0/4] 9pfs: Add 9pfs support for Windows host

2022-04-19 Thread Christian Schoenebeck
On Dienstag, 19. April 2022 13:10:40 CEST Shi, Guohuai wrote: > Hi All, > > I just finished a basic PoC for mapped-file. > It works! I think I can also support "security_model=map-xattr" by NTFS > ADS. Slick! > However, I got a limitation of MinGW: > > https://github.com/mirror/mingw-w64/blob/

RE: [RFC PATCH 0/4] 9pfs: Add 9pfs support for Windows host

2022-04-19 Thread Shi, Guohuai
Donnerstag, 14. April 2022 19:25:04 CEST Shi, Guohuai wrote: >>>>> -Original Message- >>>>> From: Christian Schoenebeck >>>>> Sent: 2022年4月14日 19:24 >>>>> To: qemu-devel@nongnu.org; Shi, Guohuai >>>>> >>>>

Re: [RFC PATCH 0/4] 9pfs: Add 9pfs support for Windows host

2022-04-19 Thread Mark Cave-Ayland
: 2022年4月14日 19:24 To: qemu-devel@nongnu.org; Shi, Guohuai Cc: Bin Meng ; Greg Kurz Subject: Re: [RFC PATCH 0/4] 9pfs: Add 9pfs support for Windows host [Please note: This e-mail is from an EXTERNAL e-mail address] On Mittwoch, 13. April 2022 05:30:57 CEST Shi, Guohuai wrote: We have 3 fs drivers

Re: [RFC PATCH 0/4] 9pfs: Add 9pfs support for Windows host

2022-04-18 Thread Christian Schoenebeck
gt;> Sent: 2022年4月14日 19:24 > >>> To: qemu-devel@nongnu.org; Shi, Guohuai > >>> Cc: Bin Meng ; Greg Kurz > >>> Subject: Re: [RFC PATCH 0/4] 9pfs: Add 9pfs support for Windows host > >>> > >>> [Please note: This e-mail is from an EXTER

Re: [RFC PATCH 0/4] 9pfs: Add 9pfs support for Windows host

2022-04-18 Thread Mark Cave-Ayland
On 17/04/2022 13:55, Christian Schoenebeck wrote: On Donnerstag, 14. April 2022 19:25:04 CEST Shi, Guohuai wrote: -Original Message- From: Christian Schoenebeck Sent: 2022年4月14日 19:24 To: qemu-devel@nongnu.org; Shi, Guohuai Cc: Bin Meng ; Greg Kurz Subject: Re: [RFC PATCH 0/4] 9pfs

Re: [RFC PATCH 0/4] 9pfs: Add 9pfs support for Windows host

2022-04-17 Thread Christian Schoenebeck
On Donnerstag, 14. April 2022 19:25:04 CEST Shi, Guohuai wrote: > > -Original Message- > > From: Christian Schoenebeck > > Sent: 2022年4月14日 19:24 > > To: qemu-devel@nongnu.org; Shi, Guohuai > > Cc: Bin Meng ; Greg Kurz > > Subject: Re: [RFC PATCH 0/4

RE: [RFC PATCH 0/4] 9pfs: Add 9pfs support for Windows host

2022-04-14 Thread Shi, Guohuai
> -Original Message- > From: Christian Schoenebeck > Sent: 2022年4月14日 19:24 > To: qemu-devel@nongnu.org; Shi, Guohuai > Cc: Bin Meng ; Greg Kurz > Subject: Re: [RFC PATCH 0/4] 9pfs: Add 9pfs support for Windows host > > [Please note: This e-mail is from an

Re: [RFC PATCH 0/4] 9pfs: Add 9pfs support for Windows host

2022-04-14 Thread Christian Schoenebeck
On Mittwoch, 13. April 2022 05:30:57 CEST Shi, Guohuai wrote: > > We have 3 fs drivers: local, synth, proxy. I don't mind about proxy, it is > > in bad shape and we will probably deprecate it in near future anyway. > > But it would be good to have support for the synth driver, because we are > > u

RE: [RFC PATCH 0/4] 9pfs: Add 9pfs support for Windows host

2022-04-13 Thread Shi, Guohuai
FS (e.g. FAT) which does not support stream data, then the "map" can not work. Thanks Guohuai -Original Message- From: Bin Meng Sent: 2022年4月13日 11:19 To: Christian Schoenebeck ; Shi, Guohuai Cc: qemu-devel@nongnu.org Developers ; Greg Kurz Subject: Re: [RFC PATCH 0/4] 9pfs: A

Re: [RFC PATCH 0/4] 9pfs: Add 9pfs support for Windows host

2022-04-12 Thread Bin Meng
+Guohuai On Tue, Apr 12, 2022 at 8:27 PM Christian Schoenebeck wrote: > > On Freitag, 8. April 2022 19:10:09 CEST Bin Meng wrote: > > At present there is no Windows support for 9p file system. > > This series adds initial Windows support for 9p file system. > > Nice! > > > Only 'local' file syste

Re: [RFC PATCH 0/4] 9pfs: Add 9pfs support for Windows host

2022-04-12 Thread Christian Schoenebeck
On Freitag, 8. April 2022 19:10:09 CEST Bin Meng wrote: > At present there is no Windows support for 9p file system. > This series adds initial Windows support for 9p file system. Nice! > Only 'local' file system driver backend is supported. security_model > should be 'none' due to limitations on