mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
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:
parent
e54eba1986
commit
051c02b6c9
1 changed files with 1 additions and 0 deletions
1
hw/hw.h
1
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue