Re: [Qemu-devel] [PATCH 07/15] qapi: Clean up includes

2016-02-08 Thread Eric Blake
On 02/08/2016 05:30 AM, Peter Maydell wrote: > On 29 January 2016 at 18:31, Eric Blake wrote: >> Hmm - we also have generated qapi files, where the scripts/qapi*.py >> files will need to output correct header information. I'll take a look >> at doing that. > > Hi Eric; did you get time to look a

Re: [Qemu-devel] [PATCH 07/15] qapi: Clean up includes

2016-02-08 Thread Peter Maydell
On 29 January 2016 at 18:31, Eric Blake wrote: > Hmm - we also have generated qapi files, where the scripts/qapi*.py > files will need to output correct header information. I'll take a look > at doing that. Hi Eric; did you get time to look at updating these scripts? I started working on the "re

Re: [Qemu-devel] [PATCH 07/15] qapi: Clean up includes

2016-01-29 Thread Eric Blake
On 01/29/2016 10:49 AM, Peter Maydell 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. > > Signed-off-by: Peter Maydell > --- > qapi/opts-visitor.c | 1 + > qa

[Qemu-devel] [PATCH 07/15] qapi: Clean up includes

2016-01-29 Thread Peter Maydell
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. Signed-off-by: Peter Maydell --- qapi/opts-visitor.c | 1 + qapi/qapi-dealloc-visitor.c | 1 + qapi/qapi-util.c