Re: [Qemu-devel] [PATCH v2 00/29] Modularize generated QAPI code

2018-02-27 Thread Eric Blake
On 02/11/2018 03:35 AM, Markus Armbruster wrote: Our qapi-schema.json is composed of modules connected by include directives, but the generated code is monolithic all the same: one qapi-types.h with all the types, one qapi-visit.h with all the visitors, and so forth. These monolithic headers get

Re: [Qemu-devel] [PATCH v2 00/29] Modularize generated QAPI code

2018-02-11 Thread no-reply
Hi, This series failed docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180211093607.27351-1-arm...@redhat.com Subject: [Qemu-devel] [PATCH v2 00/29

[Qemu-devel] [PATCH v2 00/29] Modularize generated QAPI code

2018-02-11 Thread Markus Armbruster
Our qapi-schema.json is composed of modules connected by include directives, but the generated code is monolithic all the same: one qapi-types.h with all the types, one qapi-visit.h with all the visitors, and so forth. These monolithic headers get included all over the place. In my "build everyth