• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* x86-specific configuration */
2 #include "android/config/config.h"
3 #define TARGET_I386 1
4 /* For now, KVM is only supported on Linux hosts */
5 #ifdef CONFIG_LINUX
6 #define CONFIG_KVM  1
7 #endif
8 
9 /*
10  * HAX is supported in darwin and windows host
11  */
12 #ifdef CONFIG_DARWIN
13 #define CONFIG_HAX 1
14 #endif
15 
16 #ifdef CONFIG_WIN32
17 #define CONFIG_HAX 1
18 #endif
19