Re: [Qemu-devel] [PATCH v2 20/29] Include qemu/main-loop.h less

2019-08-07 Thread Markus Armbruster
Philippe Mathieu-Daudé writes: > On 8/6/19 5:14 PM, Markus Armbruster wrote: >> In my "build everything" tree, changing qemu/main-loop.h triggers a >> recompile of some 5600 out of 6600 objects (not counting tests and >> objects that don't depend on qemu/osdep.h). It includes block/aio.h, >> whi

Re: [Qemu-devel] [PATCH v2 20/29] Include qemu/main-loop.h less

2019-08-07 Thread Philippe Mathieu-Daudé
On 8/6/19 5:14 PM, Markus Armbruster wrote: > In my "build everything" tree, changing qemu/main-loop.h triggers a > recompile of some 5600 out of 6600 objects (not counting tests and > objects that don't depend on qemu/osdep.h). It includes block/aio.h, > which in turn includes qemu/event_notifier

[Qemu-devel] [PATCH v2 20/29] Include qemu/main-loop.h less

2019-08-06 Thread Markus Armbruster
In my "build everything" tree, changing qemu/main-loop.h triggers a recompile of some 5600 out of 6600 objects (not counting tests and objects that don't depend on qemu/osdep.h). It includes block/aio.h, which in turn includes qemu/event_notifier.h, qemu/notify.h, qemu/processor.h, qemu/qsp.h, qem