qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Igor Mammedov
Subject: Re: [Qemu-devel] [RFC 05/18] cpus.h: include qemu-stdio.h
Date: Thu, 4 Oct 2012 14:00:57 +0200

On Wed,  3 Oct 2012 10:29:01 -0300
Eduardo Habkost <address@hidden> 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 that on
which it depends?

> 
> Signed-off-by: Eduardo Habkost <address@hidden>
> ---
>  cpus.h | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/cpus.h b/cpus.h
> index 81bd817..b7c3708 100644
> --- a/cpus.h
> +++ b/cpus.h
> @@ -1,6 +1,8 @@
>  #ifndef QEMU_CPUS_H
>  #define QEMU_CPUS_H
>  
> +#include "qemu-stdio.h"
> +
>  /* cpus.c */
>  void qemu_init_cpu_loop(void);
>  void resume_all_vcpus(void);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]