Re: [PATCH v2 06/19] hw/9pfs: Add missing definitions for Windows

2022-11-16 Thread Christian Schoenebeck
On Wednesday, November 16, 2022 10:01:39 AM CET Shi, Guohuai wrote: [...] > > > diff --git a/fsdev/file-op-9p.h b/fsdev/file-op-9p.h index > > > 4997677460..7d9a736b66 100644 > > > --- a/fsdev/file-op-9p.h > > > +++ b/fsdev/file-op-9p.h > > > @@ -27,6 +27,39 @@ > > > # include > > > #endif > > >

RE: [PATCH v2 06/19] hw/9pfs: Add missing definitions for Windows

2022-11-16 Thread Shi, Guohuai
> -Original Message- > From: Christian Schoenebeck > Sent: Tuesday, November 15, 2022 00:41 > To: qemu-devel@nongnu.org > Cc: Shi, Guohuai ; Greg Kurz ; > Meng, Bin > Subject: Re: [PATCH v2 06/19] hw/9pfs: Add missing definitions for Windows > > CAUTION:

Re: [PATCH v2 06/19] hw/9pfs: Add missing definitions for Windows

2022-11-14 Thread Christian Schoenebeck
On Friday, November 11, 2022 5:22:12 AM CET Bin Meng wrote: > From: Guohuai Shi > > Some definitions currently used by the 9pfs codes are only available > on POSIX platforms. Let's add our own ones in preparation to adding > 9pfs support for Windows. > > Signed-off-by: Guohuai Shi > Signed-off-

[PATCH v2 06/19] hw/9pfs: Add missing definitions for Windows

2022-11-10 Thread Bin Meng
From: Guohuai Shi Some definitions currently used by the 9pfs codes are only available on POSIX platforms. Let's add our own ones in preparation to adding 9pfs support for Windows. Signed-off-by: Guohuai Shi Signed-off-by: Bin Meng --- Changes in v2: - Add S_IFLNK related macros to support s