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