Re: [Qemu-devel] [RFC 05/18] cpus.h: include qemu-stdio.h

2012-10-04 Thread Igor Mammedov
On Thu, 4 Oct 2012 10:14:48 -0300 Eduardo Habkost wrote: > On Thu, Oct 04, 2012 at 02:00:57PM +0200, Igor Mammedov wrote: > > On Wed, 3 Oct 2012 10:29:01 -0300 > > Eduardo Habkost wrote: > > > > > Needed for the definition of fprint_function. > > > > > > This is not necessary right now, but i

Re: [Qemu-devel] [RFC 05/18] cpus.h: include qemu-stdio.h

2012-10-04 Thread Eduardo Habkost
On Thu, Oct 04, 2012 at 02:00:57PM +0200, Igor Mammedov wrote: > On Wed, 3 Oct 2012 10:29:01 -0300 > Eduardo Habkost wrote: > > > Needed for the definition of fprint_function. > > > > This is not necessary right now, but it will be necessary if code that > > doesn't include cpu-common.h include

Re: [Qemu-devel] [RFC 05/18] cpus.h: include qemu-stdio.h

2012-10-04 Thread Igor Mammedov
On Wed, 3 Oct 2012 10:29:01 -0300 Eduardo Habkost wrote: > Needed for the definition of fprint_function. > > This is not necessary right now, but it will be necessary if code that > doesn't include cpu-common.h includes cpus.h. Could be it cut to a separate standard hearders, and include only t

[Qemu-devel] [RFC 05/18] cpus.h: include qemu-stdio.h

2012-10-03 Thread Eduardo Habkost
Needed for the definition of fprint_function. This is not necessary right now, but it will be necessary if code that doesn't include cpu-common.h includes cpus.h. Signed-off-by: Eduardo Habkost --- cpus.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpus.h b/cpus.h index 81bd817..b7c37