hw/hw.h: Add include of qemu-log.h

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.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
Peter Maydell 2012-10-18 14:11:36 +01:00 committed by Blue Swirl
parent e54eba1986
commit 051c02b6c9
1 changed files with 1 additions and 0 deletions

View File

@ -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