Re: [PATCH v10] scripts: Convert qemu-version.sh to qemu-version.py

2020-10-07 Thread Thomas Huth
On 07/10/2020 23.51, 罗勇刚(Yonggang Luo) wrote: > > On Thu, Oct 8, 2020 at 4:31 AM Paolo Bonzini > wrote: >> >> You won't hear no for an answer, right?... > I am trying to figure out the real issue, it's the issue of git, > https://github.com/msys2/MSYS2-packages/issues/

Re: [PATCH v10] scripts: Convert qemu-version.sh to qemu-version.py

2020-10-07 Thread Yonggang Luo
On Thu, Oct 8, 2020 at 4:31 AM Paolo Bonzini wrote: > > You won't hear no for an answer, right?... I am trying to figure out the real issue, it's the issue of git, https://github.com/msys2/MSYS2-packages/issues/2176 The windows wildcard can be disabled and git disabled it, didn't know what's happ

Re: [PATCH v10] scripts: Convert qemu-version.sh to qemu-version.py

2020-10-07 Thread Paolo Bonzini
You won't hear no for an answer, right?... Paolo Il mer 7 ott 2020, 22:00 Yonggang Luo ha scritto: > The sh script are harder to maintain for compatible different > xsh environment so convert it to python script > Also incorporate the fixes in > > https://patchew.org/QEMU/20200929143654.518157

[PATCH v10] scripts: Convert qemu-version.sh to qemu-version.py

2020-10-07 Thread Yonggang Luo
The sh script are harder to maintain for compatible different xsh environment so convert it to python script Also incorporate the fixes in https://patchew.org/QEMU/20200929143654.518157-1-marcandre.lur...@redhat.com/ Using v\\* on Windows and v* on other platform for matching version. Tested under