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