RE: [PATCH v4 04/16] hw/9pfs: Implement Windows specific xxxdir() APIs

2023-02-07 Thread Shi, Guohuai
> -Original Message- > From: Christian Schoenebeck > Sent: Tuesday, February 7, 2023 18:12 > To: Greg Kurz ; qemu-devel@nongnu.org > Cc: Meng, Bin ; Marc-André Lureau > ; Daniel P. Berrangé ; Shi, > Guohuai > Subject: Re: [PATCH v4 04/16] hw/9pfs: Implement

Re: [PATCH v4 04/16] hw/9pfs: Implement Windows specific xxxdir() APIs

2023-02-07 Thread Christian Schoenebeck
On Monday, February 6, 2023 6:37:16 AM CET Shi, Guohuai wrote: [...] > > I know, it's an n-square performance issue and what I already wrote in the > > summary of the linked original suggestion [1] in v3 before, quote: > > > > + Relatively straight-forward to implement. > > > > + No (major) c

RE: [PATCH v4 04/16] hw/9pfs: Implement Windows specific xxxdir() APIs

2023-02-05 Thread Shi, Guohuai
t; > > > > -Original Message- > > > From: Christian Schoenebeck > > > Sent: Friday, February 3, 2023 22:41 > > > To: Greg Kurz ; qemu-devel@nongnu.org > > > Cc: Meng, Bin ; Marc-André Lureau > > > ; Daniel P. Berrangé > >

Re: [PATCH v4 04/16] hw/9pfs: Implement Windows specific xxxdir() APIs

2023-02-03 Thread Christian Schoenebeck
t; > ; Daniel P. Berrangé ; > > Shi, > > Guohuai > > Subject: Re: [PATCH v4 04/16] hw/9pfs: Implement Windows specific xxxdir() > > APIs > > > > CAUTION: This email comes from a non Wind River email account! > > Do not click links or open attachments unless you re

RE: [PATCH v4 04/16] hw/9pfs: Implement Windows specific xxxdir() APIs

2023-02-03 Thread Shi, Guohuai
t; > > > > -Original Message- > > > From: Christian Schoenebeck > > > Sent: Friday, February 3, 2023 20:25 > > > To: Greg Kurz ; qemu-devel@nongnu.org > > > Cc: Shi, Guohuai ; Meng, Bin > > > ; Marc-André Lureau > > > ; Dan

Re: [PATCH v4 04/16] hw/9pfs: Implement Windows specific xxxdir() APIs

2023-02-03 Thread Christian Schoenebeck
c-André Lureau ; > > Daniel P. Berrangé > > Subject: Re: [PATCH v4 04/16] hw/9pfs: Implement Windows specific xxxdir() > > APIs > > > > CAUTION: This email comes from a non Wind River email account! > > Do not click links or open attachments unless you recognize

RE: [PATCH v4 04/16] hw/9pfs: Implement Windows specific xxxdir() APIs

2023-02-03 Thread Shi, Guohuai
> -Original Message- > From: Christian Schoenebeck > Sent: Friday, February 3, 2023 20:25 > To: Greg Kurz ; qemu-devel@nongnu.org > Cc: Shi, Guohuai ; Meng, Bin > ; Marc-André Lureau ; > Daniel P. Berrangé > Subject: Re: [PATCH v4 04/16] hw/9pfs: Implement

Re: [PATCH v4 04/16] hw/9pfs: Implement Windows specific xxxdir() APIs

2023-02-03 Thread Christian Schoenebeck
On Monday, January 30, 2023 10:51:50 AM CET Bin Meng wrote: > From: Guohuai Shi > > This commit implements Windows specific xxxdir() APIs for safety > directory access. > This issue deserves a link to either the previous discussion Link: https://lore.kernel.org/qemu-devel/2830993.GtbaR8S6b6@si

[PATCH v4 04/16] hw/9pfs: Implement Windows specific xxxdir() APIs

2023-01-30 Thread Bin Meng
From: Guohuai Shi This commit implements Windows specific xxxdir() APIs for safety directory access. Signed-off-by: Guohuai Shi Signed-off-by: Bin Meng --- hw/9pfs/9p-util.h | 6 + hw/9pfs/9p-util-win32.c | 296 2 files changed, 302 insertions