summaryrefslogtreecommitdiffstats
path: root/target/hppa/int_helper.c
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2018-05-29 01:27:06 +0200
committerPaolo Bonzini2018-05-31 19:12:13 +0200
commit0d114d0d5b9f3d10a1148b2412865e177ea5e4b9 (patch)
treecd6d80b24b162518e90c5fcb876ee6e3e766ae92 /target/hppa/int_helper.c
parenttarget/ppc: Include "exec/exec-all.h" which provides tlb_flush() (diff)
downloadqemu-0d114d0d5b9f3d10a1148b2412865e177ea5e4b9.tar.gz
qemu-0d114d0d5b9f3d10a1148b2412865e177ea5e4b9.tar.xz
qemu-0d114d0d5b9f3d10a1148b2412865e177ea5e4b9.zip
target/hppa: Include "qemu/log.h" to use qemu_log()
Since his inception in 61766fe9e2d, this file uses the qemu_log() API from "qemu/log.h". Include it to allow further includes cleanup. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20180528232719.4721-9-f4bug@amsat.org> Acked-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'target/hppa/int_helper.c')
-rw-r--r--target/hppa/int_helper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/hppa/int_helper.c b/target/hppa/int_helper.c
index 787f3d6357..561bf6eb60 100644
--- a/target/hppa/int_helper.c
+++ b/target/hppa/int_helper.c
@@ -19,6 +19,7 @@
#include "qemu/osdep.h"
#include "qemu/main-loop.h"
+#include "qemu/log.h"
#include "cpu.h"
#include "exec/exec-all.h"
#include "exec/helper-proto.h"