mbox series

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

Message ID 20201105123116.674-1-luoyonggang@gmail.com
Headers show
Series Fixes building nfs on msys2/mingw | expand

Message

罗勇刚(Yonggang Luo) Nov. 5, 2020, 12:31 p.m. UTC
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

Comments

Max Reitz Nov. 5, 2020, 4:29 p.m. UTC | #1
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