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: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH v2 2/8] hw/hw.h: Add include of qemu-log.h
Date: Thu, 18 Oct 2012 15:30:15 +0100

On 18 October 2012 15:26, Igor Mammedov <address@hidden> wrote:
> 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.

That is what v1 of this patch did; Blue suggested it would
be better to put it in a common header, and I agree:
basically every device model will have cases where it will
want to diagnose bad guest behaviour, and so we would end
up including qemu-log.h in every file in hw/.

-- PMM



reply via email to

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