From: Peter Maydell Date: Thu, 18 Oct 2012 13:11:36 +0000 (+0100) Subject: hw/hw.h: Add include of qemu-log.h X-Git-Tag: v1.3.0-rc0~209 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=051c02b6c9c8ab5527f8775808625f9de8346006;p=thirdparty%2Fqemu.git 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 Signed-off-by: Blue Swirl --- diff --git a/hw/hw.h b/hw/hw.h index 16101de3cea..b337ee30423 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