Re: [Qemu-devel] [PATCH] qemu-timer.c: Trim list of included headers

2015-01-26 Thread Peter Maydell
On 20 January 2015 at 16:17, Paolo Bonzini wrote: > > > On 20/01/2015 17:16, Peter Maydell wrote: >> qemu-timer.c was including a lot more headers than it needed to, >> presumably for historical reasons. In particular, it included >> ui/console.h; this now tries to pull in , which will >> cause a

Re: [Qemu-devel] [PATCH] qemu-timer.c: Trim list of included headers

2015-01-20 Thread Paolo Bonzini
On 20/01/2015 17:16, Peter Maydell wrote: > qemu-timer.c was including a lot more headers than it needed to, > presumably for historical reasons. In particular, it included > ui/console.h; this now tries to pull in , which will > cause a compilation failure in --disable-tools --disable-system > c

[Qemu-devel] [PATCH] qemu-timer.c: Trim list of included headers

2015-01-20 Thread Peter Maydell
qemu-timer.c was including a lot more headers than it needed to, presumably for historical reasons. In particular, it included ui/console.h; this now tries to pull in , which will cause a compilation failure in --disable-tools --disable-system configurations when running "make check" (which builds