qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 15/18] Fix unavailable fields in stbuf under Win


From: Michael Fritscher
Subject: Re: [Qemu-devel] [PATCH 15/18] Fix unavailable fields in stbuf under Windows.
Date: Mon, 6 Nov 2017 16:23:37 +0100
User-agent: SquirrelMail/1.4.23 [SVN]

Hi,

> Likewise, I think it should be struct FileOperations's lstat member that
> uses struct V9fsStatDotl instead of struct stat.  Then
> stat_to_v9stat_dotl would be hidden inside 9p-local.c (and 9p-local.c
> isn't going to be used by Windows at all, so this patch disappears).
>
> Paolo
>
At first: thanks for reviewing!

Yes, the main question for me at this stage is:
  * use the 9p-local.c and try workaround the limitations (e.g. lack of
the *at functions) by creating stubs)
  * make a own 9p-local-windows.c and use ntdlls functions, which is a bit
more ugly.

I decribed these options a moment ago in the other mail in more detail.
For me both way are fine.

Best regards,
Michael Fritscher




reply via email to

[Prev in Thread] Current Thread [Next in Thread]