qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 2/8] hw/hw.h: Add include of qemu-log.h


From: Igor Mammedov
Subject: Re: [Qemu-devel] [PATCH v2 2/8] hw/hw.h: Add include of qemu-log.h
Date: Thu, 18 Oct 2012 16:26:34 +0200

On Thu, 18 Oct 2012 14:11:36 +0100
Peter Maydell <address@hidden> wrote:

> Add an include of qemu-log.h to hw.h, so that device model
> code has access to these logging functions without the need
> to directly include qemu-log.h.
It would be better to include qemu-log.h to files that have
immediate dependency on it, then creating another include all
"qemu-common.h." and compile/preprocess it for every hw file.

> 
> Signed-off-by: Peter Maydell <address@hidden>
> ---
>  hw/hw.h |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/hw/hw.h b/hw/hw.h
> index 16101de..b337ee3 100644
> --- a/hw/hw.h
> +++ b/hw/hw.h
> @@ -12,6 +12,7 @@
>  #include "irq.h"
>  #include "qemu-file.h"
>  #include "vmstate.h"
> +#include "qemu-log.h"
>  
>  #ifdef NEED_CPU_H
>  #if TARGET_LONG_BITS == 64




reply via email to

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