Re: [Qemu-devel] [PATCH 01/18] Clean up includes

2018-01-30 Thread Markus Armbruster
BALATON Zoltan writes: > On Tue, 30 Jan 2018, Markus Armbruster wrote: >> Clean up includes so that osdep.h is included first and headers >> which it implies are not included manually. >> >> This commit was created with scripts/clean-includes, with the change >> to target/s390x/gen-features.c man

Re: [Qemu-devel] [PATCH 01/18] Clean up includes

2018-01-30 Thread Eric Blake
On 01/30/2018 04:21 AM, Markus Armbruster wrote: > Clean up includes so that osdep.h is included first and headers > which it implies are not included manually. > > This commit was created with scripts/clean-includes, with the change > to target/s390x/gen-features.c manually reverted, and blank li

Re: [Qemu-devel] [PATCH 01/18] Clean up includes

2018-01-30 Thread BALATON Zoltan
On Tue, 30 Jan 2018, Markus Armbruster wrote: Clean up includes so that osdep.h is included first and headers which it implies are not included manually. This commit was created with scripts/clean-includes, with the change to target/s390x/gen-features.c manually reverted, and blank lines around

[Qemu-devel] [PATCH 01/18] Clean up includes

2018-01-30 Thread Markus Armbruster
Clean up includes so that osdep.h is included first and headers which it implies are not included manually. This commit was created with scripts/clean-includes, with the change to target/s390x/gen-features.c manually reverted, and blank lines around deletions collapsed. Signed-off-by: Markus Armb