Re: [Qemu-devel] [PATCH 00/18] Clean up includes to reduce compile time

2018-01-31 Thread Markus Armbruster
Thomas Huth writes: > On 30.01.2018 11:21, Markus Armbruster wrote: >> We have awfully many "touch it, recompile the world" headers. Right >> now, I count about fifty that are prerequisites of more than half the >> objects in my "build everything" tree. > > Could you maybe share the list of thes

Re: [Qemu-devel] [PATCH 00/18] Clean up includes to reduce compile time

2018-01-31 Thread Markus Armbruster
Philippe Mathieu-Daudé writes: > On 01/30/2018 07:21 AM, Markus Armbruster wrote: >> We have awfully many "touch it, recompile the world" headers. Right >> now, I count about fifty that are prerequisites of more than half the >> objects in my "build everything" tree. >> >> Some of them are that

Re: [Qemu-devel] [PATCH 00/18] Clean up includes to reduce compile time

2018-01-30 Thread Thomas Huth
On 30.01.2018 11:21, Markus Armbruster wrote: > We have awfully many "touch it, recompile the world" headers. Right > now, I count about fifty that are prerequisites of more than half the > objects in my "build everything" tree. Could you maybe share the list of these 50 headers? ... cleaning thi

Re: [Qemu-devel] [PATCH 00/18] Clean up includes to reduce compile time

2018-01-30 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: 20180130102202.28519-1-arm...@redhat.com Subject: [Qemu-devel] [PATCH 00/18] Clean up

Re: [Qemu-devel] [PATCH 00/18] Clean up includes to reduce compile time

2018-01-30 Thread Philippe Mathieu-Daudé
On 01/30/2018 07:21 AM, Markus Armbruster wrote: > We have awfully many "touch it, recompile the world" headers. Right > now, I count about fifty that are prerequisites of more than half the > objects in my "build everything" tree. > > Some of them are that way by necessity. Many of them are not

[Qemu-devel] [PATCH 00/18] Clean up includes to reduce compile time

2018-01-30 Thread Markus Armbruster
We have awfully many "touch it, recompile the world" headers. Right now, I count about fifty that are prerequisites of more than half the objects in my "build everything" tree. Some of them are that way by necessity. Many of them are not. This series takes care of six I happen to touch, because