Skip to content

Commit

Permalink
hw/hw.h: Add include of qemu-log.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
pm215 authored and blueswirl committed Oct 20, 2012
1 parent e54eba1 commit 051c02b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hw/hw.h
Expand Up @@ -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
Expand Down

0 comments on commit 051c02b

Please sign in to comment.