summaryrefslogtreecommitdiff
path: root/target-i386
diff options
context:
space:
mode:
authorSooyoung Ha <yoosah.ha@samsung.com>2016-10-04 19:29:05 +0900
committerSeokYeon Hwang <syeon.hwang@samsung.com>2016-11-16 13:30:14 +0900
commitaa1886327249104745d6dbdfaaf553c6bc0ab6e8 (patch)
tree5b2f115afb0eedaa5e33af648bfadf2505391c84 /target-i386
parentfa489ba7fe1701029cf41d34ab4420c725b5f41b (diff)
downloadqemu-aa1886327249104745d6dbdfaaf553c6bc0ab6e8.tar.gz
qemu-aa1886327249104745d6dbdfaaf553c6bc0ab6e8.tar.bz2
qemu-aa1886327249104745d6dbdfaaf553c6bc0ab6e8.zip
hax: apply missing headers for build
This commit may not be built. Next commits are needed. Change-Id: I03bb2c4b72b163c46a14e6085f53dbc21632ccf3 Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
Diffstat (limited to 'target-i386')
-rw-r--r--target-i386/hax-all.c2
-rw-r--r--target-i386/hax-i386.h1
2 files changed, 3 insertions, 0 deletions
diff --git a/target-i386/hax-all.c b/target-i386/hax-all.c
index 10fec180a3..77945f07dc 100644
--- a/target-i386/hax-all.c
+++ b/target-i386/hax-all.c
@@ -27,6 +27,8 @@
#include "strings.h"
#include "hax-i386.h"
#include "hax-slot.h"
+#include "exec/exec-all.h"
+#include "exec/ioport.h"
#include "hw/boards.h"
#include "sysemu/accel.h"
#include "exec/address-spaces.h"
diff --git a/target-i386/hax-i386.h b/target-i386/hax-i386.h
index e00c5b23c3..4191c0fc3b 100644
--- a/target-i386/hax-i386.h
+++ b/target-i386/hax-i386.h
@@ -14,6 +14,7 @@
//#include "android/utils/debug.h"
#include "sysemu/hax.h"
+#include "cpu.h"
#ifdef CONFIG_DARWIN
typedef int hax_fd;