hax: apply missing headers for build
authorSooyoung Ha <yoosah.ha@samsung.com>
Tue, 4 Oct 2016 10:29:05 +0000 (19:29 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Wed, 16 Nov 2016 04:30:14 +0000 (13:30 +0900)
This commit may not be built. Next commits are needed.

Change-Id: I03bb2c4b72b163c46a14e6085f53dbc21632ccf3
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
cpu-exec.c
target-i386/hax-all.c
target-i386/hax-i386.h

index 87c6764..b7d0c69 100644 (file)
@@ -34,6 +34,8 @@
 #endif
 #include "sysemu/replay.h"
 
+#include "sysemu/hax.h"
+
 /* -icount align implementation. */
 
 typedef struct SyncClocks {
index 10fec18..77945f0 100644 (file)
@@ -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"
index e00c5b2..4191c0f 100644 (file)
@@ -14,6 +14,7 @@
 
 //#include "android/utils/debug.h"
 #include "sysemu/hax.h"
+#include "cpu.h"
 
 #ifdef CONFIG_DARWIN
 typedef int hax_fd;