[PATCH v4 0/2] Fixes building nfs on msys2/mingw

Yonggang Luo posted 2 patches 3 years, 5 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201105123116.674-1-luoyonggang@gmail.com
Maintainers: Ed Maste <emaste@freebsd.org>, Li-Wen Hsu <lwhsu@freebsd.org>, Kevin Wolf <kwolf@redhat.com>, Max Reitz <mreitz@redhat.com>, Peter Lieven <pl@kamp.de>
.cirrus.yml |  1 +
block/nfs.c | 13 ++++++++++++-
2 files changed, 13 insertions(+), 1 deletion(-)
[PATCH v4 0/2] Fixes building nfs on msys2/mingw
Posted by Yonggang Luo 3 years, 5 months ago
V3-V4
Use uint64_t instead of blkcnt_t
V2-V3
Revise the commit message of
* block: enable libnfs on msys2/mingw in cirrus.yml

V1-V2
Apply suggestion from  Peter Lieven

Yonggang Luo (2):
  block: Fixes nfs compiling error on msys2/mingw
  block: enable libnfs on msys2/mingw in cirrus.yml

 .cirrus.yml |  1 +
 block/nfs.c | 13 ++++++++++++-
 2 files changed, 13 insertions(+), 1 deletion(-)

-- 
2.28.0.windows.1


Re: [PATCH v4 0/2] Fixes building nfs on msys2/mingw
Posted by Max Reitz 3 years, 5 months ago
On 05.11.20 13:31, Yonggang Luo wrote:
> V3-V4
> Use uint64_t instead of blkcnt_t
> V2-V3
> Revise the commit message of
> * block: enable libnfs on msys2/mingw in cirrus.yml
> 
> V1-V2
> Apply suggestion from  Peter Lieven
> 
> Yonggang Luo (2):
>    block: Fixes nfs compiling error on msys2/mingw
>    block: enable libnfs on msys2/mingw in cirrus.yml
> 
>   .cirrus.yml |  1 +
>   block/nfs.c | 13 ++++++++++++-
>   2 files changed, 13 insertions(+), 1 deletion(-)

Thanks!  Applied to my block branch:

https://git.xanclic.moe/XanClic/qemu/commits/branch/block

Max