]> Git Repo - qemu.git/commitdiff
target/hppa: Include "qemu/log.h" to use qemu_log()
authorPhilippe Mathieu-Daudé <[email protected]>
Mon, 28 May 2018 23:27:06 +0000 (20:27 -0300)
committerPaolo Bonzini <[email protected]>
Thu, 31 May 2018 17:12:13 +0000 (19:12 +0200)
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é <[email protected]>
Message-Id: <20180528232719[email protected]>
Acked-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
target/hppa/int_helper.c

index 787f3d6357ead4156069af792135a49b319bad3b..561bf6eb609a8fa4943bb7aabf72a29b1e95951d 100644 (file)
@@ -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"
This page took 0.026301 seconds and 4 git commands to generate.