Re: [Qemu-devel] [PATCH v2 02/19] Clean up includes

2018-01-31 Thread Markus Armbruster
Fam Zheng writes: > On Wed, Jan 31, 2018 at 11:48 PM, Thomas Huth wrote: >> On 31.01.2018 15:48, 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-include

Re: [Qemu-devel] [PATCH v2 02/19] Clean up includes

2018-01-31 Thread Markus Armbruster
Eric Blake writes: > On 01/31/2018 08:48 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 man

Re: [Qemu-devel] [PATCH v2 02/19] Clean up includes

2018-01-31 Thread Fam Zheng
On Wed, Jan 31, 2018 at 11:48 PM, Thomas Huth wrote: > On 31.01.2018 15:48, 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 ta

Re: [Qemu-devel] [PATCH v2 02/19] Clean up includes

2018-01-31 Thread Philippe Mathieu-Daudé
On 01/31/2018 11:48 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 v2 02/19] Clean up includes

2018-01-31 Thread Thomas Huth
On 31.01.2018 15:48, 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

Re: [Qemu-devel] [PATCH v2 02/19] Clean up includes

2018-01-31 Thread Eric Blake
On 01/31/2018 08:48 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