Re: [Qemu-devel] [PATCH 4/5] add missing inclusions of config-host.h

2013-04-27 Thread Paolo Bonzini
Il 27/04/2013 15:19, Peter Maydell ha scritto: >> > The next patch will add a dependency of qemu/osdep.h on config-host.h. >> > It could be nicer to use qemu-common.h, but I prefer to be safer this >> > close to hard feature freeze. >>> >> Can't we just include config-host.h from osd

Re: [Qemu-devel] [PATCH 4/5] add missing inclusions of config-host.h

2013-04-27 Thread Peter Maydell
On 27 April 2013 14:14, Paolo Bonzini wrote: > Il 27/04/2013 15:11, Peter Maydell ha scritto: >> On 27 April 2013 12:48, Paolo Bonzini wrote: >> > The next patch will add a dependency of qemu/osdep.h on config-host.h. >> > It could be nicer to use qemu-common.h, but I prefer to be safer this >> >

Re: [Qemu-devel] [PATCH 4/5] add missing inclusions of config-host.h

2013-04-27 Thread Paolo Bonzini
Il 27/04/2013 15:11, Peter Maydell ha scritto: > On 27 April 2013 12:48, Paolo Bonzini wrote: > > The next patch will add a dependency of qemu/osdep.h on config-host.h. > > It could be nicer to use qemu-common.h, but I prefer to be safer this > > close to hard feature freeze. > Can't we just inclu

Re: [Qemu-devel] [PATCH 4/5] add missing inclusions of config-host.h

2013-04-27 Thread Peter Maydell
On 27 April 2013 12:48, Paolo Bonzini wrote: > The next patch will add a dependency of qemu/osdep.h on config-host.h. > It could be nicer to use qemu-common.h, but I prefer to be safer this > close to hard feature freeze. Can't we just include config-host.h from osdep.h ? -- PMM

[Qemu-devel] [PATCH 4/5] add missing inclusions of config-host.h

2013-04-27 Thread Paolo Bonzini
The next patch will add a dependency of qemu/osdep.h on config-host.h. It could be nicer to use qemu-common.h, but I prefer to be safer this close to hard feature freeze. Signed-off-by: Paolo Bonzini --- qga/channel-posix.c | 1 + tests/libi2c-omap.c | 1 + tests/libqtest.c