Re: [PATCH] tests: fixes test-vmstate.c compile error on msys2

2020-09-06 Thread Yonggang Luo
Bonzini, you need have a look at this On Sat, Sep 5, 2020 at 2:38 PM Yonggang Luo wrote: > ../tests/test-vmstate.c: In function 'int_cmp': > ../tests/test-vmstate.c:884:5: error: unknown type name 'uint'; did you > mean 'uInt'? > 884 | uint ua = GPOINTER_TO_UINT(a); > | ^~~~ >

Re: [PATCH] tests: fixes test-vmstate.c compile error on msys2

2020-09-05 Thread Philippe Mathieu-Daudé
On 9/5/20 8:38 AM, Yonggang Luo wrote: > ../tests/test-vmstate.c: In function 'int_cmp': > ../tests/test-vmstate.c:884:5: error: unknown type name 'uint'; did you mean > 'uInt'? > 884 | uint ua = GPOINTER_TO_UINT(a); > | ^~~~ > | uInt > ../tests/test-vmstate.c:885:5: erro

Re: [PATCH] tests: fixes test-vmstate.c compile error on msys2

2020-09-05 Thread Thomas Huth
On 05/09/2020 18.16, 罗勇刚(Yonggang Luo) wrote: > > > On Sat, Sep 5, 2020 at 4:48 PM Thomas Huth > wrote: > > On 05/09/2020 08.38, Yonggang Luo wrote: > > ../tests/test-vmstate.c: In function 'int_cmp': > > ../tests/test-vmstate.c:884:5: error: unknown type na

Re: [PATCH] tests: fixes test-vmstate.c compile error on msys2

2020-09-05 Thread Yonggang Luo
On Sat, Sep 5, 2020 at 4:48 PM Thomas Huth wrote: > On 05/09/2020 08.38, Yonggang Luo wrote: > > ../tests/test-vmstate.c: In function 'int_cmp': > > ../tests/test-vmstate.c:884:5: error: unknown type name 'uint'; did you > mean 'uInt'? > > 884 | uint ua = GPOINTER_TO_UINT(a); > > |

Re: [PATCH] tests: fixes test-vmstate.c compile error on msys2

2020-09-05 Thread Thomas Huth
On 05/09/2020 08.38, Yonggang Luo wrote: > ../tests/test-vmstate.c: In function 'int_cmp': > ../tests/test-vmstate.c:884:5: error: unknown type name 'uint'; did you mean > 'uInt'? > 884 | uint ua = GPOINTER_TO_UINT(a); > | ^~~~ > | uInt > ../tests/test-vmstate.c:885:5: er

[PATCH] tests: fixes test-vmstate.c compile error on msys2

2020-09-04 Thread Yonggang Luo
../tests/test-vmstate.c: In function 'int_cmp': ../tests/test-vmstate.c:884:5: error: unknown type name 'uint'; did you mean 'uInt'? 884 | uint ua = GPOINTER_TO_UINT(a); | ^~~~ | uInt ../tests/test-vmstate.c:885:5: error: unknown type name 'uint'; did you mean 'uInt'?