diff options
author | Jun Nakajima <jnakajim@gmail.com> | 2011-03-04 17:17:45 -0800 |
---|---|---|
committer | Jun Nakajima <jnakajim@gmail.com> | 2011-03-04 17:17:45 -0800 |
commit | 1321c76d96910c2c807207f3fdfeb560c598ca60 (patch) | |
tree | 1f83d7f3bd12e3f8b6d80fcceee5eab21e10f0e5 /android | |
parent | 40ee75d90cdaaaec1006cbc91864b11dba09c351 (diff) | |
download | external_qemu-1321c76d96910c2c807207f3fdfeb560c598ca60.zip external_qemu-1321c76d96910c2c807207f3fdfeb560c598ca60.tar.gz external_qemu-1321c76d96910c2c807207f3fdfeb560c598ca60.tar.bz2 |
x86: Enable KVM mode for Android x86 emulator (update/rebase)
This patch enables KVM mode on x86 Linux to boost performance of x86 emulaiton
if the hardware-based virtualization feature is present on the host machine.
Change-Id: I4b24474b3ec115a3b9a7bf017801f4f610253b09
Signed-off-by: Xiaohui Xin <xiaohui.xin@intel.com>
Signed-off-by: Yunhong Jiang <yunhong.jiang@intel.com>
Signed-off-by: Jun Nakajima <jun.nakajima@intel.com>
Diffstat (limited to 'android')
-rw-r--r-- | android/config/linux-x86/config-host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/config/linux-x86/config-host.h b/android/config/linux-x86/config-host.h index 2dba514..903e98b 100644 --- a/android/config/linux-x86/config-host.h +++ b/android/config/linux-x86/config-host.h @@ -12,6 +12,7 @@ #define QEMU_VERSION "0.10.50" #define QEMU_PKGVERSION "Android" #define HOST_I386 1 +#define CONFIG_KVM 1 #define CONFIG_IOVEC 1 #define CONFIG_LINUX 1 #define CONFIG_ANDROID 1 |