Re: [Qemu-devel] [PATCH] typedefs: add QJSON

2018-06-15 Thread Dr. David Alan Gilbert
* Greg Kurz (gr...@kaod.org) wrote: > Since commit 83ee768d6247b, we now have two places that define the > QJSON type: > > $ git grep 'typedef struct QJSON QJSON' > include/migration/vmstate.h:typedef struct QJSON QJSON; > migration/qjson.h:typedef struct QJSON QJSON; > > This breaks

Re: [Qemu-devel] [PATCH] typedefs: add QJSON

2018-06-08 Thread Dr. David Alan Gilbert
* Greg Kurz (gr...@kaod.org) wrote: > On Fri, 8 Jun 2018 10:04:39 +0100 > "Dr. David Alan Gilbert" wrote: > > > * Greg Kurz (gr...@kaod.org) wrote: > > > Since commit 83ee768d6247b, we now have two places that define the > > > QJSON type: > > > > > > $ git grep 'typedef struct QJSON QJSON' > >

Re: [Qemu-devel] [PATCH] typedefs: add QJSON

2018-06-08 Thread Greg Kurz
On Fri, 8 Jun 2018 10:04:39 +0100 "Dr. David Alan Gilbert" wrote: > * Greg Kurz (gr...@kaod.org) wrote: > > Since commit 83ee768d6247b, we now have two places that define the > > QJSON type: > > > > $ git grep 'typedef struct QJSON QJSON' > > include/migration/vmstate.h:typedef struct QJSON

Re: [Qemu-devel] [PATCH] typedefs: add QJSON

2018-06-08 Thread Dr. David Alan Gilbert
* Greg Kurz (gr...@kaod.org) wrote: > Since commit 83ee768d6247b, we now have two places that define the > QJSON type: > > $ git grep 'typedef struct QJSON QJSON' > include/migration/vmstate.h:typedef struct QJSON QJSON; > migration/qjson.h:typedef struct QJSON QJSON; > > This breaks

[Qemu-devel] [PATCH] typedefs: add QJSON

2018-06-08 Thread Greg Kurz
Since commit 83ee768d6247b, we now have two places that define the QJSON type: $ git grep 'typedef struct QJSON QJSON' include/migration/vmstate.h:typedef struct QJSON QJSON; migration/qjson.h:typedef struct QJSON QJSON; This breaks docker-test-build@centos6: In file included from