projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e54eba1
)
hw/hw.h: Add include of qemu-log.h
author
Peter Maydell
<peter.maydell@linaro.org>
Thu, 18 Oct 2012 13:11:36 +0000
(14:11 +0100)
committer
Blue Swirl
<blauwirbel@gmail.com>
Sat, 20 Oct 2012 07:56:22 +0000
(07:56 +0000)
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>
hw/hw.h
patch
|
blob
|
history
diff --git
a/hw/hw.h
b/hw/hw.h
index 16101de3cea4bc016e4144d7ece80bc4a66412b6..b337ee30423d2742b6a7b77e15fe2a4c39f4d215 100644
(file)
--- 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